- ABAuthenticationPlugin - Interface in gw.plugin.addressbook
-
This class serves as a simple pluggable interface to allow the username and
password used to access the external Address Book to be retrieved in some
other manner.
- abbreviate(String, int) - Static method in class gw.util.GosuStringUtil
-
Abbreviates a String using ellipses.
- abbreviate(String, int, int) - Static method in class gw.util.GosuStringUtil
-
Abbreviates a String using ellipses.
- ABCompany - Interface in gw.ab.addressbook.entity
-
ABCompany
Generic organization.
- ABCompanyBuilder - Class in gw.api.databuilder
-
- ABCompanyBuilder() - Constructor for class gw.api.databuilder.ABCompanyBuilder
-
- ABCompanyBuilderBase<T extends ABCompany,B extends ABCompanyBuilderBase<T,B>> - Class in gw.api.databuilder
-
- ABCompanyBuilderBase(IEntityType) - Constructor for class gw.api.databuilder.ABCompanyBuilderBase
-
- ABCompanyVendor - Interface in gw.ab.addressbook.entity
-
ABCompanyVendor
Contact type representing vendors that are companies.
- ABCompanyVendorBuilder - Class in gw.api.databuilder
-
- ABCompanyVendorBuilder() - Constructor for class gw.api.databuilder.ABCompanyVendorBuilder
-
- ABCompanyVendorBuilderBase<T extends ABCompanyVendor,B extends ABCompanyVendorBuilderBase<T,B>> - Class in gw.api.databuilder
-
- ABCompanyVendorBuilderBase(IEntityType) - Constructor for class gw.api.databuilder.ABCompanyVendorBuilderBase
-
- ABConfigParameters - Class in gw.api.system
-
Guidewire Software
Copyright (c) 2004
- ABConfigParameters() - Constructor for class gw.api.system.ABConfigParameters
-
- ABContact - Interface in gw.ab.addressbook.entity
-
ABContact
Generic contact (either a person or a company).
- ABContact - Class in gw.ab.addressbook.typekey
-
- ABContact(ITypeList, String) - Constructor for class gw.ab.addressbook.typekey.ABContact
-
- ABContactAddress - Interface in gw.ab.addressbook.entity
-
ABContactAddress
Table linking contacts to addresses.
- ABContactAddressBuilder - Class in gw.api.databuilder
-
- ABContactAddressBuilder() - Constructor for class gw.api.databuilder.ABContactAddressBuilder
-
- ABContactAPISearchExecutorHelper - Class in gw.api.webservice.addressbook.contactapi
-
Deprecated.
(Since 8.0.0) Please use ABContactSearchExecutor instead.
- ABContactAPISearchExecutorHelper() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactAPISearchExecutorHelper
-
Deprecated.
- ABContactAPISearchResultHelper - Class in gw.api.webservice.addressbook.contactapi
-
Deprecated.
(Since 8.0.0) Please use ABContactSearchResult instead.
- ABContactAPISearchResultHelper() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- ABContactAPISearchSpec - Class in gw.api.webservice.addressbook.contactapi
-
Deprecated.
(Since 8.0.0) Please use ABContactSearchSpec instead.
- ABContactAPISearchSpec() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- ABContactBuilder<T extends ABContact,B extends ABContactBuilder<T,B>> - Class in gw.api.databuilder
-
- ABContactBuilder(IEntityType) - Constructor for class gw.api.databuilder.ABContactBuilder
-
Initializes the builder with no a default unique tax id.
- ABContactCategoryScore - Interface in gw.ab.addressbook.entity
-
ABContactCategoryScore
Table linking Contacts to Category Scores
- ABContactCategoryScoreBuilder - Class in gw.api.databuilder
-
- ABContactCategoryScoreBuilder() - Constructor for class gw.api.databuilder.ABContactCategoryScoreBuilder
-
- ABContactCompare - Class in gw.api.contact.pendingchanges
-
Implementation of the ABContact comparison step.
- ABContactCompare(PendingContactChangeConfigurationPlugin) - Constructor for class gw.api.contact.pendingchanges.ABContactCompare
-
Constructor
- ABContactContact - Interface in gw.ab.addressbook.entity
-
ABContactContact
The purpose of this table is to avoid a self-referencing foreign key on cc_contact, and to allow contacts to relate to one another in different ways
- ABContactContactBuilder - Class in gw.api.databuilder
-
- ABContactContactBuilder() - Constructor for class gw.api.databuilder.ABContactContactBuilder
-
- ABContactGraphComparer - Class in gw.api.contact.pendingchanges
-
Implementation of GraphComparer that compares two ABContact graphs.
- ABContactGraphComparer(MatcherContext, TraversalFilter<KeyableBean>...) - Constructor for class gw.api.contact.pendingchanges.ABContactGraphComparer
-
Creates an entity graph comparer with the matcher context and (optionally) traversal filters
that will be used when traversing the source graph.
- ABContactParamUtil - Class in gw.api.web.contact
-
Looks up ABContacts by public ID for use in entry points
- ABContactParamUtil() - Constructor for class gw.api.web.contact.ABContactParamUtil
-
- ABContactScoringWorkItem - Interface in gw.ab.addressbook.entity
-
ABContactScoringWorkItem
Queue of ABContacts to be scored for Service Provider Management.
- ABContactSearchCriteria - Interface in gw.ab.addressbook.entity
-
ABContactSearchCriteria
- ABContactSearchCriteriaSpecialistService - Interface in gw.ab.addressbook.entity
-
ABContactSearchCriteriaSpecialistService
null
- ABContactSearchCriteriaTag - Interface in gw.ab.addressbook.entity
-
ABContactSearchCriteriaTag
- ABContactSearchExecutor - Class in gw.api.webservice.addressbook.contactapi
-
- ABContactSearchExecutor() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactSearchExecutor
-
- ABContactSearchResult - Class in gw.api.webservice.addressbook.contactapi
-
- ABContactSearchResult() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- ABContactSearchSortColumn - Class in gw.api.webservice.addressbook.contactapi
-
Represents a column to sort on as part of a search.
- ABContactSearchSortColumn() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactSearchSortColumn
-
- ABContactSearchSpec - Class in gw.api.webservice.addressbook.contactapi
-
This class has parameters related to paging and sorting in addition to the ContactManager specific
parameters in ABContactSearchSpecWithoutPaging.
- ABContactSearchSpec() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- ABContactSearchSpecWithoutPaging - Class in gw.api.webservice.addressbook.contactapi
-
Specifies various parameters to control search.
- ABContactSearchSpecWithoutPaging() - Constructor for class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- ABContactSpecialistService - Interface in gw.ab.addressbook.entity
-
ABContactSpecialistService
ABContactSpecialistService
- ABContactSubtypeFilter - Interface in gw.api.webservice.addressbook.contactapi
-
Used to restrict contact search results to those contacts which match one of the subtypes in the list.
- ABContactTag - Interface in gw.ab.addressbook.entity
-
- ABContactTagMatcher - Interface in gw.api.webservice.addressbook.contactapi
-
Used to restrict contact search results to those contacts which have the specified set of tags.
- ABContactType - Class in gw.ab.addressbook.typekey
-
- ABContactType(ITypeList, String) - Constructor for class gw.ab.addressbook.typekey.ABContactType
-
- ABContactUtil - Class in gw.api.web.contact
-
Helper methods for manipulating ABContacts
- ABContactUtil() - Constructor for class gw.api.web.contact.ABContactUtil
-
- ABGroupTreeNode - Class in gw.api.admin
-
Class description...
- ABGroupTreeNode() - Constructor for class gw.api.admin.ABGroupTreeNode
-
- ABLegalVenue - Interface in gw.ab.addressbook.entity
-
- ABLegalVenueBuilder - Class in gw.api.databuilder
-
- ABLegalVenueBuilder() - Constructor for class gw.api.databuilder.ABLegalVenueBuilder
-
- ABLinkable - Interface in gw.ab.addressbook.entity
-
ABLinkable
null
- ABLinkableTraversalFilter - Class in gw.api.contact.pendingchanges
-
Traversal filter to prevent traversal to non-ABLinkable entities.
- ABLinkableTraversalFilter() - Constructor for class gw.api.contact.pendingchanges.ABLinkableTraversalFilter
-
- ABLoggerCategory - Class in gw.api.system
-
Exposing internal ABLoggerCategory to the customers
- ABLoggerCategory() - Constructor for class gw.api.system.ABLoggerCategory
-
- ABMaintenanceToolsImpl - Class in gw.api.webservice.ab.maintenanceTools
-
Maintenance tools webservice
- ABMaintenanceToolsImpl() - Constructor for class gw.api.webservice.ab.maintenanceTools.ABMaintenanceToolsImpl
-
Implementation of IMaintenanceToolsAPI for ab.
- ABMessageTransport - Interface in gw.api.contact
-
Just adds a getDestinationID to MessageTransport
- ABMessagingToolsImpl - Class in gw.api.webservice.ab.messagingTools
-
Implementation of IMessagingToolsAPI for AB.
- ABMessagingToolsImpl() - Constructor for class gw.api.webservice.ab.messagingTools.ABMessagingToolsImpl
-
Implementation of IMessagingToolsAPI for AB.
- AbortExecutionException - Exception in gw.rules
-
A runtime exception that facilitates programmatic rule execution control flow.
- AbortExecutionException(ExitCode) - Constructor for exception gw.rules.AbortExecutionException
-
- ABPerson - Interface in gw.ab.addressbook.entity
-
ABPerson
Generic person.
- ABPersonBuilder - Class in gw.api.databuilder
-
- ABPersonBuilder() - Constructor for class gw.api.databuilder.ABPersonBuilder
-
- ABPersonBuilderBase<T extends ABPerson,B extends ABPersonBuilderBase<T,B>> - Class in gw.api.databuilder
-
- ABPersonBuilderBase(IEntityType) - Constructor for class gw.api.databuilder.ABPersonBuilderBase
-
Set the last and first name to default unique string values.
- ABPersonVendor - Interface in gw.ab.addressbook.entity
-
ABPersonVendor
Contact type representing vendors that are people.
- ABPersonVendorBuilder - Class in gw.api.databuilder
-
- ABPersonVendorBuilder() - Constructor for class gw.api.databuilder.ABPersonVendorBuilder
-
- ABPersonVendorBuilderBase<T extends ABPersonVendor,B extends ABPersonVendorBuilderBase<T,B>> - Class in gw.api.databuilder
-
- ABPersonVendorBuilderBase(IEntityType) - Constructor for class gw.api.databuilder.ABPersonVendorBuilderBase
-
- ABPlace - Interface in gw.ab.addressbook.entity
-
- ABPlaceBuilder - Class in gw.api.databuilder
-
- ABPlaceBuilder() - Constructor for class gw.api.databuilder.ABPlaceBuilder
-
- ABPlaceBuilderBase<T extends ABPlace,B extends ABPlaceBuilderBase<T,B>> - Class in gw.api.databuilder
-
Base builder for subtypes of
ABPlace.
- ABPlaceBuilderBase(IEntityType) - Constructor for class gw.api.databuilder.ABPlaceBuilderBase
-
- ABPolicyCompany - Interface in gw.ab.addressbook.entity
-
ABPolicyCompany
- ABPolicyPerson - Interface in gw.ab.addressbook.entity
-
ABPolicyPerson
- ABProximitySearchPageHelper - Class in gw.api.contact
-
- ABProximitySearchPageHelper() - Constructor for class gw.api.contact.ABProximitySearchPageHelper
-
- ABResultType - Class in gw.ab.addressbook.typekey
-
- ABResultType(ITypeList, String) - Constructor for class gw.ab.addressbook.typekey.ABResultType
-
- ABReviewUtil - Class in gw.api.contact
-
The ABReviewUtil class provides a set of general functions for creating and
interacting with Service Provider Management (SPM) Reviews Summaries.
- ABReviewUtil() - Constructor for class gw.api.contact.ABReviewUtil
-
- Abs(IBeforeUpgradeReadOnlyColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Abs(String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Abs(IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Abs(IBeforeUpgradeDBFunction) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- abs() - Method in class gw.api.financials.CurrencyAmount
-
java.math.BigDecimal analog method
- abs(MathContext) - Method in class gw.api.financials.CurrencyAmount
-
java.math.BigDecimal analog method
- abs(double) - Static method in class gw.api.util.Math
-
Returns the absolute value of a double value.
- abs() - Method in class gw.pl.currency.MonetaryAmount
-
java.math.BigDecimal analog method
- abs(MathContext) - Method in class gw.pl.currency.MonetaryAmount
-
java.math.BigDecimal analog method
- absStrict() - Method in class gw.api.financials.CurrencyAmount
-
Returns the absolute value of this CurrencyAmount.
- AbstractActivationContext - Class in gw.lang.debugger
-
Deprecated.
- AbstractActivationContext(Object) - Constructor for class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- AbstractBeanPopulator<T extends Bean> - Class in gw.api.databuilder.populator
-
- AbstractBeanPopulator(Object...) - Constructor for class gw.api.databuilder.populator.AbstractBeanPopulator
-
Packages the given list of values, to be unpackaged at "populate" time.
- AbstractBlock - Class in gw.lang.function
-
- AbstractBlock() - Constructor for class gw.lang.function.AbstractBlock
-
- AbstractBundleTransactionCallback - Class in gw.transaction
-
Simple base class that provides a no-op for all interface methods.
- AbstractBundleTransactionCallback() - Constructor for class gw.transaction.AbstractBundleTransactionCallback
-
- AbstractCachingPhysicalFileSystem - Class in gw.fs.physical
-
- AbstractCachingPhysicalFileSystem(IPhysicalFileSystem) - Constructor for class gw.fs.physical.AbstractCachingPhysicalFileSystem
-
- AbstractEmailMessageTransport - Class in gw.api.email
-
Super class of email plugin class.
- AbstractEmailMessageTransport() - Constructor for class gw.api.email.AbstractEmailMessageTransport
-
- AbstractEmailMessageTransport.DocumentContentsDataSource - Class in gw.api.email
-
- AbstractEmailMessageTransport.DocumentContentsDataSource(Document) - Constructor for class gw.api.email.AbstractEmailMessageTransport.DocumentContentsDataSource
-
- AbstractEmailMessageTransport.DocumentContentsDataSource(Document, boolean) - Constructor for class gw.api.email.AbstractEmailMessageTransport.DocumentContentsDataSource
-
- AbstractGeocodePlugin - Class in gw.api.geocode
-
- AbstractGeocodePlugin() - Constructor for class gw.api.geocode.AbstractGeocodePlugin
-
- AbstractGeocodePlugin.LatLong - Class in gw.api.geocode
-
- AbstractGeocodePlugin.LatLong(BigDecimal, BigDecimal) - Constructor for class gw.api.geocode.AbstractGeocodePlugin.LatLong
-
- AbstractInterval<E extends java.lang.Comparable<E>,ME extends AbstractInterval<E,ME>> - Class in gw.lang.reflect.interval
-
- AbstractInterval(E, E) - Constructor for class gw.lang.reflect.interval.AbstractInterval
-
- AbstractInterval(E, E, boolean, boolean, boolean) - Constructor for class gw.lang.reflect.interval.AbstractInterval
-
- AbstractIntIterator - Class in gw.lang.reflect.interval
-
- AbstractIntIterator() - Constructor for class gw.lang.reflect.interval.AbstractIntIterator
-
- AbstractJavaClassInfo - Class in gw.lang.reflect.java
-
- AbstractJavaClassInfo() - Constructor for class gw.lang.reflect.java.AbstractJavaClassInfo
-
- AbstractLazyLoadingTreeNode - Class in gw.api.tree
-
The abstract base class for
TreeNode implementations that only load child data
when expand a non-leaf node.
- AbstractLazyLoadingTreeNode(Object) - Constructor for class gw.api.tree.AbstractLazyLoadingTreeNode
-
Constructs a tree node with its model data.
- AbstractLazyLoadingTreeNode(Object, boolean) - Constructor for class gw.api.tree.AbstractLazyLoadingTreeNode
-
Constructs a tree node with its model data.
- AbstractLazyLoadingTreeNode(boolean) - Constructor for class gw.api.tree.AbstractLazyLoadingTreeNode
-
Constructs a tree node which uses itself as its model data.
- AbstractLongIterator - Class in gw.lang.reflect.interval
-
- AbstractLongIterator() - Constructor for class gw.lang.reflect.interval.AbstractLongIterator
-
- AbstractMutablePairedMoney - Class in gw.api.financials
-
Base class for implementing a pair of money values that can be updated.
- AbstractMutablePairedMoney() - Constructor for class gw.api.financials.AbstractMutablePairedMoney
-
- AbstractPageHelperImpl - Class in gw.api.web
-
The empty implementation class for
PageHelper interface.
- AbstractPageHelperImpl() - Constructor for class gw.api.web.AbstractPageHelperImpl
-
- AbstractPlatformHelper - Class in gw.config
-
- AbstractPlatformHelper() - Constructor for class gw.config.AbstractPlatformHelper
-
- AbstractTestConstants - Class in gw.junit
-
- AbstractTestConstants() - Constructor for class gw.junit.AbstractTestConstants
-
- AbstractType - Class in gw.lang.reflect
-
- AbstractType() - Constructor for class gw.lang.reflect.AbstractType
-
- AbstractTypeSystemListener - Class in gw.lang.reflect
-
- AbstractTypeSystemListener() - Constructor for class gw.lang.reflect.AbstractTypeSystemListener
-
- AbstractXmlDateType - Class in gw.xml.date
-
- AbstractXmlDateType(boolean, boolean, boolean, boolean) - Constructor for class gw.xml.date.AbstractXmlDateType
-
- AbstractXMLNode<N extends AbstractXMLNode<N>> - Class in gw.xml
-
- AbstractXMLNode() - Constructor for class gw.xml.AbstractXMLNode
-
- AbstractXMLNode(String) - Constructor for class gw.xml.AbstractXMLNode
-
- AbstractXMLNode(QName) - Constructor for class gw.xml.AbstractXMLNode
-
- ABSubtypeConvertUtil - Class in gw.api.contact
-
- ABSubtypeConvertUtil() - Constructor for class gw.api.contact.ABSubtypeConvertUtil
-
- ABUserContact - Interface in gw.ab.contact.entity
-
ABUserContact
- ABUserContactBuilder - Class in gw.api.databuilder
-
Class description...
- ABUserContactBuilder() - Constructor for class gw.api.databuilder.ABUserContactBuilder
-
- accept(Object) - Method in interface gw.api.filters.StandardBeanFilter.ObjectFilter
-
- accept() - Method in class gw.lang.Gosu.ExecuteMode
-
- accept() - Method in interface gw.lang.mode.IGosuMode
-
- accept(TFile) - Method in class gw.pl.util.SuffixTextFileFilter
-
- accept(IReadOnlyXMLNode) - Method in class gw.xml.parser2.iteration.InstanceOfPredicate
-
- accept(T) - Method in interface gw.xml.XMLNodePredicate
-
- acceptClass(String) - Method in interface gw.lang.reflect.module.IClassPath.ClassPathFilter
-
- acceptFeature(IType, IFeatureInfo) - Method in interface gw.util.IFeatureFilter
-
- Accessibility_Size - Static variable in interface gw.lang.reflect.IRelativeTypeInfo
-
- ACKED - Static variable in class gw.pl.messaging.MessageStatus
-
Message has been successfully acknowledged
- ACKED_STATES - Static variable in class gw.pl.messaging.MessageStatus
-
- ackMessage(Acknowledgement) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Acknowledges message
- ackMessage(Acknowledgement) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- Acknowledgement - Class in gw.api.webservice.messagingTools
-
Acknowledgement contains information to be returned to ClaimCenter
about processing of a message by an external system.
- Acknowledgement() - Constructor for class gw.api.webservice.messagingTools.Acknowledgement
-
Empty constructor, added for SOAP compatibility (see GWRemotable)
- Acknowledgement(long) - Constructor for class gw.api.webservice.messagingTools.Acknowledgement
-
Constructor.
- acknowledgeMessage(Acknowledgement) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
- acknowledgeMessage(Acknowledgement) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- ACQUIRE_LOCK_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- Action - Class in gw.rules
-
Base action class used in rule actions.
- ACTION_SERVLET_INIT_THREAD - Static variable in class gw.api.profiler.ProfilerTag
-
- ActionElement - Class in gw.smoketest.platform.web
-
Class description...
- ActionElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.ActionElement
-
- ActionElementWithAJAXMenu - Class in gw.smoketest.platform.web
-
Base class for all widgets that can be acted upon
- ActionElementWithAJAXMenu(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.ActionElementWithAJAXMenu
-
- ActionsShortcut - Static variable in class gw.api.system.PLConfigParameters
-
The keyboard shortcut for the Actions button *
- ACTIVE_STATE_MAX - Static variable in class gw.pl.messaging.MessageStatus
-
- ACTIVE_STATE_MIN - Static variable in class gw.pl.messaging.MessageStatus
-
- ACTIVE_STATES - Static variable in class gw.pl.messaging.MessageStatus
-
Set of states still pending processing of some kind.
- Activity - Interface in gw.pl.activity.entity
-
ActivityBase
An activity is a instance of work assigned to a user and belonging to a claim.
- Activity - Class in gw.pl.activity.typekey
-
- Activity(ITypeList, String) - Constructor for class gw.pl.activity.typekey.Activity
-
- Activity.ActivityTip - Class in gw.pl.activity.entity
-
- ActivityCategory - Class in gw.pl.activity.typekey
-
- ActivityCategory(ITypeList, String) - Constructor for class gw.pl.activity.typekey.ActivityCategory
-
- ActivityClass - Class in gw.pl.activity.typekey
-
- ActivityClass(ITypeList, String) - Constructor for class gw.pl.activity.typekey.ActivityClass
-
- ActivityCoreExt - Interface in gw.ab.activity.entity
-
- ActivityFilterSetBase - Class in gw.api.activity
-
Set of basic filters for activities.
- ActivityFilterSetBase() - Constructor for class gw.api.activity.ActivityFilterSetBase
-
- ActivityPattern - Interface in gw.pl.activity.entity
-
ActivityPatternBase
An activity pattern is a template for an activity.
- ActivityPatternBuilderBase<T extends ActivityPattern,B extends ActivityPatternBuilderBase<T,B>> - Class in gw.api.databuilder
-
- ActivityPatternBuilderBase() - Constructor for class gw.api.databuilder.ActivityPatternBuilderBase
-
- ActivityPatternBuilderBase(String) - Constructor for class gw.api.databuilder.ActivityPatternBuilderBase
-
Deprecated.
Use ActivityPatternBuilderBase()
- ActivityPatternCacheMaxDuration - Static variable in class gw.api.system.PLConfigParameters
-
Upper bound on how long caches of activity pattern entities are allowed to exist without refresh, measured in seconds *
- ActivityPatternMenuCategory - Class in gw.api.activity
-
Encapsulates a menu item related to activity patterns and activity categories.
- ActivityPatternMenuCategory(ActivityPattern[], ActivityCategory) - Constructor for class gw.api.activity.ActivityPatternMenuCategory
-
Creates an instance of ActivityPatternMenuCategory.
- ActivityStatus - Class in gw.pl.activity.typekey
-
- ActivityStatus(ITypeList, String) - Constructor for class gw.pl.activity.typekey.ActivityStatus
-
- ActivityType - Class in gw.pl.activity.typekey
-
- ActivityType(ITypeList, String) - Constructor for class gw.pl.activity.typekey.ActivityType
-
- ADAPTER_NAME - Static variable in interface gw.plugin.addressbook.IAddressBookAdapter
-
Deprecated.
- add(User, GroupUser) - Static method in class gw.api.admin.GroupUserUtil
-
Uses the given GroupUser object to link the given user to the GroupUser's group.
- add(Object...) - Method in class gw.api.database.DatabaseParameterSet
-
- add(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Add amount.getAmount() to this.getAmount()
- add(CurrencyAmount, MathContext) - Method in class gw.api.financials.CurrencyAmount
-
Add amount to this
- add(KeyableBean) - Method in class gw.api.importing.XmlExporter
-
will add a new bean to be processed
- add(ValidationResult) - Method in class gw.api.validation.ValidationResult
-
Adds all the validations from another validation result.
- add(EntityValidation) - Method in class gw.api.validation.ValidationResult
-
- add(IMethodInfo) - Method in class gw.lang.reflect.MethodList
-
- add(int, IMethodInfo) - Method in class gw.lang.reflect.MethodList
-
- add(MonetaryAmount) - Method in class gw.pl.currency.MonetaryAmount
-
Add amount.getAmount() to this.getAmount()
- add(MonetaryAmount, MathContext) - Method in class gw.pl.currency.MonetaryAmount
-
Add amount to this
- add(T) - Method in interface gw.pl.persistence.core.Bundle
-
Determine how to add the bean to the bundle, either for update or insert,
or if the bean needs to be added at all?
- add(int) - Method in class gw.pl.util.csv.CSVBuilder
-
- add(long) - Method in class gw.pl.util.csv.CSVBuilder
-
- add(double) - Method in class gw.pl.util.csv.CSVBuilder
-
- add(boolean) - Method in class gw.pl.util.csv.CSVBuilder
-
- add(String) - Method in class gw.pl.util.csv.CSVBuilder
-
- add(Object) - Method in class gw.pl.util.csv.CSVBuilder
-
- add(String, Document) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Add the given Definition and Document information to the symbol table (including imported
symbols), populating it with SymTabEntries for each of the top-level symbols.
- ADD - Static variable in class gw.plugin.addressbook.ContactRelationshipUpdateType
-
Tells the update to just add relationships that exist on the input Contact.
- add(Object) - Method in interface gw.plugin.PluginCallbackHandler
-
Add a bean to a transaction.
- add() - Method in class gw.smoketest.platform.web.OptionElementForMulti
-
Selects this option.
- add(String) - Method in class gw.util.cache.FqnCache
-
- add(String, T) - Method in class gw.util.cache.FqnCache
-
- add(String) - Method in interface gw.util.cache.IFqnCache
-
- add(String, T) - Method in interface gw.util.cache.IFqnCache
-
- add(String) - Method in class gw.util.cache.WeakFqnCache
-
- add(String, T) - Method in class gw.util.cache.WeakFqnCache
-
- add(T) - Method in class gw.util.CaseInsensitiveSet
-
- add(K) - Method in class gw.util.concurrent.ConcurrentHashSet
-
- add(E) - Method in class gw.util.DynamicArray
-
Appends the specified element to the end of this list.
- add(int, E) - Method in class gw.util.DynamicArray
-
Inserts the specified element at the specified position in this
list.
- add(T) - Method in class gw.util.IdentitySet
-
- add(FileInfo) - Method in class gw.util.perf.codestats.FileInfo
-
- add(ObjectSize) - Method in class gw.util.perf.objectsize.ObjectSize
-
- add(E) - Method in class gw.util.PredicatedSet
-
- add(XmlDuration) - Method in class gw.xml.date.AbstractXmlDateType
-
- add(E) - Method in class gw.xml.xsd.info.NestedListIterator
-
- add(IXMLNodeWithID) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- add(int, IXMLNodeWithID) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- addAdditiveArrayElement(IPropertyInfo, Object) - Method in class gw.api.databuilder.DataBuilder
-
Adds an element to an array property.
- addAdditiveArrayElement(PropertyReference<? super T, ?>, Object) - Method in class gw.api.databuilder.DataBuilder
-
Adds an element to an array property.
- addAddress(Address) - Method in interface gw.ab.addressbook.entity.ABContact
-
Adds the given address.
- addAddress(Address) - Method in interface gw.pl.contact.entity.Contact
-
Adds the given address.
- addAll(Collection<KeyableBean>) - Method in class gw.api.importing.XmlExporter
-
will add a new beans to be processed, if they haven't already benn processed
- addAll(Collection<? extends IMethodInfo>) - Method in class gw.lang.reflect.MethodList
-
- addAll(int, Collection<? extends IMethodInfo>) - Method in class gw.lang.reflect.MethodList
-
- addAll(Collection<? extends K>) - Method in class gw.util.concurrent.ConcurrentHashSet
-
- addAll(Collection<? extends E>) - Method in class gw.util.DynamicArray
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the
specified collection's Iterator.
- addAll(int, Collection<? extends E>) - Method in class gw.util.DynamicArray
-
Inserts all of the elements in the specified collection into this
list, starting at the specified position.
- addAll(Collection<? extends T>) - Method in class gw.util.IdentitySet
-
- addAll(Collection<? extends E>) - Method in class gw.util.PredicatedSet
-
- addAll(Collection<? extends IXMLNodeWithID>) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- addAll(int, Collection<? extends IXMLNodeWithID>) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- addAllChildren(List<N>) - Method in class gw.xml.AbstractXMLNode
-
Adds all the given nodes to this node's child list.
- addAllFromIterator(Collection<T>, Iterator<T>) - Static method in class gw.pl.util.CollectionUtil
-
Adds all the elements in it to the collection c.
- addAllSubTypeDistributions(Collection<TableDataDist>) - Method in interface gw.pl.database.entity.TableDataDist
-
Appends all the TableDataDist for all subtypes in the tree under this TableDataDist
- addAllTypeNames(Set<String>) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- addAnnotation(AsmAnnotation) - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- addAppender(Appender) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
a new mechanism will be introduced to do this in 9.
- addAppender(Logger, Appender) - Method in class gw.testharness.LoggerChangesManager
-
- addArrayElement(IPropertyInfo, Object) - Method in class gw.api.databuilder.DataBuilder
-
Adds an element to an array property.
- addArrayElement(PropertyReference<? super T, ?>, Object) - Method in class gw.api.databuilder.DataBuilder
-
Adds an element to an array property.
- addArrayElement(IPropertyInfo, Object, int) - Method in class gw.api.databuilder.DataBuilder
-
Adds an element to an array property.
- addArrayElement(PropertyReference<? super T, ?>, Object, int) - Method in class gw.api.databuilder.DataBuilder
-
Adds an element to an array property.
- addArrayElementsToList(Object[], List) - Static method in class gw.pl.util.CollectionUtil
-
Adds all the elements in the passed Object array into the passed
List.
- addAscendingSortColumn(String) - Method in interface gw.api.database.IQueryResult
-
Deprecated.
use orderBy or thenBy instead
- addAscendingSortColumn(String) - Method in class gw.plugin.solr.SolrQueryProcessor
-
- addAsSameCurrency(BigDecimal) - Method in class gw.api.financials.CurrencyAmount
-
Add amount to this.
- addAsSameCurrency(BigDecimal, MathContext) - Method in class gw.api.financials.CurrencyAmount
-
Add amount to this.
- addAssignee(Assignee, List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Utility method for adding an assignee to the suggested assignees list, first
making sure that it has not already been added
- addAssignmentType(AssignmentType) - Static method in class gw.api.assignment.AssignmentType
-
- addAttribute(String, String) - Method in class gw.test.TestMetadata
-
- addAttribute(XSDAttributeInfo) - Method in class gw.xml.xsd.info.XSDElementInfo
-
- addAttribute(XSDAttributeInfo) - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- addAttributes(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in interface gw.xml.xsd.schema.IXSDAttributeSpecification
-
- addAttributes(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDAttribute
-
- addAttributes(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDAttributeGroup
-
- addAttributeValues(Object[]) - Method in class gw.api.tools.DatabaseInfo.PartitionedIndexInfo
-
- addAutoAssign(List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Utility - adds the special "auto assign" (aka assign by rules) assignee to the list,
if not already present
- addBaseRequiredSymbolsToCreationInfo(SymbolProviderElement, IDocumentTemplateDescriptor, DocumentCreationInfo) - Static method in class gw.document.DocumentsUtilBase
-
- addBatchProcess(String, BatchProcessType) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Add a batch process into the internal map by name.
- addBccRecipient(EmailContact) - Method in class gw.api.email.Email
-
Add contact to the BCC recipient list
- addBundleTransactionCallback(BundleTransactionCallback) - Method in interface gw.pl.persistence.core.Bundle
-
Adds callback to the list of callbacks to be executed when the
containing bundle is committed.
- addBusinessDays(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of business days to the given date.
- addBusinessDays(Date, int, HolidayTagCode) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) number of business days to the given date,
based on a holiday tag code which will determine which holiday schedule is consulted.
- addBusinessDays(Date, int, HolidayTagCode, Object) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) number of business days to the given date,
based on a holiday tag code which will determine which holiday schedule is consulted.
- addBusinessDays(Date, int, Zone) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) number of business days to the given date,
based on a location which may determine which holiday schedule is consulted.
- addBusinessDays(Date, int, Address) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) number of business days to the given date,
based on a location which may determine which holiday schedule is consulted.
- addBusinessHours(Date, int, HolidayTagCode) - Static method in class gw.api.util.DateUtil
-
Adds the specified signed number of business hours to the given date,
based on a holiday tag code which will determine which holiday schedule is consulted.
- addBusinessHours(Date, int, HolidayTagCode, Object) - Static method in class gw.api.util.DateUtil
-
Adds the specified signed number of business hours to the given date,
based on a holiday tag code which will determine which holiday schedule is consulted.
- addBusinessHours(Date, int, Zone) - Static method in class gw.api.util.DateUtil
-
Adds the specified signed number of business hours to the given date,
based on a location which may determine which holiday schedule is consulted.
- addBusinessHours(Date, int, Address) - Static method in class gw.api.util.DateUtil
-
Adds the specified signed number of business hours to the given date,
based on a location which may determine which holiday schedule is consulted.
- addCcRecipient(EmailContact) - Method in class gw.api.email.Email
-
Add contect to the CC list
- addChild(TreeNode) - Method in class gw.api.admin.RootTreeNode
-
- addChild(DiffDisplay) - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
Adds a child.
- addChild(T) - Method in interface gw.api.bean.compare.ui.HierarchicalDiff
-
Adds a DiffDisplay child to this DiffDisplay's children.
- addChild(T) - Method in class gw.api.bean.compare.ui.HierarchicalDiffDelegate
-
- addChild(T, T, Object) - Method in class gw.api.graph.Tree
-
Adds a parent-child relationship to the tree with an attribute
or label.
- addChild(T, T) - Method in class gw.api.graph.Tree
-
Adds a parent-child relationship to the tree
- addChild(IterationInfoNode) - Method in class gw.api.profiler.IterationInfoNode
-
- addChild(LoadStepDisplayable) - Method in class gw.api.tools.LoadStepDisplayable
-
- addChild(TreeNode) - Method in class gw.api.tree.SimpleTreeNode
-
Adds a child node to this node.
- addChild(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- addChild(N) - Method in class gw.xml.AbstractXMLNode
-
Adds the given child to this node's child list.
- addChild(N, int) - Method in class gw.xml.AbstractXMLNode
-
Inserts the given child into this node's child list at the given index.
- addChild(PLXMLNode) - Method in class gw.xml.parser2.PLXMLNode
-
- addChild(PLXMLNode, int) - Method in class gw.xml.parser2.PLXMLNode
-
- addChild(Object) - Method in interface gw.xml.parser2.XMLNodeConvertible
-
- addChild(Object) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- addChild(XmlElement) - Method in class gw.xml.XmlBase
-
Adds a new direct child element.
- addChild(XSDElementRefInfo) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- addChild(XSDGroupingInfo) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- addChildElement(XMLChildListDeclaration, PLXMLNode) - Method in class gw.xml.parser2.PLXMLNode
-
- addChildElementBefore(N, N) - Method in class gw.xml.AbstractXMLNode
-
Inserts node before insertBefore in this node's child list.
- addChildElementBefore(PLXMLNode, PLXMLNode) - Method in class gw.xml.parser2.PLXMLNode
-
- addClassesFromJar(String, String, String, Set<String>) - Static method in class gw.xml.parser2.xsd.XSDGenerator
-
- addClasspathEntriesWithoutManifestToSourceRoots() - Method in interface gw.lang.reflect.IEntityAccess
-
- addClosest(int) - Method in class gw.api.contact.ProximitySearchPageHelper.ProximitySearchParameterHelper
-
Adds a search with a 'number' of closest to the dropdown.
- addCompareNotMatched(KeyableBean) - Method in class gw.api.graph.compare.EntityComparison
-
Adds a bean from the compare graph that was not matched in the comparison.
- addConditionalAndExpression(IWhereClauseConditionalAndExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addConditionalOrExpression(IWhereClauseConditionalOrExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addConstructor(IConstructorNode) - Method in interface gw.lang.javadoc.IClassDocNode
-
- addContactByRelationship(ContactBidiRel, ABContact) - Method in interface gw.ab.addressbook.entity.ABContact
-
Adds the given contact to this contact with the given relationship.
- addContactContact(ABContactContact) - Method in interface gw.ab.addressbook.entity.ABContact
-
- addContactContact(ContactContact) - Method in interface gw.pl.contact.entity.Contact
-
- addContextInfo(T, String) - Static method in class gw.util.GosuExceptionUtil
-
- addContextInfoImpl(T, String) - Static method in class gw.util.GosuExceptionUtil
-
- addContextObjectsToSymbolTable(ISymbolTable, IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Insert the values of the contextObjects which have not already been inserted
- addCountryNameOverride(Country, String) - Static method in class gw.api.geocode.GeocodeUtils
-
Overrides an entry in the name-to-country mapping, for example if you are receiving a non-standard name back from
a Geocoding provider.
- addCrossGraphRelationship(String, String) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
For each IArchivedEntity in this set, add cross graph relationship between a publicID field and a link field.
- addCustomEvents(String, String[]) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Add to a list of custom events to fire when the Acknowledgement is committed.
- addDatum(T) - Method in class gw.api.util.stats.StatisticsCollector
-
Add another piece of statistics
- addDatum(Object, T) - Method in class gw.api.util.stats.StatisticsCollector
-
Add another piece of statistics, with additional info
- addDays(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of days to the given date.
- addDays(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of days to the given date.
- AddDaysToDate(int, IBeforeUpgradeColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
Returns a AddDaysToDate function.
- AddDaysToDate(int, String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
Returns a AddDaysToDate function.
- AddDaysToDate(int, IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
Returns a AddDaysToDate function.
- addDefaultConstructor() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- addDefaultPropertyNames(Set<String>) - Static method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- addDefinitionGenerators() - Method in class gw.pl.util.webservices.axis.GWJavaGeneratorFactory
-
Method addDefinitionGenerators
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in interface gw.xml.xsd.schema.IXSDContent
-
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in interface gw.xml.xsd.schema.IXSDExtensionOrRestriction
-
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDComplexContent
-
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDComplexType
-
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDExtension
-
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDRestriction
-
- addDefinitions(XSDNodeTypeInfo, XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDSimpleContent
-
- addDelegate(KeyableEntity, Object) - Static method in class gw.pl.external.entity.EntityMock
-
Deprecated.
Add a delegate to an entity.
- addDependenciesState(Class, DependenciesState) - Method in class gw.pl.util.internal.AllDependenciesState
-
- addDependency(Dependency) - Method in interface gw.lang.reflect.module.IModule
-
- addDependency(String, Object) - Method in class gw.pl.util.internal.DependenciesState
-
- addDescendingSortColumn(String) - Method in interface gw.api.database.IQueryResult
-
Deprecated.
use orderByDescending or thenByDescending instead
- addDescendingSortColumn(String) - Method in class gw.plugin.solr.SolrQueryProcessor
-
- addDocument(Document) - Method in class gw.api.email.Email
-
- addDocument(InputStream, Document) - Method in interface gw.plugin.document.IDocumentContentSourceBase
-
Adds a new document to the repository.
- addDouble(String, double) - Method in class gw.processes.WorkQueueInstrumentation
-
Adds specified value to a Double field.
- addEdge(Edge<T>) - Method in class gw.api.graph.BasicGraph
-
Adds an edge.
- addEdge(T, T) - Method in class gw.api.graph.BasicGraph
-
Adds a simple edge with no attribute.
- addEdge(T, T, Object) - Method in class gw.api.graph.BasicGraph
-
Adds an edge with an attribute.
- addEdge(Edge<T>) - Method in interface gw.api.graph.Graph
-
Adds an edge to the graph.
- addEdge(T, T) - Method in interface gw.api.graph.Graph
-
Adds an edge to the graph using the given source
and target nodes.
- addEdge(T, T, Object) - Method in interface gw.api.graph.Graph
-
Adds an Edge using the given source and target,
and having the given weight.
- addEdge(Edge<T>) - Method in class gw.api.graph.Path
-
Adds an edge to the path.
- addEdgeForTraversal(Edge<T>) - Method in class gw.api.graph.traverse.BreadthFirstTraversal
-
- addEdgeForTraversal(Edge<T>) - Method in class gw.api.graph.traverse.DepthFirstTraversal
-
- addEdgeForTraversal(Edge<T>) - Method in interface gw.api.graph.traverse.TraversalStrategy
-
Method to be called during graph traversal to add
an edge that needs to be traversed.
- addElement(Object) - Method in interface gw.api.databuilder.populator.PackagedArrayValue
-
Adds an element to the array.
- addElement(IRElement) - Method in class gw.lang.ir.expression.IRCompositeExpression
-
- addEnhancementMethods(List<IMethodInfo>) - Method in class gw.lang.reflect.FeatureManager
-
- addEnhancementMethods(IType, Collection<IMethodInfo>) - Method in interface gw.lang.reflect.gs.IEnhancementIndex
-
- addEnhancementMethods(IType, Collection) - Method in interface gw.lang.reflect.IEntityAccess
-
- addEnhancementProperties(PropertyNameMap<T>, boolean) - Method in class gw.lang.reflect.FeatureManager
-
- addEnhancementProperties(IType, Map<CharSequence, IPropertyInfo>, boolean) - Method in interface gw.lang.reflect.gs.IEnhancementIndex
-
- addEnhancementProperties(IType, Map, boolean) - Method in interface gw.lang.reflect.IEntityAccess
-
- addEntity(Object) - Method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
Add an existing entity to the current set of changes.
- addEntry(IType, IGosuEnhancement) - Method in interface gw.lang.reflect.gs.IEnhancementIndex
-
- addEnumerationOption(String) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- addEqualityExpression(IWhereClauseEqualityExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addError(String) - Method in class gw.api.validation.FieldValidationResult
-
- addError(String) - Method in interface gw.api.validation.IFieldValidationResult
-
- addError(KeyableBean, ValidationLevel, String) - Method in class gw.api.validation.ValidationResult
-
Adds an error to this result for the specified bean.
- addError(String) - Method in interface gw.datatype.def.IDataTypeDefValidationErrors
-
- addError(Test, Throwable) - Method in class gw.junit.XMLJUnitResultFormatter
-
Interface TestListener.
- addError(String) - Method in class gw.pl.util.ResultsBuffer
-
- addError(XMLParseError) - Method in class gw.xml.parser2.SchemaValidationResults
-
- addEscaped(String) - Method in class gw.pl.util.csv.CSVBuilder
-
- addEvent(String) - Method in interface gw.pl.messaging.entity.EventAware
-
Associates an event with the bean, which will be fired when the bean is
committed.
- addException(IExceptionNode) - Method in interface gw.lang.javadoc.IConstructorNode
-
- addException(IExceptionNode) - Method in interface gw.lang.javadoc.IMethodNode
-
- addExceptionsFrom(IParsedElement) - Method in interface gw.lang.parser.IParsedElement
-
- addExistsExpression(IWhereClauseExistsExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addFailure(Test, Throwable) - Method in class gw.junit.XMLJUnitResultFormatter
-
Interface TestListener for JUnit <= 3.4.
- addFailure(Test, AssertionFailedError) - Method in class gw.junit.XMLJUnitResultFormatter
-
Interface TestListener for JUnit > 3.4.
- addFailureErrorCheckDisabled(String, Test, Throwable) - Method in class gw.junit.XMLJUnitResultFormatter
-
- addField(IRFieldDecl) - Method in class gw.lang.ir.IRClass
-
- addField(String, String) - Method in class gw.plugin.document.impl.XFDFNode
-
- addFieldChanges(String, FieldValue[]) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Add a list of field updates to the Acknowledgement.
- addFieldToIgnore(IType, String) - Method in interface gw.api.util.mapping.NameTranslator
-
- addFieldToIgnore(IType, String) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- addFilter(IQueryFilter) - Method in interface gw.api.database.IQueryResult
-
Adds a filter to this query.
- addFilter(IQueryFilter) - Method in class gw.api.database.QueryBeanResultWithSummary
-
Overridden to add filter to the summary query
as well as the primary query.
- addFilter(TraversalFilter<T>) - Method in class gw.api.graph.CompositeFilter
-
- addFormFieldsToSymbolTable(ISymbolTable, IDocumentTemplateDescriptor) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Evaluate the form field values for the document template, based on the current SymbolTable context,
and add them to the SymbolTable context.
- addFragment(IGosuFragment) - Method in class gw.lang.reflect.FragmentCache
-
- addFrame(ProfilerFrame) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- addFrame(ProfilerFrame, boolean) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- addFrame(ProfilerFrame) - Method in class gw.api.profiler.ProfilerStackAggregate
-
- addFrameGroup(ProfilerFrameGroup) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveCountSummary
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveCountSummarySinceLastRun
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureCountSummary
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesCountSummary
-
- addFurtherRestrictionsToBaseQueryForRootInfos(Query) - Method in class gw.api.archiving.ArchiveSkippedCountSummary
-
- addGroupingTypes(Map<String, XSDGroupingInfo>) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- addGroupMembers(List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
If all activities are assigned to the same group, adds all users in that group
- addGroupSupervisor(List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Adds supervisor of the group to which the items are currently assigned, or does nothing
if they are not all assigned to the same group
- addGWAuthentication() - Method in class gw.api.soap.SOAPServiceBase
-
Adds guidewire specific authentication tags to the headers of the soap service.
- addHandler(CallHandler) - Method in class gw.api.soap.SOAPServiceBase
-
Call handlers are used to intercept SOAP calls.
- addHeader(String, String) - Method in class gw.api.email.Email
-
- addHint(QueryHint) - Method in interface gw.api.database.ISelectQueryBuilder
-
Add a QueryHint to use for this query
- addHint(QueryHint) - Method in class gw.api.database.Query
-
Add a QueryHint to use for this query
- addHint(QueryHint) - Method in interface gw.api.database.Restriction
-
- addHint(QueryHint) - Method in interface gw.api.database.Table
-
Overridden to specialize return type to
Table.
- addHistory(CustomHistoryType, String) - Method in interface gw.ab.history.entity.HistoryEventContainer
-
This method is meant to be called directly from gosu to generate history events.
- addHistoryEvents() - Method in interface gw.ab.addressbook.entity.ABContactContact
-
Adds the appropriate History events depending on what has changed in the ABContactContact.
- addHours(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of hours to the given date.
- addHours(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of hours to the given date.
- addId(Key, String) - Method in class gw.api.importing.XmlExporter
-
This will add a specific id for a specific key
- addIncrementor(IRStatement) - Method in class gw.lang.ir.statement.IRForEachStatement
-
- addInitializer(IRStatement) - Method in class gw.lang.ir.statement.IRForEachStatement
-
- addInnerClass(IRType, IRType, int) - Method in class gw.lang.ir.IRClass
-
- addInterface(IRType) - Method in class gw.lang.ir.IRClass
-
- addItem(Object) - Method in class gw.xml.xsd.info.ParsedNodeList
-
- AdditionalPrimaryABContactSearchCriteria - Static variable in class gw.api.system.ABConfigParameters
-
Deprecated.
(Since 8.0.0) This parameter is no longer used in the code and was removed from config.xml.
- addKey(String, XSDEnumeratedType) - Method in class gw.xml.parser2.XSDEnumeratedType
-
Should add the given key and value to the subclass's table of types.
- addKilometers(int) - Method in class gw.api.contact.ProximitySearchPageHelper.ProximitySearchParameterHelper
-
Adds a search with a 'number' kilometers radius to the dropdown.
- addLineOffset(int) - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- addLocationListener(ChangeListener) - Static method in class gw.config.Registry
-
- addLoggedInUser(List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Utility - adds the logged in user.
- addLoggingAppender(Logger, AppenderSkeleton) - Method in class gw.testharness.v3.PLTestClass
-
- addLong(String, long) - Method in class gw.processes.WorkQueueInstrumentation
-
Adds specified value to a Long field.
- addMatched(T, T) - Method in class gw.api.graph.compare.EntityComparison
-
Adds two beans that were matches in the graph comparison.
- addMetadata(Collection<TestMetadata>) - Method in class gw.test.remote.RemoteTestClass
-
- addMetadata(Collection<TestMetadata>) - Method in class gw.test.TestClass
-
- addMethod(IRMethodStatement) - Method in class gw.lang.ir.IRClass
-
- addMethod(IMethodNode) - Method in interface gw.lang.javadoc.IClassDocNode
-
- addMiles(int) - Method in class gw.api.contact.ProximitySearchPageHelper.ProximitySearchParameterHelper
-
Adds a search with a 'number' miles radius to the dropdown.
- addMinutes(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of minutes to the given date.
- addMinutes(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of minutes to the given date.
- addModule(IModule) - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- addModule(ModuleNode) - Method in class gw.pl.modules.ModulesNode
-
- addMonths(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of months to the given date.
- addMonths(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of months to the given date.
- addNamespace(String, String) - Method in class gw.xml.XMLNodeWriter
-
- addNewCategoryScore(ReviewCategory, int) - Method in interface gw.ab.addressbook.entity.ReviewSummary
-
- addNewElement(String, Double, Integer) - Method in class gw.api.contact.DrivingDirections
-
Adds a new stage (instance of DrivingDirectionsElem) to these directions.
- addNewElement(String, BigDecimal, Integer) - Method in class gw.api.contact.DrivingDirections
-
Adds a new stage (instance of DrivingDirectionsElem) to these directions.
- addNewMapURL(String) - Method in class gw.api.contact.DrivingDirections
-
Adds a new URL to the Map URLs array.
- addNode(T) - Method in class gw.api.graph.BasicGraph
-
Adds a node to the graph.
- addNode(T) - Method in interface gw.api.graph.Graph
-
Adds a node to the graph.
- addNode(T) - Method in class gw.api.graph.Path
-
Adds an edge to the Path from the "head" to
the given node.
- addNodeStructureListener(XMLNodeStructureListener<PLXMLNode>) - Method in class gw.xml.parser2.PLXMLNode
-
- addOptimizer(QueryOptimizer) - Method in class gw.api.database.Query
-
Add a QueryOptimizer to use for this query
- addOptions(Options) - Method in class gw.pl.main.SimpleToolMain
-
- addOptions(Option[]) - Method in class gw.pl.util.webservices.CmdLineToolBase
-
- addOrderBy(OrderedList.IToComparable<T>) - Method in class gw.lang.enhancements.OrderedList
-
- addOrderBy(OrderedList.IToComparable<T>, Comparator) - Method in class gw.lang.enhancements.OrderedList
-
- addOrderByDescending(OrderedList.IToComparable<T>) - Method in class gw.lang.enhancements.OrderedList
-
- addOrderByDescending(OrderedList.IToComparable<T>, Comparator) - Method in class gw.lang.enhancements.OrderedList
-
- addOutgoingEdges(T) - Method in interface gw.api.graph.traverse.TraversalStrategy
-
Method to be called when visiting a node in order to
add all (potentially filtered) outgoing edges.
- addOutgoingEdges(T) - Method in class gw.api.graph.traverse.TraversalStrategyBase
-
- addParam(IParamNode) - Method in interface gw.lang.javadoc.IConstructorNode
-
- addParam(IParamNode) - Method in interface gw.lang.javadoc.IMethodNode
-
- addParameterAnnotation(int, AsmAnnotation) - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- addParameterSuggestions(String[], List<AutocompleteResult>, boolean) - Method in class gw.api.quickjump.EntityViewCommand
-
- addParameterSuggestions(String[], List<AutocompleteResult>, boolean) - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
- addParameterSuggestions(String[], List<AutocompleteResult>, boolean) - Method in class gw.api.quickjump.ParameterizedNavigationCommand
-
- addParenthesizedExpression(IWhereClauseParenthesizedExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addParseException(ResourceKey, Object...) - Method in interface gw.lang.parser.IParsedElement
-
- addParseException(IParseIssue) - Method in interface gw.lang.parser.IParsedElement
-
- addParseWarning(ResourceKey, Object...) - Method in interface gw.lang.parser.IParsedElement
-
- addParseWarning(IParseIssue) - Method in interface gw.lang.parser.IParsedElement
-
- addPhoneColumnProperty(PhoneColumnProperties) - Method in class gw.api.util.phone.EntityPhoneMapper
-
Adds the PhoneColumnProperties to the mapper
- addPopulator(Object, int, BeanPopulator<? super T>) - Method in class gw.api.databuilder.DataBuilder
-
- addPopulator(Object, BeanPopulator<? super T>) - Method in class gw.api.databuilder.DataBuilder
-
- addPopulator(int, BeanPopulator<? super T>) - Method in class gw.api.databuilder.DataBuilder
-
- addPopulator(BeanPopulator<? super T>) - Method in class gw.api.databuilder.DataBuilder
-
- addProfilerSource(ProfilerDataSource) - Method in class gw.api.profiler.SavedFileProfilerPageHelper
-
- addProperties(Properties) - Method in class gw.pl.util.PropertyTree
-
Parses and then adds the properties to the root of this particular PropertyTree
- addPropertiesForGrouping(XSDGroupingInfo, List<IPropertyInfo>, ITypeInfo) - Static method in class gw.xml.xsd.typeloader.XSDTypeInfoHelper
-
- addProperty(String, ArchivedPropertyType) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Adds a nullable property of the given name and sets its type it to the given type.
- addProperty(String, ArchivedPropertyType, boolean) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Adds a property of the given name, type and nullability.
- addProperty(String, ArchivedPropertyType, boolean, Object) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Adds a property of the given name, type, nullability and default value.
- addProperty(String, ArchivedPropertyType, boolean, Object, String) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Adds a property of the given name, type, nullability and default value.
- addProperty(ModulePropertyNode) - Method in class gw.pl.modules.ModuleNode
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class gw.xml.AbstractXMLNode
-
Adds a property change listener, which will be fired when an attribute value is set or removed.
- addQueryPathExpression(IQueryPathExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addQueues(List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Adds all queues visible to the current user.
- addReference(KeyableBean, Key) - Method in class gw.api.importing.XmlExporter
-
This indicates whether to add this reference to the bean being processed or defer that decision till later.
- addRelatedContactChanges(HistoryCoreExt, ABContact, ABContact, ContactRel, ContactRel, boolean) - Static method in class gw.api.util.MiscUtil
-
- addRelationalExpression(IWhereClauseRelationalExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addRequestScopedErrorMessage(String) - Static method in class gw.api.util.LocationUtil
-
Add an error message to be shown when displaying the response to the current request.
- addRequestScopedInfoMessage(String) - Static method in class gw.api.util.LocationUtil
-
Add an informational message to be shown when displaying the response to the current request.
- addRequestScopedWarningMessage(String) - Static method in class gw.api.util.LocationUtil
-
Add a warning message to be shown when displaying the response to the current request.
- Address - Interface in gw.pl.contact.entity
-
AddressBase
Represents a street or mailing address.
- Address - Class in gw.pl.contact.typekey
-
- Address(ITypeList, String) - Constructor for class gw.pl.contact.typekey.Address
-
- ADDRESS_LINE1_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- ADDRESS_LINE2_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- ADDRESS_LINE3_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- AddressAutocompleteHandler - Class in gw.api.contact
-
Handles address autofill.
- AddressAutocompleteHandler(String, String, boolean) - Constructor for class gw.api.contact.AddressAutocompleteHandler
-
- AddressAutocompleteHandler(String, String[], boolean) - Constructor for class gw.api.contact.AddressAutocompleteHandler
-
- AddressAutocompleteUtil - Class in gw.api.contact
-
Utilities for address auto complete/auto fill.
- AddressAutocompleteUtil() - Constructor for class gw.api.contact.AddressAutocompleteUtil
-
- AddressAutofillable - Interface in gw.pl.geodata.zone.entity
-
AddressAutofillable
This is a shared delegate/interface which allows multiple entities that have address information
to be able to use the autofill functionality.
- AddressAutofillEntity - Interface in gw.pl.geodata.zone.entity
-
AddressAutofillEntity
Helper class used for managing address autocomplete/autofill, for internal use only.
- AddressBookConvertable - Interface in gw.pl.contact.entity
-
Deprecated.
- AddressBookLinkable - Interface in gw.pl.contact.entity
-
AddressBookLinkable
This delegate indicates that this bean can be linked/synced with an external Address Book as a "child" entity of
an AddressBookConvertable; entities implementing this interface must have an AddressBookUID field.
- AddressBookMatch - Interface in gw.api.contact
-
This is a special interface that is used by the ContactMatchWorksheet in the processes of creating a contact in
addressbook or when linking a contact to the addressbook.
- AddressBookRemotableSearchResultSpec - Class in gw.plugin.addressbook
-
Deprecated.
Since ClaimCenter 8.0, only used by deprecated IAddressBookAdapter
- AddressBookRemotableSearchResultSpec() - Constructor for class gw.plugin.addressbook.AddressBookRemotableSearchResultSpec
-
Deprecated.
- AddressBookUIDTuple - Interface in gw.webservice.contactapi
-
Interface for the data class representing the entity type, public id and AddressBookUID that is used
to map the Public ID to AddressBookUID for new entities created as part of a Contact update in
ContactManager.
- AddressBookUtil - Class in gw.api.contact
-
Static methods for use by the UI to manage the addressbook (and the ContactSearchAdapter).
- AddressBuilder - Class in gw.api.databuilder
-
- AddressBuilder() - Constructor for class gw.api.databuilder.AddressBuilder
-
- AddressCoreExt - Interface in gw.ab.contact.entity
-
- AddressCorrection - Interface in gw.pl.contact.entity
-
AddressCorrection
Address of a person or business.
- AddressFillable - Interface in gw.api.address
-
Interface for an object holding Address data used for auto complete and auto fill.
- AddressType - Class in gw.pl.contact.typekey
-
- AddressType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.AddressType
-
- AddressVerificationFailureAsError - Static variable in class gw.api.system.PLConfigParameters
-
Set to true to have Address Verification failures as errors instead of warnings.
- addRestrictionsToQuery(IQueryBuilder) - Method in interface gw.api.filters.StandardQueryFilter.QueryFilter
-
- addRoleToUser(User) - Method in interface gw.pl.security.entity.Role
-
Adds this role to a user's list of roles.
- addSecondaryMoneyComponent(Currency) - Method in class gw.api.financials.CurrencyAmount
-
Calculates the equivalent of this CurrencyAmount in the secondaryCurrency, and returns
a new CurrencyAmount with that secondary CurrencyAmount as the SecondaryMoneyComponent.
- addSecondaryMoneyComponent(Currency, BigDecimal) - Method in class gw.api.financials.CurrencyAmount
-
Calculates the equivalent of this CurrencyAmount in the secondaryCurrency with the given exchangeRate,
and returns a new CurrencyAmount with that secondary CurrencyAmount as the SecondaryMoneyComponent.
- addSecondaryMoneyComponent(CurrencyAmount, Currency, BigDecimal) - Static method in class gw.api.util.CurrencyUtil
-
Calls primaryAmount.addSecondaryMoneyComponent, unless primaryAmount is null.
- addSeconds(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of seconds to the given date.
- addSeconds(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of seconds to the given date.
- addShutdownListener(TypeSystemShutdownListener) - Method in interface gw.lang.reflect.ITypeSystem
-
- addShutdownListener(TypeSystemShutdownListener) - Static method in class gw.lang.reflect.TypeSystem
-
- addSourceNotMatched(KeyableBean) - Method in class gw.api.graph.compare.EntityComparison
-
Adds a bean from the source graph that was not matched in the comparison.
- addStack(ProfilerStack) - Method in class gw.api.profiler.ProfilerStackAggregate
-
- addStatement(IRStatement) - Method in class gw.lang.ir.statement.IRStatementList
-
- addStrict(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Calculates this + amount.
- addSubtype(ABContact) - Method in interface gw.api.webservice.addressbook.contactapi.ABContactSubtypeFilter
-
Add the given subtype to the list of subtypes
- addSuggestedAssignees(List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
The main subclasser responsibility, actually builds the list of suggested
assignees.
- addSymbolMapValuesToSymbolTable(ISymbolTable, IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Add the supplied objects to the ISymbolTable, for later use by Context Objects and/or Form Fields
- addSymbolsToSymbolTable(ISymbolTable, IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Add symbols to the IScriptHost based on the template descriptor (context objects, form fields, etc)
- addTag(ContactTagType) - Method in interface gw.api.webservice.addressbook.contactapi.ABContactTagMatcher
-
Add the given tag to the list of tags
- addText(String) - Method in interface gw.xml.TextNode
-
- addThenBy(OrderedList.IToComparable<T>) - Method in class gw.lang.enhancements.OrderedList
-
- addThenBy(OrderedList.IToComparable<T>, Comparator) - Method in class gw.lang.enhancements.OrderedList
-
- addThenByDescending(OrderedList.IToComparable<T>) - Method in class gw.lang.enhancements.OrderedList
-
- addThenByDescending(OrderedList.IToComparable<T>, Comparator) - Method in class gw.lang.enhancements.OrderedList
-
- addToArray(KeyableBean, IArrayPropertyInfo, KeyableBean) - Static method in class gw.api.reflect.PropertySetter
-
Add the given bean to the array.
- addToArray(IArrayPropertyInfo, EffDated) - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- addToDefaultTypeUses(String) - Method in interface gw.lang.parser.ITypeUsesMap
-
Add the specified type to the set of default types.
- addToEntityValidations(EntityValidation) - Method in class gw.api.validation.ValidationResult
-
- addToRecipient(EmailContact) - Method in class gw.api.email.Email
-
- addToRestriction(Restriction, IEntityPropertyInfo) - Method in interface gw.pl.custom.entity.DateCriteria
-
Modify the given restriction so that it only matches items where the given date field is in the
range specified by this criteria object.
- addToResults(Contact) - Method in interface gw.pl.contact.entity.ContactSearchResult
-
Deprecated.
- addToResults(Contact) - Method in interface gw.pl.contact.entity.ExtContactSrchResult
-
Adds one item to the set of contact summaries returned from the search.
- addToSessionMap(Object, Object) - Method in interface gw.pl.messaging.SessionTool
-
Adds the key, value pair to the session map.
- addToSpecialTypeUses(String) - Method in interface gw.lang.parser.ITypeUsesMap
-
- addToStackQuerySummaries(StackQuerySummary) - Method in class gw.api.profiler.GloballyAggregatedQuerySummary
-
- addToSummaries(Document) - Method in interface gw.pl.document.entity.DocumentSearchResult
-
- addToTempMap(Object, Object) - Method in interface gw.pl.messaging.SessionTool
-
Adds the key, value pair to this object
- addToTypeUses(String) - Method in interface gw.lang.parser.ITypeUsesMap
-
Adds a type to the current set of types.
- addToTypeUses(IUsesStatement) - Method in interface gw.lang.parser.ITypeUsesMap
-
Adds a type to the current set of types.
- addTypeLoaderListenerAsWeakRef(ITypeLoaderListener) - Method in interface gw.lang.reflect.ITypeSystem
-
- addTypeLoaderListenerAsWeakRef(ITypeLoaderListener) - Static method in class gw.lang.reflect.TypeSystem
-
- addTypeParameter(AsmType) - Method in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- addTypeParameter(AsmType) - Method in class gw.lang.reflect.java.asm.AsmType
-
- addTypeParameter(AsmType) - Method in class gw.lang.reflect.java.asm.AsmWildcardType
-
- addUnaryExpression(IWhereClauseUnaryExpression) - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- addUnder(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- addUser(User, Group, List, Set) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Utility method for adding a User/Group pair to the suggested assignees list,
first making sure that it has not already been added
- addUser(User, Group, List, Set, DisplayKey) - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Utility method for adding a User/Group pair to the suggested assignees list,
first making sure that it has not already been added
- addUserAttribute(Attribute) - Method in interface gw.pl.assignment.entity.AttributeBasedAssignmentCriteria
-
Add the addtribute to the set of attributes to be matched
- addUserAttributeField(UserAttributeType, AttributeFields, String, State, RelationalOperator, Integer) - Method in interface gw.pl.assignment.entity.AttributeBasedAssignmentCriteria
-
Create a new Attribute criterion to be matched based on type, field, value, state, operator, and value
- addUserAttributeState(Attribute, State) - Method in interface gw.pl.assignment.entity.AttributeBasedAssignmentCriteria
-
Add the attribute and state filter to the criteria to be matched
- addUserAttributeStateValue(Attribute, State, RelationalOperator, Integer) - Method in interface gw.pl.assignment.entity.AttributeBasedAssignmentCriteria
-
attribute and state filter to the criteria to be matched according to the given operator and value
- addUserAttributeValue(Attribute, RelationalOperator, Integer) - Method in interface gw.pl.assignment.entity.AttributeBasedAssignmentCriteria
-
Add the attribute to the criteria to be matched according to the given operator and value
- addValidationIssue(ValidationIssue) - Method in class gw.api.validation.EntityValidation
-
- addValue(String) - Method in class gw.xml.XMLNodeWriter
-
- addVar(IVarNode) - Method in interface gw.lang.javadoc.IClassDocNode
-
- addVersionCheckProblem(String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeVersionCheck
-
Called to log any issues found by this version check.
- addWarning(String) - Method in class gw.api.validation.FieldValidationResult
-
- addWarning(String) - Method in interface gw.api.validation.IFieldValidationResult
-
- addWarning(KeyableBean, ValidationLevel, String) - Method in class gw.api.validation.ValidationResult
-
Adds a warning to this result for the specified bean.
- addWarning(String) - Method in class gw.pl.util.ResultsBuffer
-
- addWarning(XMLParseError) - Method in class gw.xml.parser2.SchemaValidationResults
-
- addWebInfPaths(File, List<File>) - Method in class gw.util.servlet.GosuServlet
-
- addWebMessages(List, ValidationLevel) - Method in class gw.api.validation.EntityValidation
-
- addWeeks(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of weeks to the given date.
- addWeeks(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of weeks to the given date.
- addYears(Date, int) - Static method in class gw.api.util.DateUtil
-
Adds the specified (signed) amount of years to the given date.
- addYears(Date, int) - Static method in class gw.date.GosuDateUtil
-
Adds the specified (signed) amount of years to the given date.
- addZoneLink(String, String) - Method in class gw.api.webservice.zone.InsertZoneLinkTransaction
-
- addZoneLink(ZoneType, ZoneType, int, boolean) - Method in class gw.api.webservice.zone.InsertZoneLinkTransaction
-
- adjustOffset(int, int, int) - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- AdminTreeNodeFactory - Class in gw.api.admin
-
Class description...
- AdminTreeNodeFactory() - Constructor for class gw.api.admin.AdminTreeNodeFactory
-
- advance() - Method in interface gw.pl.workflow.entity.Workflow
-
Handle the resuming of the Indicates to the workflow that it is okay to proceed.
- after(T) - Static method in class gw.api.util.Range
-
Returns the interval including all values after start.
- after(Comparator<? super T>, T) - Static method in class gw.api.util.Range
-
Returns the interval including all values after start.
- after(Date, Date, String) - Static method in class gw.pl.util.ArgCheck
-
- after(LoggerChangesManager) - Method in class gw.testharness.LoggerChangesManager
-
- AFTER_TEST_CLASS_COMMAND - Static variable in class gw.test.servlet.RemoteTestServlet
-
- afterBeanCallbacks() - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterBundleCallbacksCleared(boolean) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterClass() - Method in class gw.testharness.clustering.ClusterTest
-
- afterClass() - Method in class gw.testharness.LoggerChangesManager
-
- afterClass() - Method in class gw.testharness.TestBase
-
Override this method to do something after all tests in the class have finished.
- afterClass() - Method in class gw.testharness.v3.PLTestClass
-
- afterCommit(Bundle, boolean) - Method in class gw.api.contact.ContactAutoSyncUtilBase.AutoSyncNotifierBundleTransactionCallback
-
- afterCommit(Bundle, boolean) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterCommit() - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterCommit(Bundle, boolean) - Method in interface gw.transaction.BundleTransactionCallback
-
Called as the last step in the commit process.
- afterMethod() - Method in class gw.testharness.LoggerChangesManager
-
- afterMethod(Throwable) - Method in class gw.testharness.TestBase
-
Override these methods to do something after a test method has run.
- afterMethod(Throwable) - Method in class gw.testharness.v3.PLTestClass
-
- afterPreUpdate(Bundle) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterPreUpdate() - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterPreUpdate(Bundle) - Method in interface gw.transaction.BundleTransactionCallback
-
Called after the pre update rules have fired.
- afterRemoteExecution() - Method in class gw.test.TestEnvironment
-
This is a hook that gets executed on the remote server (not the local server) after execution of a suite
that would normally run in this environment when running locally.
- afterRequest(String, Object, InboundHeaders) - Method in interface gw.api.soap.CallHandler
-
Called after an outbound request has been made or after an inbound request has been processed.
- afterRequest(String, Object, InboundHeaders) - Method in class gw.api.soap.GWAuthenticationHandler
-
No-op call invoked after a SOAP request returns.
- afterRequest(String, Object, InboundHeaders) - Method in class gw.api.soap.GWTransactionIDHandler
-
- afterSearchDenormObjects(Bundle) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterSearchDenormObjects(Bundle) - Method in interface gw.transaction.BundleTransactionCallback
-
Called after 'bean callbacks' (beforeUpdate, beforeInsert, beforeRemove) are called and after
search-related denormalizations have been inserted into the bundle.
- afterSend(Message) - Method in interface gw.plugin.messaging.MessageRequest
-
Invoked after send() is called on the MessageTransport plugin.
- afterServerStarted() - Method in class gw.testharness.v3.PLServerTestEnvironment
-
- afterSetIds(Bundle) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterSetIds() - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterSetIds(Bundle) - Method in interface gw.transaction.BundleTransactionCallback
-
Called after all IDs and public IDs have been set.
- afterSetupDataAndDependencies() - Method in class gw.testharness.TestBase
-
- afterStreamRedirected(RemoteTestServlet.StreamInfo) - Method in class gw.test.servlet.RemoteTestServlet
-
- afterStreamRedirected(RemoteTestServlet.StreamInfo) - Method in class gw.testharness.v3.PLRemoteTestServlet
-
- afterTemplateRender(IType, Writer) - Method in interface gw.lang.parser.template.ITemplateObserver
-
- afterTestClass() - Method in class gw.test.remote.RemoteTestClass
-
- afterTestClass() - Method in class gw.test.TestClass
-
- afterTestClass() - Method in class gw.test.TestEnvironment
-
- afterTestClass() - Static method in class gw.testharness.clustering.ClusterTestManager
-
- afterTestClass() - Method in class gw.testharness.v3.PLTestClass
-
- afterTestMethod(Throwable) - Method in class gw.test.TestClass
-
- afterTestMethod() - Method in class gw.test.TestEnvironment
-
- afterTestMethod(Throwable) - Method in class gw.testharness.v3.PLTestClass
-
- afterTestSuite() - Method in class gw.test.remote.ForwardingTestEnvironment
-
- afterTestSuite() - Method in class gw.test.remote.RemoteForwardingTestEnvironment
-
- afterTestSuite() - Method in class gw.test.TestEnvironment
-
- afterTestSuite() - Static method in class gw.testharness.clustering.ClusterTestManager
-
- afterTypeLoaderCreation() - Method in class gw.config.DefaultGosuInitializationHooks
-
- afterTypeLoaderCreation() - Method in interface gw.config.IGosuInitializationHooks
-
- AfterUpgradeVersionTrigger - Class in gw.api.database.upgrade.after
-
- AfterUpgradeVersionTrigger(int) - Constructor for class gw.api.database.upgrade.after.AfterUpgradeVersionTrigger
-
- afterValidation(Bundle) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterValidation() - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterValidation(Bundle) - Method in interface gw.transaction.BundleTransactionCallback
-
Called after the validation events have been called.
- afterWriteToDatabase(Bundle) - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterWriteToDatabase() - Method in class gw.transaction.AbstractBundleTransactionCallback
-
- afterWriteToDatabase(Bundle) - Method in interface gw.transaction.BundleTransactionCallback
-
Called after all data has been written to the database but before the transaction has been committed.
- AggregatedQuerySummary - Class in gw.api.profiler
-
Encapsulates a collection of
QuerySummary objects, all of which have the
same SQL query string.
- AggregatedQuerySummary(ProfilerFrame) - Constructor for class gw.api.profiler.AggregatedQuerySummary
-
Creates a new aggregated query summary containing a single QuerySummary
for the profiler frame frame.
- AggregatedQuerySummary(QuerySummary) - Constructor for class gw.api.profiler.AggregatedQuerySummary
-
- AggregatedQuerySummary(AggregatedQuerySummary) - Constructor for class gw.api.profiler.AggregatedQuerySummary
-
- aggressiveEquals(D) - Method in class gw.pl.util.diff.lcs.Diffable
-
- aggressiveEquals(StringDiffable) - Method in class gw.pl.util.diff.lcs.StringDiffable
-
- aggressiveEquals(ValueDiffable<T>) - Method in class gw.pl.util.diff.lcs.ValueDiffable
-
- aggressivelyVerify() - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- ALL - Static variable in class gw.api.util.CoreFilters
-
Singleton filter that doesn't filter anything
- all() - Static method in class gw.api.util.Range
-
Returns a range representing all values.
- ALL_ENTRY_POINTS_AGGREGATED - Static variable in class gw.api.profiler.ProfilerTag
-
This name is reserved for the aggregation of all entry points.
- ALL_ENTRY_POINTS_SEPARATELY - Static variable in class gw.api.profiler.ProfilerTag
-
This name is reserved for indication of all entry points, considered separately.
- ALL_EXTS - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- ALL_EXTS_SET - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- ALL_NAMES_FOR_BEAN - Static variable in class gw.api.profiler.ProfilerTag
-
- ALL_STATES - Static variable in class gw.pl.messaging.MessageStatus
-
- ALL_TEMPLATE_ATTRIBUTES - Static variable in interface gw.api.webservice.pl.dataExtraction.DataExtractionConstants.PLTemplateAttributes
-
Must contain all the Velocity attributes above.
- allConfiguredCurrencies() - Method in interface gw.currency.fxrate.FXRateService
-
Returns a Set of all currencies for all markets
- allConfiguredMarkets() - Method in interface gw.currency.fxrate.FXRateService
-
Returns a Set of FXRateMarkets which are configured for this system.
- allContainedFilesExcludingIgnored(IDirectory) - Static method in class gw.fs.IDirectoryUtil
-
- AllDependenciesState - Class in gw.pl.util.internal
-
- AllDependenciesState() - Constructor for class gw.pl.util.internal.AllDependenciesState
-
- allOrderedByName() - Method in class gw.api.admin.PublicRoleFinder
-
Return a query processor which will yield all the Role entities in the system sorted in ascending
order by name.
- ALLOW_ALL_FILTER - Static variable in interface gw.lang.reflect.module.IClassPath
-
- ALLOW_ALL_WITH_SUN_FILTER - Static variable in interface gw.lang.reflect.module.IClassPath
-
- ALLOW_GAPS_BEFORE_DYNPROP - Static variable in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
- allowAllImplicitCoercions() - Method in interface gw.lang.parser.ILanguageLevel
-
- AllowDocumentAssistant - Static variable in class gw.api.system.PLConfigParameters
-
Whether or not Document Assistant controls are allowed in the UI (for document management, for example).
- allowMultipleSummaryRows() - Method in class gw.api.database.QueryBeanResultWithSummary
-
Indicates whether or not multiple summary rows should be allowed.
- allowMultipleSummaryRows() - Method in class gw.api.database.StandardQueryBeanResultWithSummary
-
- AllowMultipleTabs - Static variable in class gw.api.system.PLConfigParameters
-
If true, allows multiple browser tabs under the same session to navigate independently.
- allowNonLiteralArgsForJavaAnnotations() - Method in interface gw.lang.parser.ILanguageLevel
-
- AllowUnsupportedDatabaseVersion - Static variable in class gw.api.system.PLConfigParameters
-
Disable database version check *
- AllowUnsupportedJDBCDriver - Static variable in class gw.api.system.PLConfigParameters
-
Disable JDBC driver version check *
- allowUses() - Method in class gw.lang.parser.ParserOptions
-
- allowUsesInBody() - Method in class gw.lang.parser.ParserOptions
-
- allVersions(List<EffDatedVersionList>, boolean) - Static method in class gw.api.domain.VLLoader
-
Computes all the versions represented by each version list, excluding zero-width beans if filterZeroWidth is true.
- ALREADY_LOGGED_IN - Static variable in class gw.plugin.security.AuthenticationSource.Failure
-
User provided valid info but they're already logged in
- AlreadyExecutedException - Exception in gw.api.webservice.exception
-
- AlreadyExecutedException(String) - Constructor for exception gw.api.webservice.exception.AlreadyExecutedException
-
- AlreadyExecutedException - Exception in gw.pl.util.webservices.login.fault
-
- AlreadyExecutedException() - Constructor for exception gw.pl.util.webservices.login.fault.AlreadyExecutedException
-
- alreadySeenElementReference(KeyableBean, ILinkPropertyInfo, Key) - Method in class gw.api.archiving.XmlExporterXmlWriterForArchiving
-
- alreadySeenElementReference(KeyableBean, ILinkPropertyInfo, Key) - Method in class gw.api.importing.XmlExporter
-
- alterColumnToNullable() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumn
-
Changes this column to be nullable.
- alterColumnTypeToMatchDatamodel() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumn
-
Changes the type of this column to match that of the datamodel.
- alterMultipleColumnsToMatchDatamodel(IBeforeUpgradeColumn...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
More efficient operation that allows altering the type (but not nullability) of multiple columns in one operation.
- AlterOptimizerDynamicSampling - Class in gw.api.database.optimizer.oracle
-
- AlterOptimizerDynamicSampling() - Constructor for class gw.api.database.optimizer.oracle.AlterOptimizerDynamicSampling
-
Deprecated.
Create a new QueryOptimizer for changing optimizer dynamic sampling
- AlwaysShowPhoneWidgetRegionCode - Static variable in class gw.api.system.PLConfigParameters
-
Determines whether the phone widget will operate in multi or single region mode *
- analyze(ProfilerStack) - Method in interface gw.api.profiler.ProfilerStackAnalyzer
-
- and(BooleanExpression<T>) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Creates a new "and" expression on this restriction.
- and(BooleanExpression<T>) - Method in class gw.api.database.Query
-
Creates a new "and" expression on this restriction.
- and(IBeforeUpgradeBooleanExpression) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Creates a new "and" expression on this restriction.
- and(QueryBasedQueryFilter, QueryBasedQueryFilter) - Method in class gw.api.filters.FilterSetBase
-
- and(QueryBasedQueryFilter, QueryBasedQueryFilter, QueryBasedQueryFilter) - Method in class gw.api.filters.FilterSetBase
-
- and(QueryBasedQueryFilter, QueryBasedQueryFilter, QueryBasedQueryFilter, QueryBasedQueryFilter) - Method in class gw.api.filters.FilterSetBase
-
- and(int, int) - Static method in class gw.api.util.Math
-
Performs the bitwise and operation on the two arguments and returns the result.
- ANNOTATION() - Static method in class gw.lang.reflect.java.JavaTypes
-
- ANNOTATION_HELPER - Static variable in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- ANNOTATION_USAGE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- ANNOTATION_USAGES() - Static method in class gw.lang.reflect.java.JavaTypes
-
- AnnotationPlaceholder - Class in gw.lang.annotation
-
- AnnotationPlaceholder(String) - Constructor for class gw.lang.annotation.AnnotationPlaceholder
-
- AnnotationReflectUtil - Class in gw.lang.reflect
-
Deprecated.
- AnnotationReflectUtil() - Constructor for class gw.lang.reflect.AnnotationReflectUtil
-
Deprecated.
- AnnotationReflectUtil.SyntheticExceptionInfo - Class in gw.lang.reflect
-
Deprecated.
- AnnotationReflectUtil.SyntheticExceptionInfo(IFeatureInfo, String, String) - Constructor for class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- Annotations - Class in gw.lang.annotation
-
- Annotations.Builder<T extends java.lang.annotation.Annotation> - Class in gw.lang.annotation
-
- Annotations.Builder.AnnotationInvocationHandler - Class in gw.lang.annotation
-
- Annotations.Builder.AnnotationInvocationHandler(Map<Method, Annotations.Builder.Element>, Class) - Constructor for class gw.lang.annotation.Annotations.Builder.AnnotationInvocationHandler
-
- AnnotationTestJavaAnnotation - Annotation Type in gw.test
-
- annotationType() - Method in class gw.lang.annotation.AnnotationPlaceholder
-
- annotationTypeName() - Method in interface gw.lang.reflect.java.IJavaClassAnnotation
-
- AnnotationUsage - Annotation Type in gw.lang.annotation
-
- AnnotationUsages - Annotation Type in gw.lang.annotation
-
- AnnotationUtil - Class in gw.util
-
- AnnotationUtil() - Constructor for class gw.util.AnnotationUtil
-
- ANON_TOKEN - Static variable in class gw.pl.util.webservices.axis.GWSymbolTable
-
Field ANON_TOKEN
- ANONYMOUS_PREFIX - Static variable in interface gw.lang.reflect.gs.IGosuClass
-
- ANT_STYLE - Static variable in class gw.pl.util.StringUtil
-
- AnyURITypeWrapper - Class in gw.xml.xsd.typewrapper
-
- AnyURITypeWrapper() - Constructor for class gw.xml.xsd.typewrapper.AnyURITypeWrapper
-
- API - Static variable in class gw.pl.logging.LoggerCategory
-
- API_NAME - Static variable in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
The trailing portion of the URI that is the end point for the
service.
- API_NAME - Static variable in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
The trailing portion of the URI that is the end point for the
service.
- API_NAME - Static variable in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
The trailing portion of the URI that is the end point for the
service.
- APICompatibleTestEnvironment - Class in gw.testharness.v3
-
- APILocator - Class in gw.pl.util.webservices
-
APILocator is a utility class that simplifies getting a handle to, and
authenticating with, a remote SOAP API [web-service] published by a Guidewire
server.
- APILocator() - Constructor for class gw.pl.util.webservices.APILocator
-
- APP_MAJOR_VER_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- APP_MINOR_VER_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- append(PropertyReference<? extends B, C>) - Method in interface gw.api.path.Path
-
Append the specified path element to a new path constructed using the current path's elements.
- append(PropertyReference<? extends B, C>) - Method in class gw.api.path.PersistentPath
-
- append(WorkItemProcessingSummary) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- append(String, String) - Method in class gw.pl.util.xml.XMLCodec
-
- appendBuffer(ResultsBuffer) - Method in class gw.pl.util.ResultsBuffer
-
- appendBytes(File, StreamBlock<? super BufferedOutputStream>) - Static method in class gw.pl.util.FileUtil
-
Opens the given file in append mode, and passes a BufferedOutputStream to the given
block.
- appendCharContentToStringBuffer(URL, StringBuffer) - Static method in class gw.pl.util.FileUtil
-
Deprecated.
use the method that takes StringBuilder
- appendCharContentToStringBuffer(URL, StringBuilder) - Static method in class gw.pl.util.FileUtil
-
- appendChars(File, StreamBlock<? super BufferedWriter>) - Static method in class gw.pl.util.FileUtil
-
Opens the given file in append mode, and passes a BufferedWriter to the given
block.
- appendComment(Appendable) - Method in class gw.api.database.OracleIndexFFSHint
-
Deprecated.
Append hint comment.
- appendComment(Appendable) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
Append hint comment.
- appendComment(Appendable, String) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- appendComment(Appendable) - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- appendError(String) - Method in class gw.pl.util.ResultsBuffer
-
- appendHintAfterQuery(Appendable) - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- appendHintAfterQuery(Appendable) - Method in class gw.api.database.SQLServerQueryLevelTableIndexHint
-
- appendHintAfterSelect(Appendable) - Method in class gw.api.database.OracleFullHint
-
Deprecated.
- appendHintAfterSelect(Appendable) - Method in class gw.api.database.OracleIndexFFSHint
-
Deprecated.
Append hint text after the SELECT keyword.
- appendHintAfterSelect(Appendable) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
Append hint text after the SELECT keyword.
- appendHintAfterSelect(Appendable, String) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- appendHintAfterSelect(Appendable) - Method in class gw.api.database.OracleNoUnnestHint
-
- appendHintAfterSelect(Appendable) - Method in class gw.api.database.OracleUseHashHint
-
- appendHintAfterSelect(Appendable) - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- appendHintAfterTable(Appendable) - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- appendHintInJoin(Appendable) - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- appendIdentityToString(StringBuffer, Object) - Static method in class gw.util.GosuObjectUtil
-
Deprecated.
The design of this method is bad - see LANG-360. Instead, use identityToString(StringBuffer, Object).
- appendLine(Object) - Method in class gw.pl.io.StringLineWriter
-
Appends a new line with the given contents.
- appendLine() - Method in class gw.pl.util.ResultsBuffer
-
- appendLine(String) - Method in class gw.pl.util.ResultsBuffer
-
- appendLines(File, Iterable<? extends CharSequence>) - Static method in class gw.pl.util.FileUtil
-
Opens the given file in append mode, and appends each line returned by the given Iterable.
- appendSQLString(StringBuilder) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumnRef
-
Appends to the given buffer the SQL String for this term when generating the query.
- appendToLine(int, Object) - Method in class gw.pl.io.StringLineWriter
-
Appends some content to the end of a line.
- appendWarning(String) - Method in class gw.pl.util.ResultsBuffer
-
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in interface gw.datatype.handler.IDataTypePersistenceHandler
-
Converts a value stored in the bean into an instance of the datatype's value type.
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in class gw.datatype.impl.CurrencyAmountPersistenceHandler
-
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in class gw.datatype.impl.DataTypePersistenceHandlerBase
-
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in class gw.datatype.impl.DateOnlyPersistenceHandler
-
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in class gw.datatype.impl.DecimalPersistenceHandler
-
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in class gw.datatype.impl.StringPersistenceHandlerBase
-
- applicationToBean(Bean, IEntityPropertyInfo, Object) - Method in interface gw.datatype.IPersistentDataType
-
Converts an application value into a value suitable for storing on the bean.
- appliesToPosition(int) - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- appliesToPosition(int) - Method in interface gw.lang.parser.IParseIssue
-
Returns true if this issue is relevant to the given position
- applyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffAdd
-
- applyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffItem
-
Apply a DiffItem to a target branch.
- applyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffProperty
-
Apply a DiffItem to a target branch.
- applyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffRemove
-
- applyFilter(Object) - Method in class gw.api.admin.DecentralizedAdminFilter
-
- applyFilter(Object) - Method in class gw.api.filters.StandardBeanFilter
-
Tells whether or not to include this object in the list.
- applyFilter(Object) - Method in class gw.api.filters.StandardQueryFilter
-
Throws an IllegalStateException as this is a query-based filter.
- applyFilter(Object) - Method in class gw.api.tools.SafePersistingOrderInfoHelper.AllEntities
-
- applyFilter(Object) - Method in class gw.api.tools.SafePersistingOrderInfoHelper.WithRulesOnly
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.AllFilter
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.CompareNDays
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.DateDueInNextNDays
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.DateInLastBusinessWeek
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.DateInLastNDays
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.DateMoreThanNDays
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.Equals
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.In
-
- applyFilter(Object) - Method in class gw.api.util.CoreFilters.NotEquals
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.All
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.Last120Days
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.Last180Days
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.Last30Days
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.Last3Years
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.Last60Days
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.Last90Days
-
- applyFilter(Object) - Method in class gw.api.web.history.HistoryFilters.LastYear
-
- applyFilter(Object) - Method in class gw.api.web.tools.WorkQueueInfoPage.AllActive
-
- applyFilter(Object) - Method in class gw.api.web.tools.WorkQueueInfoPage.AllErrors
-
- applyFilter(Object) - Method in class gw.api.web.tools.WorkQueueInfoPage.AllFailures
-
- applyFilter(Object) - Method in class gw.api.web.tools.WorkQueueInfoPage.AllProblems
-
- applyingToAllZones(boolean) - Method in class gw.api.databuilder.HolidayBuilder
-
- applyProperties(Properties) - Method in class gw.api.database.AWRReportUserSettingsFactory
-
- applyResolution(Bundle) - Method in class gw.api.admin.ImportDataConflict
-
If overwrite is true then apply the imported changes, otherwise discard them.
- applyRestriction(XSDNodeValueInfo) - Method in interface gw.xml.xsd.schema.IXSDRestrictionFacet
-
- applyRestriction(XSDNodeValueInfo) - Method in class gw.xml.xsd.schema.XSDEnumeration
-
- applyRestriction(XSDNodeValueInfo) - Method in class gw.xml.xsd.schema.XSDMaxLength
-
- applyRestriction(XSDNodeValueInfo) - Method in class gw.xml.xsd.schema.XSDMinLength
-
- applyRestriction(XSDNodeValueInfo) - Method in class gw.xml.xsd.schema.XSDPattern
-
- applyRestriction(XSDNodeValueInfo) - Method in class gw.xml.xsd.schema.XSDTotalDigits
-
- applyRules(Calendar, StringBuffer) - Method in class gw.api.util.UltraFastDateFormat
-
Performs the formatting by applying the rules to the
specified calendar.
- Approvable - Interface in gw.pl.approval.entity
-
Approvable is implemented by entities that need to be approved.
- ApprovalResult - Class in gw.plugin.approval
-
This class stores the results from an approval request.
- ApprovalResult() - Constructor for class gw.plugin.approval.ApprovalResult
-
Constructs an approval result for the common case: the user has authority
and doesn't require approval.
- ApprovalResult(boolean, boolean, String[]) - Constructor for class gw.plugin.approval.ApprovalResult
-
- ApprovalStatus - Class in gw.pl.community.typekey
-
- ApprovalStatus(ITypeList, String) - Constructor for class gw.pl.community.typekey.ApprovalStatus
-
- approve() - Method in interface gw.pl.activity.entity.Activity
-
If the activity is open, marks the activity as approved and closed, runs associated rules
and, if necessary, notifies its associated workflow.
- approveCreate(PendingContactCreate, Location) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- approvePendingChange(String, String) - Method in interface gw.plugin.ClientSystemPlugin
-
Informs the client application that the pending change sent by it has been approved.
- approveThenEditCreate(PendingContactCreate, Location) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- approveThenEditUpdate(PendingContactUpdate, Location) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- approveUpdate(PendingContactUpdate, Location) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- approveUpdateWithBundle(PendingContactUpdate, Location, Bundle) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- appSupportsZoneData() - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
- APR10_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR11_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR14_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR15_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR17_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR1_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR20_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR25_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR28_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR2_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR30_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR3_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR4_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR5_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR6_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- APR9_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- ARCHIVE_ALLOC_IDS - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_BACK_PROC - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_COPY_DOM_DATA - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_DATABASE_SETUP - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_DELETE_BEAN - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_DETECT_FAIL - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_EL - Static variable in class gw.api.archiving.ArchivingUtil
-
- ARCHIVE_INFO - Static variable in class gw.api.web.tools.ArchiveInfoPage
-
- ARCHIVE_INFO_BY_DATE - Static variable in class gw.api.web.tools.ArchiveInfoPage
-
- ARCHIVE_INSERT_ADMIN_DATA - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_INSERT_ADMIN_ROWS - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_INSERT_ADMIN_SRC - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_MARK_ROOT - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_OPS_COMP - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_POP_DENORMED - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_POP_KEY_ARCHIVE - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_POP_KEY_SRC - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_POP_MAP_TABLE - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_POP_TYPE_KEY - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_REMOVE_NON_ADMIN - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_START_WORKERS - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_STOP_WORKERS - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_TAG_ADMIN_ROWS - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_TAG_ROOT - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_TAG_ROWS - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_TAG_TABLE - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_TX - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_UPDATE_ADMIN_DATA - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_UPDATE_GRAPH - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_UPDATE_SRC_BEAN - Static variable in class gw.api.profiler.ProfilerTag
-
- ARCHIVE_WORK_WRITER - Static variable in class gw.api.profiler.ProfilerTag
-
- ArchiveCountSummary - Class in gw.api.archiving
-
- ArchiveCountSummary() - Constructor for class gw.api.archiving.ArchiveCountSummary
-
- ArchiveCountSummaryByDatamodelVersion - Class in gw.api.archiving
-
- ArchiveCountSummaryByDatamodelVersion(UpgradeDatamodelInfo) - Constructor for class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- ArchiveCountSummaryByDateRange - Class in gw.api.archiving
-
- ArchiveCountSummaryByDateRange(ArchiveCountSummaryByDatamodelVersion, Date, Date) - Constructor for class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- ArchiveCountSummarySinceLastRun - Class in gw.api.archiving
-
- ArchiveCountSummarySinceLastRun() - Constructor for class gw.api.archiving.ArchiveCountSummarySinceLastRun
-
- ArchivedDocumentUpgradeVersionTrigger - Class in gw.api.archiving.upgrade
-
- ArchivedDocumentUpgradeVersionTrigger(int) - Constructor for class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
- ArchiveDetails - Class in gw.api.archiving
-
- ArchiveDetails(ArchiveCountSummary) - Constructor for class gw.api.archiving.ArchiveDetails
-
- ArchiveDetailsData - Class in gw.api.archiving
-
- ArchiveDetailsData(ArchiveDetails, String, int) - Constructor for class gw.api.archiving.ArchiveDetailsData
-
- ArchivedPropertyType - Enum in gw.api.archiving.upgrade
-
- ArchivedSummary - Class in gw.api.archiving
-
- ArchivedSummary() - Constructor for class gw.api.archiving.ArchivedSummary
-
- ArchiveEnabled - Static variable in class gw.api.system.PLConfigParameters
-
Whether or not the archive feature is enabled in the system *
- ArchiveExcludedBecauseOfFailureCountSummary - Class in gw.api.archiving
-
- ArchiveExcludedBecauseOfFailureCountSummary(ArchiveCountSummary, ArchiveFailure) - Constructor for class gw.api.archiving.ArchiveExcludedBecauseOfFailureCountSummary
-
- ArchiveExcludedBecauseOfFailureDetails - Class in gw.api.archiving
-
- ArchiveExcludedBecauseOfFailureDetails(ArchiveCountSummary) - Constructor for class gw.api.archiving.ArchiveExcludedBecauseOfFailureDetails
-
- ArchiveExcludedBecauseOfRulesCountSummary - Class in gw.api.archiving
-
- ArchiveExcludedBecauseOfRulesCountSummary(ArchiveCountSummary, String) - Constructor for class gw.api.archiving.ArchiveExcludedBecauseOfRulesCountSummary
-
- ArchiveExcludedBecauseOfRulesDetails - Class in gw.api.archiving
-
- ArchiveExcludedBecauseOfRulesDetails(ArchiveCountSummary) - Constructor for class gw.api.archiving.ArchiveExcludedBecauseOfRulesDetails
-
- ArchiveFailure - Interface in gw.pl.archiving.entity
-
ArchiveFailure
null
- ArchiveFailureDetails - Interface in gw.pl.archiving.entity
-
ArchiveFailureDetails
null
- ArchiveFinalStatus - Class in gw.pl.archive.typekey
-
- ArchiveFinalStatus(ITypeList, String) - Constructor for class gw.pl.archive.typekey.ArchiveFinalStatus
-
- ArchiveGraphInfoPage - Class in gw.api.web.tools
-
- ArchiveGraphInfoPage() - Constructor for class gw.api.web.tools.ArchiveGraphInfoPage
-
- ArchiveInfoPage - Class in gw.api.web.tools
-
- ArchiveInfoPage() - Constructor for class gw.api.web.tools.ArchiveInfoPage
-
- ArchiveInfoWriter - Class in gw.api.web.tools
-
- ArchiveInfoWriter(TDirectory) - Constructor for class gw.api.web.tools.ArchiveInfoWriter
-
- ArchiveSkippedCountSummary - Class in gw.api.archiving
-
- ArchiveSkippedCountSummary(ArchiveCountSummary, String) - Constructor for class gw.api.archiving.ArchiveSkippedCountSummary
-
- ArchiveSkippedDetails - Class in gw.api.archiving
-
- ArchiveSkippedDetails(ArchiveCountSummary) - Constructor for class gw.api.archiving.ArchiveSkippedDetails
-
- ArchiveSourceInfo - Interface in gw.plugin.archiving
-
This interface contains the very minimum of status.
- ArchiveSourceStatus - Class in gw.pl.archive.typekey
-
- ArchiveSourceStatus(ITypeList, String) - Constructor for class gw.pl.archive.typekey.ArchiveSourceStatus
-
- ArchiveState - Class in gw.pl.purge.typekey
-
- ArchiveState(ITypeList, String) - Constructor for class gw.pl.purge.typekey.ArchiveState
-
- ArchiveTestBase - Class in gw.testharness
-
- ArchiveTestBase() - Constructor for class gw.testharness.ArchiveTestBase
-
- ArchiveTestBase(String) - Constructor for class gw.testharness.ArchiveTestBase
-
- ArchiveWorkItem - Interface in gw.pl.archiving.entity
-
ArchiveWorkItem
Represents a unit of work pending for archive.
- ARCHIVING - Static variable in class gw.api.util.Logger
-
Deprecated.
Logger for assignment
- ARCHIVING_XSD_PACKAGE - Static variable in class gw.api.archiving.ArchivingUtil
-
- ArchivingUtil - Class in gw.api.archiving
-
Utility class for archiving
- areaCode() - Method in interface gw.api.util.phone.GWPhoneNumber
-
This method is only guaranteed to work with region 1 phone numbers.
- areaCode() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- areaCode() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- areAllChildrenAfterPosition(int) - Method in interface gw.lang.parser.IParseTree
-
- areBeansEqual(Object, Object) - Method in interface gw.lang.reflect.IEntityAccess
-
- areBeansEqual(Object, Object) - Method in interface gw.lang.reflect.ITypeSystem
-
- areBeansEqual(Object, Object) - Static method in class gw.lang.reflect.TypeSystem
-
- areBothEqualOrAtLeastOneNull(Object, Object) - Method in class gw.api.bean.compare.MatcherBase
-
Returns true if at least one of the arguments is null or they are equal.
- areBothNotNull(Object, Object) - Method in class gw.api.bean.compare.MatcherBase
-
Returns true if both arguments are not null.
- areBothNotNullAndEqual(Object, Object) - Method in class gw.api.bean.compare.MatcherBase
-
Returns true if both arguments are not null and they are equal.
- areBothNull(Object, Object) - Method in class gw.api.bean.compare.MatcherBase
-
Returns true if both arguments are null.
- areBothNullOrEqual(Object, Object) - Method in class gw.api.bean.compare.MatcherBase
-
Returns true if both arguments are null or they are both equal.
- areDirsInRepo() - Method in interface gw.api.scm.IScmAdapter
-
Whether directories must be added to/removed from the repository.
- areEnclosingTypesEqual(FunctionType) - Method in class gw.lang.reflect.FunctionType
-
- areMethodParamsEqual(IType, IType) - Method in class gw.lang.reflect.FeatureManager
-
- areOffsetAndExtentEqual(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- areParamsCompatible(IFunctionType) - Method in class gw.lang.reflect.FunctionType
-
- areParamsCompatible(IFunctionType, IFunctionType) - Static method in class gw.lang.reflect.FunctionType
-
- areParamsCompatible(IFunctionType) - Method in interface gw.lang.reflect.IFunctionType
-
- areParamsCompatible(IFunctionType) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- areParamsEqual(IParameterInfo[], IType[]) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
- arePrimitiveTypesAssignable(IType, IType) - Static method in class gw.lang.parser.StandardCoercionManager
-
- areTokensEmpty() - Static method in class gw.api.contact.ContactTokenThreadLocal
-
returns true if no tokens are set
- areTypesCompatible(IFunctionType, IType) - Static method in class gw.lang.parser.coercers.FunctionFromInterfaceCoercer
-
- areUsesStatementsAllowedInStatementLists(ICompilableType) - Method in interface gw.lang.reflect.IEntityAccess
-
- areWorkersRunning() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- ArgCheck - Class in gw.pl.util
-
This is a simple refactoring of a chunks of common code called all
the time to ensure a parameter to a method meets some precondition.
- ArgCheck() - Constructor for class gw.pl.util.ArgCheck
-
- ARGKEY_FQN - Static variable in class gw.lang.Gosu
-
- ARGKEY_HELP - Static variable in class gw.lang.Gosu
-
- ARGKEY_INTERACTIVE - Static variable in class gw.lang.Gosu
-
- ARGKEY_VERIFY - Static variable in class gw.lang.Gosu
-
- ARGKEY_VERSION - Static variable in class gw.lang.Gosu
-
- ArgNames - Annotation Type in gw.lang.cli
-
- ArgOptional - Annotation Type in gw.lang.cli
-
- Args - Annotation Type in gw.lang.cli
-
- ARGS - Static variable in class gw.lang.gosuc.GosucArg
-
- ArgsAggregatedQuerySummary - Class in gw.api.profiler
-
- ArgsAggregatedQuerySummary(QuerySummary) - Constructor for class gw.api.profiler.ArgsAggregatedQuerySummary
-
- ArgsStackAggregatedQuerySummary - Class in gw.api.profiler
-
- ArgsStackAggregatedQuerySummary(QuerySummary) - Constructor for class gw.api.profiler.ArgsStackAggregatedQuerySummary
-
- ARRAY - Static variable in class gw.lang.parser.resources.Res
-
- ARRAY_LIST() - Static method in class gw.lang.reflect.java.JavaTypes
-
- ArrayDataDist - Interface in gw.pl.database.entity
-
ArrayDataDist
Stores array data distribution.
- arrayHashCode(Object) - Static method in class gw.util.GosuObjectUtil
-
Return the hash code for an array
- ArraySizeCntDD - Interface in gw.pl.database.entity
-
ArraySizeCntDD
Stores array data distribution size count pairs.
- arrayStore(IRExpressionBuilder, IRExpressionBuilder, IRExpressionBuilder) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- ArrayUtil - Class in gw.api.util
-
Provides array manipulation and calculation utilities
- asAbstract() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- asActive() - Method in class gw.api.databuilder.AttributeBuilder
-
- asAdd() - Method in class gw.api.diff.DiffItem
-
Returns this diff as a diff add.
- asAutoglassVendor() - Method in class gw.api.databuilder.ABContactBuilder
-
- asBusinessDay() - Method in class gw.api.databuilder.BusinessDayBuilder
-
- asConstrainedDataType() - Method in interface gw.datatype.IDataType
-
Provides access to the constraints aspects of this datatype.
- asCountyVenue() - Method in class gw.api.databuilder.ABLegalVenueBuilder
-
- asFedVenue() - Method in class gw.api.databuilder.ABLegalVenueBuilder
-
- asFEIN() - Method in class gw.api.databuilder.OfficialIDBuilder
-
Returns a clone of the official id builder as an FEIN with its value set.
- asFireInspectorVendor() - Method in class gw.api.databuilder.ABContactBuilder
-
- asFormattedUTFString() - Method in class gw.xml.AbstractXMLNode
-
Write this node to a formatted string using the diff friendly format
- asInactive() - Method in class gw.api.databuilder.AttributeBuilder
-
- asInactive() - Method in class gw.api.databuilder.CredentialBuilder
-
- asInterface() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- askToContinue() - Method in interface gw.testharness.ISmokeTestHelper
-
Asks user if he wants to continue; halts if not.
- askToContinue(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Asks user if he wants to continue; halts if not.
- asList() - Method in interface gw.api.database.QueryRow
-
Returns the column for the given position.
- asList() - Method in interface gw.api.path.Path
-
- asList() - Method in class gw.api.path.PersistentPath
-
- asList(Object) - Static method in class gw.pl.util.CollectionUtil
-
Converts a given object to a list, as follows:
If the object is null, returns an empty list
If the object is a list returns it as is
If the object is an array returns Arrays.asList(array)
If the object is a collection returns a list containing the elements
of the collection
If all else fails returns a singleton list containing the object
The returned list is not guaranteed to be modifiable - copy it into an
ArrayList (new ArrayList(asList(object)) if you need to modify it.
- asManager() - Method in class gw.api.databuilder.GroupUserBuilder
-
- AsmAnnotation - Class in gw.lang.reflect.java.asm
-
- AsmAnnotation(String, boolean) - Constructor for class gw.lang.reflect.java.asm.AsmAnnotation
-
- AsmAnnotationMethodDefaultValueVisitor - Class in gw.lang.reflect.java.asm
-
- AsmAnnotationMethodDefaultValueVisitor(AsmMethod) - Constructor for class gw.lang.reflect.java.asm.AsmAnnotationMethodDefaultValueVisitor
-
- AsmAnnotationVisitor - Class in gw.lang.reflect.java.asm
-
- AsmAnnotationVisitor(AsmAnnotation) - Constructor for class gw.lang.reflect.java.asm.AsmAnnotationVisitor
-
- asMap() - Method in interface gw.api.database.QueryRow
-
Returns the map of that maps the column name and in the row.
- AsmClass - Class in gw.lang.reflect.java.asm
-
- AsmClassLoader - Class in gw.lang.reflect.java.asm
-
- AsmClassLoader.ExposedByteArrayOutputStream - Class in gw.lang.reflect.java.asm
-
- AsmClassLoader.ExposedByteArrayOutputStream() - Constructor for class gw.lang.reflect.java.asm.AsmClassLoader.ExposedByteArrayOutputStream
-
- AsmField - Class in gw.lang.reflect.java.asm
-
- AsmField(AsmClass, int, String, String, Object) - Constructor for class gw.lang.reflect.java.asm.AsmField
-
- AsmInnerClassType - Class in gw.lang.reflect.java.asm
-
- AsmMethod - Class in gw.lang.reflect.java.asm
-
- AsmMethod(AsmClass, int, String, String, String[]) - Constructor for class gw.lang.reflect.java.asm.AsmMethod
-
- AsmPrimitiveType - Class in gw.lang.reflect.java.asm
-
- AsmType - Class in gw.lang.reflect.java.asm
-
- AsmUtil - Class in gw.lang.reflect.java.asm
-
- AsmUtil() - Constructor for class gw.lang.reflect.java.asm.AsmUtil
-
- AsmWildcardType - Class in gw.lang.reflect.java.asm
-
- AsmWildcardType(AsmType, boolean) - Constructor for class gw.lang.reflect.java.asm.AsmWildcardType
-
- asPermission(SystemPermissionType) - Method in class gw.api.databuilder.RolePrivilegeBuilder
-
- asPersistentDataType() - Method in interface gw.datatype.IDataType
-
Provides access to the persistence aspects of this datatype.
- asPreferredVendor() - Method in class gw.api.databuilder.ABContactBuilder
-
- asPresentableDataType() - Method in interface gw.datatype.IDataType
-
Provides access to the presentation aspects of this datatype.
- asProperty() - Method in class gw.api.diff.DiffItem
-
Returns this diff as a property diff.
- asReadOnlyNode() - Method in class gw.xml.AbstractXMLNode
-
Deprecated.
This class now implements IReadOnlyXMLNode, so there's no need for this method. Just use this
object instead.
- asRelationship(ContactRel) - Method in class gw.api.databuilder.ContactContactBuilder
-
- asRemove() - Method in class gw.api.diff.DiffItem
-
Returns this diff as a diff remove.
- assembleQueryPart(IQueryExpressionEvaluator) - Method in interface gw.lang.parser.expressions.IQueryPartAssembler
-
- Assert - Class in gw.pl.util
-
Assert class that can maps to JDK1.4 assertions.
- Assert() - Constructor for class gw.pl.util.Assert
-
- assertArchivedGraph(RootInfo) - Method in class gw.testharness.ArchiveTestBase
-
- assertArrayContains(Object[], Object) - Static method in class gw.testharness.v3.PLAssertions
-
- assertArrayContains(Object[], Object, TestClass.EqualityTester) - Static method in class gw.testharness.v3.PLAssertions
-
- assertArrayDoesNotContain(Object[], Object) - Static method in class gw.testharness.v3.PLAssertions
-
- assertArrayDoesNotContain(Object[], Object, TestClass.EqualityTester) - Static method in class gw.testharness.v3.PLAssertions
-
- assertArrayEquals(String[], String[]) - Static method in class gw.pl.testharness.DebugUtil
-
Compares two strings and returns if they are equal but fails with an explanation if they are unequal.
- assertArrayEquals(Object[], Object[]) - Static method in class gw.test.AssertUtil
-
- assertArrayEquals(Object[], Object[], TestClass.EqualityTester) - Static method in class gw.test.AssertUtil
-
Verifies that all elements in the first array are present in the second
array and match the elements in the first array.
- assertArrayEquals(String, Object[], Object[]) - Static method in class gw.test.AssertUtil
-
- assertArrayEquals(Object[], Object[]) - Static method in class gw.test.TestClass
-
- assertArrayEquals(String, byte[], byte[]) - Static method in class gw.test.TestClass
-
Compare two byte arrays, first the size then each byte.
- assertArrayEquals(Object[], Object[], TestClass.EqualityTester) - Static method in class gw.test.TestClass
-
Verifies that all elements in the first array are present in the second
array and match the elements in the first array.
- assertArrayEquals(String, Object[], Object[]) - Static method in class gw.test.TestClass
-
- assertAssignable(IType, IType) - Static method in class gw.testharness.v3.PLAssertions
-
- assertAssignable(String, IType, IType) - Static method in class gw.testharness.v3.PLAssertions
-
- assertBigDecimalEquals(BigDecimal, BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
- assertBigDecimalEquals(String, BigDecimal, BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
Uses BigDecimal.compareTo(BigDecimal) to determine if two BigDecimals are
equal.
- assertBigDecimalIsNotZero(BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
- assertBigDecimalIsNotZero(String, BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
- assertBigDecimalIsZero(BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
- assertBigDecimalIsZero(String, BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
- assertBigDecimalNotEquals(String, BigDecimal, BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
Uses BigDecimal.compareTo(BigDecimal) to determine if two BigDecimals are not
equal.
- assertBigDecimalNotEquals(BigDecimal, BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
Uses BigDecimal.compareTo(BigDecimal) to determine if two BigDecimals are not
equal.
- assertCausesException(Runnable, Class<? extends Throwable>) - Static method in class gw.test.AssertUtil
-
- assertCausesException(Runnable, Class<? extends Throwable>) - Static method in class gw.test.TestClass
-
- assertCausesPRE(String, ResourceKey...) - Static method in class gw.util.GosuTestUtil
-
- assertCollection(Collection<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollection(String, Collection<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollection(String, T...) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionContains(Object[], Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionContains(Collection<T>, Collection<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionDoesNotContain(Object[], Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionEquals(Collection, Collection) - Static method in class gw.test.AssertUtil
-
- assertCollectionEquals(Collection, Collection, Comparator) - Static method in class gw.test.AssertUtil
-
- assertCollectionEquals(Collection, Collection) - Static method in class gw.test.TestClass
-
- assertCollectionEquals(Collection, Collection, Comparator) - Static method in class gw.test.TestClass
-
- assertCollectionEquals(T[], Collection<? extends T>, Comparator<? super T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionEquals(Collection<? extends T>, Collection<? extends T>, Comparator<? super T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionEquals(Object[], Collection) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionEquals(Collection<T>, Collection<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertCollectionSame(T[], Collection<? extends T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertComparesEqual(String, Comparator<? super T>, T, T) - Static method in class gw.testharness.v3.PLAssertions
-
- assertDateEquals(Date, Date) - Static method in class gw.testharness.v3.PLAssertions
-
- assertDestination(int) - Static method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- assertEmpty(Object[]) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEmpty(String, Object[]) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEmpty(Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEmpty(String, Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEquals(String, String) - Static method in class gw.pl.testharness.DebugUtil
-
Compares two strings and returns if they are equal but fails with an explanation if they are unequal.
- assertEquals(T, T, Comparator<? super T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEquals(String, T, T, Comparator<? super T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEquals(int, Integer) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEquals(long, Long) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsIgnoreCase(String, String, String) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that two Strings are equal, ignoring case considerations
- assertEqualsIgnoreCase(String, String) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that two Strings are equal, ignoring case considerations.
- assertEqualsIgnoreLineEnding(String, String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsIgnoreLineEnding(String, String, String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsIgnoreWhiteSpace(String, String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsIgnoreWhiteSpace(String, String, String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsReplaceAll(String, String, String, String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsReplaceAll(String, String, String, String, String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertEqualsUnordered(Object[], Object[]) - Static method in class gw.testharness.v3.PLAssertions
-
- assertExceptionThrown(Runnable, Class<? extends Throwable>) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the specified Exception (really, any Throwable) was thrown by the code encapsulated in a Runnable.
- assertExceptionThrown(String, Runnable, Class<? extends Throwable>) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the specified Exception (really, any Throwable) was thrown by the code encapsulated in a Runnable.
- assertExceptionThrown(Runnable, IType) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the specified Exception (really, any Throwable) was thrown by the code encapsulated in a Runnable.
- assertExceptionThrown(String, Runnable, IType) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the specified Exception (really, any Throwable) was thrown by the code encapsulated in a Runnable.
- assertExceptionThrownWithMessage(Runnable, Class<? extends Throwable>, String) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the specified Exception (really, any Throwable) was thrown by the code encapsulated in a Runnable
and the message from the exception matches the expected String exactly.
- assertExceptionThrownWithMessage(Runnable, IType, String) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the specified Exception (really, any Throwable) was thrown by the code encapsulated in a Runnable
and the message from the exception matches the expected String exactly.
- assertFalseFor(BooleanEvaluator, long) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the evaluator returns false after millisToWait.
- assertFalseFor(String, BooleanEvaluator, long) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the evaluator returns false after millisToWait.
- assertGreaterThan(int, Integer) - Static method in class gw.testharness.v3.PLAssertions
-
- assertGreaterThan(long, Long) - Static method in class gw.testharness.v3.PLAssertions
-
- assertHasErrors(String, ResourceKey...) - Static method in class gw.util.GosuTestUtil
-
- assertHasErrors(IGosuClass, ResourceKey...) - Static method in class gw.util.GosuTestUtil
-
- assertHashtableContains(Map<T, T>, Hashtable<T, T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertHashtableContainsKey(Hashtable<T, T>, T) - Static method in class gw.testharness.v3.PLAssertions
-
- assertionsMustBeEnabled() - Method in class gw.test.TestExecutionManager
-
- assertIterableEquals(Iterable, Iterable) - Static method in class gw.test.AssertUtil
-
- assertIterableEquals(Iterable, Iterable, Comparator) - Static method in class gw.test.AssertUtil
-
- assertIterableEquals(Iterable, Iterable) - Static method in class gw.test.TestClass
-
- assertIterableEquals(Iterable, Iterable, Comparator) - Static method in class gw.test.TestClass
-
- assertIterableEqualsIgnoreOrder(Iterable, Iterable) - Static method in class gw.test.AssertUtil
-
- assertIterableEqualsIgnoreOrder(Iterable, Iterable) - Static method in class gw.test.TestClass
-
- assertIteratorEquals(Object[], Iterator) - Static method in class gw.testharness.v3.PLAssertions
-
- assertIteratorEquals(T[], Iterator<? extends T>, Comparator<? super T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertIteratorSame(Object[], Iterator) - Static method in class gw.testharness.v3.PLAssertions
-
- assertLegalOverride(XMLFieldDeclaration, String) - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- assertLegalOverride(XMLFieldDeclaration, String) - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- assertLegalOverride(XMLFieldDeclaration, String) - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- assertLegalOverride(XMLFieldDeclaration, String) - Method in class gw.xml.parser2.XMLFieldDeclaration
-
- assertLegalOverride(XMLFieldDeclaration, String) - Method in class gw.xml.parser2.XMLNodeValueDeclaration
-
- assertLength(String, int, Object[]) - Static method in class gw.testharness.v3.PLAssertions
-
- assertLength(int, Object[]) - Static method in class gw.testharness.v3.PLAssertions
-
- assertList(T...) - Static method in class gw.testharness.v3.PLAssertions
-
- assertList(List<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertListEquals(List, List) - Static method in class gw.test.AssertUtil
-
- assertListEquals(List, List, Comparator) - Static method in class gw.test.AssertUtil
-
- assertListEquals(List, List) - Static method in class gw.test.TestClass
-
- assertListEquals(List, List, Comparator) - Static method in class gw.test.TestClass
-
- assertListEquals(Object[], List) - Static method in class gw.testharness.v3.PLAssertions
-
- assertListEquals(T[], List<? extends T>, Comparator<? super T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertListSame(List, List) - Static method in class gw.testharness.v3.PLAssertions
-
- assertListSame(Object[], List) - Static method in class gw.testharness.v3.PLAssertions
-
- assertMatchRegex(String, String, String) - Static method in class gw.test.AssertUtil
-
- assertMatchRegex(String, String, String) - Static method in class gw.test.TestClass
-
- assertMethodDeclaredAndOverridesBaseClass(Class, String, Class[]) - Static method in class gw.testharness.v3.PLAssertions
-
Deprecated.
If you're using this test, then you probably need to 1) remove the test and 2) remove the
overriding behavior if a DM property is being overridden.
- assertNotZero(int) - Static method in class gw.testharness.v3.PLAssertions
-
- assertNotZero(String, int) - Static method in class gw.testharness.v3.PLAssertions
-
- assertNotZero(long) - Static method in class gw.testharness.v3.PLAssertions
-
- assertNotZero(String, long) - Static method in class gw.testharness.v3.PLAssertions
-
- assertOneError(String, ResourceKey) - Static method in class gw.util.GosuTestUtil
-
- assertOneError(IGosuClass, ResourceKey) - Static method in class gw.util.GosuTestUtil
-
- assertOneWarning(String, ResourceKey) - Static method in class gw.util.GosuTestUtil
-
- assertOneWarning(IGosuClass, ResourceKey) - Static method in class gw.util.GosuTestUtil
-
- assertOnPage() - Method in class gw.smoketest.platform.web.PCFLocation
-
Asserts that we are currently on this page
- assertOnPage(String[]) - Method in class gw.smoketest.platform.web.PCFLocation
-
- assertOnPage(ISmokeTestHelper, IType, String...) - Static method in class gw.smoketest.platform.web.PCFLocation
-
- assertOnPage(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- assertPermission(PermissionKeys.StaticPermissionKey) - Static method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- assertSet(Set<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertSet(String, Set<T>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertSetsEqual(Set, Set) - Static method in class gw.test.AssertUtil
-
- assertSetsEqual(Set, Set) - Static method in class gw.test.TestClass
-
- assertSize(int, Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertSize(String, int, Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(RootInfo) - Method in class gw.testharness.ArchiveTestBase
-
- assertThat() - Method in class gw.testharness.TestBase
-
- assertThat() - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Boolean) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(boolean) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(char) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Double) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Collection<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(double) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Float) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(float) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Integer) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(int) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Iterator<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Iterable<?>) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(long) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(BigDecimal) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(String) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Throwable) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Object) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(Object[]) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThat(MonetaryAmount) - Static method in class gw.testharness.v3.PLAssertions
-
- assertThatIteratorAsCollection(Iterator<T>) - Static method in class gw.testharness.v3.PLAssertions
-
Deprecated.
- assertTrue(boolean, String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- assertTrueWithin(BooleanEvaluator, long, long) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the evaluator returns true with millisToWait.
- assertTrueWithin(String, BooleanEvaluator, long, long) - Static method in class gw.testharness.v3.PLAssertions
-
Asserts that the evaluator returns true with millisToWait.
- AssertUtil - Class in gw.test
-
- AssertUtil() - Constructor for class gw.test.AssertUtil
-
- assertZero(int) - Static method in class gw.test.AssertUtil
-
- assertZero(long) - Static method in class gw.test.AssertUtil
-
- assertZero(int) - Static method in class gw.test.TestClass
-
- assertZero(long) - Static method in class gw.test.TestClass
-
- assertZero(int) - Static method in class gw.testharness.v3.PLAssertions
-
- assertZero(String, int) - Static method in class gw.testharness.v3.PLAssertions
-
- assertZero(long) - Static method in class gw.testharness.v3.PLAssertions
-
- assertZero(String, long) - Static method in class gw.testharness.v3.PLAssertions
-
- assign(String, IRExpressionBuilder) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- assign(String, IRType, IRExpressionBuilder) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- assign(IRSymbolBuilder, IRExpressionBuilder) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- assign(Object) - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- assign(Group, User) - Method in interface gw.pl.assignment.entity.Assignable
-
Directly assigns the entity to the specified group and user by setting the assignedGroup and assignedUser fields.
- assign(Key, Key) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
Use autoAssign(GroupBase, UserBase) instead. Note that that method returns a boolean instead of throwing exceptions
- ASSIGN_ISSUE_OWNER - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign to the parent item's owner without further interpretation.
- ASSIGN_LIST_ITEMS_IN_QUEUE - Static variable in class gw.api.profiler.ProfilerTag
-
- ASSIGN_MANUALLY - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign manually.
- ASSIGN_NEXT_ITEM_IN_QUEUE - Static variable in class gw.api.profiler.ProfilerTag
-
- ASSIGN_NOT_FOUND - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Indicates that the rules engine was unable to arrive at a decision
about how to assign the entity.
- ASSIGN_PRIOR_INVOLVEMENT - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign to a user in a specified group who worked on the item.
- ASSIGN_ROUND_ROBIN_USER - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign to the next user in the specified group.
- ASSIGN_ROUND_ROBIN_WITHIN_GROUPS - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign to the next user in the pseudo-group defined as
the set of all (distinct) users within all groups of
a type specified by the groupTypeID.
- ASSIGN_USE_DEFAULT - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign based on default ClaimCenter algorithms.
- ASSIGN_VERBATIM - Static variable in class gw.plugin.assignment.AssignmentCommand
-
Assign to the specified group and user without further interpretation.
- Assignable - Interface in gw.pl.assignment.entity
-
The central interface for entities which can be assigned to Users.
- AssignableForKeyDataDist - Interface in gw.pl.database.entity
-
AssignableForKeyDataDist
Stores assignable foreign key data distribution.
- AssignableForKeySizeCntDD - Interface in gw.pl.database.entity
-
AssignableForKeySizeCntDD
Stores assignable foreign key data distribution size count pairs.
- AssignableQueue - Interface in gw.pl.assignment.entity
-
AssignableQueue
Definition of a queue that can be assigned to.
- assignActivityToQueue(AssignableQueue, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Assign this entity, which must be an Activity, to the specified queue.
- assignActivityToQueue(AssignableQueue) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
use assignActivityToQueue(AssignableQueue, GroupBase) instead, since that method is more widely valid and
is easier to understand because the group is explicit rather than implicit.
- assignActualType(IType) - Method in interface gw.lang.reflect.gs.IGosuVarPropertyInfo
-
- assignByUserAttributes(AttributeBasedAssignmentCriteria, boolean, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns an assignable item to a user who satisfies the constraints defined in the attributeBasedAssignmentCriteria
parameter.
- assignByUserAttributes(AttributeBasedAssignmentCriteria) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignByUserAttributes(AttributeBasedAssignmentCriteria, boolean, GroupBase) instead
- assignByUserAttributes(AttributeBasedAssignmentCriteria, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignByUserAttributes(AttributeBasedAssignmentCriteria, boolean, GroupBase) instead
- Assignee - Interface in gw.api.assignment
-
Something to which an assignable entity can be assigned.
- assigneeCanOwnObject(Key, KeyableBean) - Static method in class gw.api.assignment.DynamicAssignmentUtil
-
Deprecated.
- AssigneePicker - Class in gw.api.assignment
-
Support for assignee picker, used to pick a user, group or queue to
which a bean is going to be assigned.
- AssigneePicker(boolean) - Constructor for class gw.api.assignment.AssigneePicker
-
Create a new, empty picker.
- assignElementNames(Object) - Method in interface gw.xml.xsd.info.IXSDChildElementInfo
-
- assignElementNames(Object) - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- assignElementNames(Object) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- assignElementNamesIfNecessary() - Method in class gw.xml.AbstractXMLNode
-
- assignElementNamesIfNecessary() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- assignGroup(Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns the entity to the group requested.
- assignGroupByGroupType(GroupType) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
This method of assignment is deemed useless, because it always returns the first group found with the
required type. Use assignGroupByRoundRobin() instead, so that the assignment will be rotated among
the matching groups.
- assignGroupByLocation(GroupType, Address, boolean, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns this entity to a group based on region assignments.
- assignGroupByLocation(GroupType, Address, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
Use assignGroupByLocation(GroupType, AddressBase, boolean, GroupBase) insteaed, to make the recursion explicit.
- assignGroupByRoundRobin(GroupType, boolean, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Uses the round robin algorithm to choose the next group to receive the assignable.
- assignGroupByRoundRobin(GroupType) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
Use assignGroupByRoundRogin(GroupType, boolean, GroupBase) insteaed, to make the recursion explicit.
- assignGroupByRoundRobin(GroupType, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
Use assignGroupByRoundRobin(GroupType, boolean, GroupBase) insteaed, to make the recursion explicit.
- assignGroupDynamically(DynamicGroupAssignmentStrategy, Group, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Uses the supplied dynamic assignment strategy implementation to find a group assignment for the current entity.
- ASSIGNMENT - Static variable in class gw.api.util.Logger
-
Deprecated.
Logger for assignment
- ASSIGNMENTADDED_EVENT - Static variable in interface gw.pl.assignment.entity.Assignable
-
- ASSIGNMENTCHANGED_EVENT - Static variable in interface gw.pl.assignment.entity.Assignable
-
- AssignmentCommand - Class in gw.plugin.assignment
-
The assignment commands available for the assignment resolver
- AssignmentEngineUtil - Class in gw.api.assignment
-
A utility class for all assignment engine related funcitons.
- AssignmentEngineUtil() - Constructor for class gw.api.assignment.AssignmentEngineUtil
-
- AssignmentPopup - Class in gw.api.assignment
-
Support for assignment popup screen, used to assign a list of assignables
to a user, group, queue or other assignee (for example, auto assignment).
- AssignmentPopup(IEntityType, Assignable[], SuggestedAssigneeBuilder) - Constructor for class gw.api.assignment.AssignmentPopup
-
Creates a new assignment popup for the given assignables of the given assignable type.
- AssignmentQueuesEnabled - Static variable in class gw.api.system.PLConfigParameters
-
Whether or not to display the UI portions of the assignment queue mechanism.
- ASSIGNMENTREMOVED_EVENT - Static variable in interface gw.pl.assignment.entity.Assignable
-
- AssignmentResponse - Class in gw.plugin.assignment
-
AssignmentResponse represents the information that an implementation of IAssignmentAdapter
must return.
- AssignmentResponse() - Constructor for class gw.plugin.assignment.AssignmentResponse
-
- AssignmentSearchCriteria - Class in gw.api.assignment
-
Encapsulates the search criteria used to search for an assignee, such as a user, group or queue.
- AssignmentSearchCriteria() - Constructor for class gw.api.assignment.AssignmentSearchCriteria
-
Create a new, empty search criteria object.
- AssignmentSearchCriteria(Bundle) - Constructor for class gw.api.assignment.AssignmentSearchCriteria
-
- AssignmentSearchResult - Class in gw.api.assignment
-
Actually performs a search based on an AssignmentSearchCriteria object.
- AssignmentSearchResult(AssignmentSearchCriteria) - Constructor for class gw.api.assignment.AssignmentSearchResult
-
Create a new AssignmentSearchResult based on the given criteria.
- AssignmentSearchType - Class in gw.pl.assignment.typekey
-
- AssignmentSearchType(ITypeList, String) - Constructor for class gw.pl.assignment.typekey.AssignmentSearchType
-
- AssignmentSelectionType - Class in gw.pl.assignment.typekey
-
- AssignmentSelectionType(ITypeList, String) - Constructor for class gw.pl.assignment.typekey.AssignmentSelectionType
-
- AssignmentStatus - Class in gw.pl.community.typekey
-
- AssignmentStatus(ITypeList, String) - Constructor for class gw.pl.community.typekey.AssignmentStatus
-
- AssignmentTestUtilBase - Class in gw.assignment
-
- AssignmentTestUtilBase() - Constructor for class gw.assignment.AssignmentTestUtilBase
-
- AssignmentType - Class in gw.api.assignment
-
Guidewire Software
Creator information:
User: akeefer
Date: Feb 10, 2004 3:45:25 PM
Revision information:
- AssignmentType() - Constructor for class gw.api.assignment.AssignmentType
-
- assignParent(ClassLoader) - Method in interface gw.lang.reflect.gs.IGosuClassLoader
-
- assignProperties() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- assignSymbolType(IType) - Method in interface gw.lang.reflect.gs.IGosuVarPropertyInfo
-
- assignToCreator(Editable) - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns the item to the creator of the supplied entity, and to one of the user's groups.
- assignToCreator(Editable, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
This signature is a little confusing, because the defaultGroup parameter should almost never be
necessary, since in the current system a user almost never belongs to no groups. Use assignToCreator(EditableBean)
instead
- assignToFNOLQueue() - Method in interface gw.pl.assignment.entity.Assignable
-
- assignToIssueOwner() - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns this entity to the user and group to which the entity's "issue" is assigned.
- assignToQueue(AssignableQueue) - Method in interface gw.pl.activity.entity.Activity
-
Assigns the activity to the specified queue, which must be non null.
- assignToQueue() - Method in interface gw.pl.assignment.entity.Assignable
-
- assignToThis(Assignable) - Method in interface gw.api.assignment.Assignee
-
Assign the given assignable entity according to this destination.
- assignToThis(Assignable) - Method in class gw.api.assignment.AutoAssignAssignee
-
Auto assign the given assignable entity.
- assignToThis(Assignable) - Method in class gw.api.assignment.UserAssignee
-
Assign the given assignable entity to the group and user specified at construction.
- assignUser(User) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assign(GroupBase, UserBase) instead
- assignUserAndDefaultGroup(User) - Method in interface gw.pl.assignment.entity.Assignable
-
Directly assigns the entity to the specified user and one of the groups the user belongs to.
- assignUserByLocation(Address, boolean, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns this entity to a user based on region assignments.
- assignUserByLocation(Address) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignUserByLocation(AddressBase, boolean, GroupBase) instead.
- assignUserByLocation(Address, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignUserByLocation(AddressBase, boolean, GroupBase) instead.
- assignUserByLocationAndAttributes(Address, AttributeBasedAssignmentCriteria, boolean, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Assigns this entity to the user matching the attribute criteria whose region assignments contain the supplied location.
- assignUserByLocationAndAttributes(Address, AttributeBasedAssignmentCriteria, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignUserByLocationAndAttributes(AddressBase, AttributeBasedAssignmentCriteria, boolean, GroupBase) instead.
- assignUserByRoundRobin(boolean, Group) - Method in interface gw.pl.assignment.entity.Assignable
-
Uses the round robin algorithm to choose the next user from the specified group or to receive the assignable.
- assignUserByRoundRobin() - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignUserByRoundRobin(boolean, GroupBase) instead
- assignUserByRoundRobin(boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
depends on the Assignment Engine state; use assignUserByRoundRobin(boolean, GroupBase) instead
- assignUserDynamically(DynamicUserAssignmentStrategy, Group, boolean) - Method in interface gw.pl.assignment.entity.Assignable
-
Uses the supplied dynamic assignment strategy implementation to find an assignment for the current entity.
- assignUserRole(User, Group, UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Assigns the given User/Group pair to the given role on this assignable object.
- asSortedList(Object, Comparator) - Static method in class gw.pl.util.CollectionUtil
-
Like asList, but returns the List in a sorted order as according
to the passed-in Comparator.
- asSSN() - Method in class gw.api.databuilder.OfficialIDBuilder
-
Returns a clone of the official id builder as an SSN with its value set.
- asString(Object) - Method in class gw.api.system.DateParameterKey
-
- asString(Object) - Method in class gw.api.system.ParameterKey
-
Get string representation of the value.
- asString(Object) - Method in class gw.api.system.TimeParameterKey
-
- asString(String) - Method in class gw.xml.AbstractXMLNode
-
- asString(String) - Method in interface gw.xml.IReadOnlyXMLNode
-
- asStringOrEmpty(Object) - Static method in class gw.pl.util.StringUtil
-
Returns the toString() of the object or "" if the object is null.
- asStringOrNull(Object) - Static method in class gw.pl.util.StringUtil
-
Returns the toString() of the object or null if the object is null.
- asStringOrNullString(Object) - Static method in class gw.pl.util.StringUtil
-
- asSubType(String) - Method in class gw.xml.parser2.XMLNodeMetadataBuilder.AttributeBuilder
-
- asTagCode(HolidayTagCode) - Method in class gw.api.databuilder.HolidayTagBuilder
-
- asThrowawayProgram() - Method in class gw.lang.parser.ParserOptions
-
- asUnpreferredVendor() - Method in class gw.api.databuilder.ABContactBuilder
-
- asUTFString() - Method in class gw.xml.AbstractXMLNode
-
Writes this node to a string, using the default format.
- asUTFString() - Method in interface gw.xml.IReadOnlyXMLNode
-
- asUTFString() - Method in class gw.xml.XmlElement
-
Serializes this element to a string.
- asUTFString(XmlSerializationOptions) - Method in class gw.xml.XmlElement
-
Serializes this element to a string.
- asView() - Method in class gw.api.graph.BasicGraph
-
Returns a read-only view of the graph.
- asView() - Method in interface gw.api.graph.Graph
-
Returns a read-only view of the graph.
- asWindow() - Method in class gw.api.diff.DiffItem
-
Returns this diff as a window diff.
- asynchronousCreationSupported(IDocumentTemplateDescriptor) - Method in interface gw.plugin.document.IDocumentProductionBase
-
Can a document be created from this template asynchronously?
- asynchronousCreationSupported(IDocumentTemplateDescriptor) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Can a document be created from this template synchronously?
- asynchronousCreationSupported(IDocumentTemplateDescriptor) - Method in class gw.plugin.document.impl.BaseMailMergeDocumentProductionImpl
-
- AsyncMessageType - Enum in gw.plugin
-
This enum is used by ClientSystemPlugin.createAsyncMessage
- atLeastOne() - Method in class gw.xml.parser2.XMLNodeMetadataBuilder.ChildListBuilder
-
- ATTR_CRITICAL - Variable in class gw.junit.XMLJUnitResultFormatter
-
critical tests
- ATTR_GOSU - Variable in class gw.junit.XMLJUnitResultFormatter
-
gosu test (boolean)
- Attribute - Interface in gw.pl.community.entity
-
Attribute
A general-purpose attribute
- Attribute - Class in gw.plugin.management
-
An Attribute contains a name string as well as a value
- Attribute(String, Object) - Constructor for class gw.plugin.management.Attribute
-
An Attribute contains a name string as well as a value
- attribute(String, Class<T>) - Method in class gw.xml.parser2.PLXMLNode.LocalMDBuilder
-
- attribute(String, Class<T>) - Static method in class gw.xml.parser2.XMLNodeMetadataBuilder
-
Returns an attribute builder defining an attribute with the given name and value type.
- AttributeBasedAssignmentCriteria - Interface in gw.pl.assignment.entity
-
AttributeBasedAssignmentCriteria
null
- AttributeBuilder - Class in gw.api.databuilder
-
Class description...
- AttributeBuilder() - Constructor for class gw.api.databuilder.AttributeBuilder
-
Initializes the builder with no defaults.
- AttributeCriteriaElement - Interface in gw.pl.assignment.entity
-
AttributeCriteriaElement
null
- AttributeEdge<T> - Class in gw.api.graph
-
Represents a attribute-weighted directed edge.
- AttributeEdge(T, T, Object) - Constructor for class gw.api.graph.AttributeEdge
-
Creates a AttributeEdge with the source and target nodes
and an optional attribute.
- AttributeInfo - Class in gw.plugin.management
-
Attribute info provides metadata about an attribute including the name, description, type,
and whether the attribute is readable or writable.
- AttributeInfo(String, String, Class, boolean, boolean) - Constructor for class gw.plugin.management.AttributeInfo
-
Attribute metadata.
- AttributeNotFoundException - Exception in gw.plugin.management
-
An AttributeNotFoundExcpetion is thrown to indicate that a requested attribute doesn't exist.
- AttributeNotFoundException() - Constructor for exception gw.plugin.management.AttributeNotFoundException
-
An AttributeNotFoundExcpetion is thrown to indicate that a requested attribute doesn't exist.
- AttributeNotFoundException(String) - Constructor for exception gw.plugin.management.AttributeNotFoundException
-
An AttributeNotFoundExcpetion is thrown to indicate that a requested attribute doesn't exist.
- AttributeNotFoundException(Throwable) - Constructor for exception gw.plugin.management.AttributeNotFoundException
-
An AttributeNotFoundExcpetion is thrown to indicate that a requested attribute doesn't exist.
- AttributeNotFoundException(String, Throwable) - Constructor for exception gw.plugin.management.AttributeNotFoundException
-
An AttributeNotFoundExcpetion is thrown to indicate that a requested attribute doesn't exist.
- ATTRIBUTES - Static variable in class gw.xml.xsd.schema.XSDComplexType
-
- AttributeSearchCriteria - Class in gw.api.admin
-
Stores a user's search criteria when searching for attributes.
- AttributeSearchCriteria() - Constructor for class gw.api.admin.AttributeSearchCriteria
-
- AttributeUser - Interface in gw.pl.community.entity
-
AttributeUser
Table linking attributes to users.
- AttributeUserBuilder - Class in gw.api.databuilder
-
- AttributeUserBuilder() - Constructor for class gw.api.databuilder.AttributeUserBuilder
-
Initializes the builder with no defaults.
- AUG15_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- AUG1_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- AUG31_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- AUSTRALIA_LONG - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- AUSTRALIA_SHORT - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- AUSTRALIA_TYPECODE - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- authenticate(AuthenticationSource) - Method in interface gw.plugin.security.AuthenticationServicePlugin
-
Authenticates the source information and returns the user public ID for the user described in the source.
- authenticate(WebservicesAuthenticationContext) - Method in class gw.plugin.security.DefaultWebservicesAuthenticationPlugin
-
- authenticate(WebservicesAuthenticationContext) - Method in interface gw.plugin.security.WebservicesAuthenticationPlugin
-
Authenticates a user.
- AuthenticationException - Exception in gw.plugin.security
-
Thrown if the user trying to login cannot be authenticated.
- AuthenticationException() - Constructor for exception gw.plugin.security.AuthenticationException
-
Thrown if the user trying to login cannot be authenticated.
- AuthenticationException(String) - Constructor for exception gw.plugin.security.AuthenticationException
-
Thrown if the user trying to login cannot be authenticated.
- AuthenticationMethod - Interface in gw.plugin.security
-
Created by IntelliJ IDEA.
- AuthenticationServicePlugin - Interface in gw.plugin.security
-
The authentication service plugin is used to authorize a user from AuthenticationSource data.
- AuthenticationServicePluginCallbackHandler - Interface in gw.plugin.security
-
Callback handler used by the AuthenticationServicePlugin to
communicate with the server.
- AuthenticationSource - Interface in gw.plugin.security
-
A marker interface representing an authentication source.
- AuthenticationSource.Failure - Class in gw.plugin.security
-
Possible types of login failure.
- AuthenticationSourceCallback - Class in gw.plugin.security
-
JAAS style authentication callback handler.
- AuthenticationSourceCallback() - Constructor for class gw.plugin.security.AuthenticationSourceCallback
-
- AuthenticationSourceCreatorPlugin - Interface in gw.plugin.security
-
This plugin is responsible for creating an AuthenticationSource
from an HTTPRequest object.
- autoAssign() - Method in interface gw.pl.activity.entity.Activity
-
- autoAssign() - Method in interface gw.pl.assignment.entity.Assignable
-
Invokes the Assignment Engine, which will process the configured Assignment Rules to come up with an assignment
for the current entity.
- autoAssign(Group, User) - Method in interface gw.pl.assignment.entity.Assignable
-
Invokes the Assignment Enging to assign the item to the specified group and user.
- AutoAssignAssignee - Class in gw.api.assignment
-
Assignee used to auto assign an assignable bean, that is to assign it using the assignment rules
appropriate for the type of bean (activity assignment rules for activities and so on).
- autoAssignRole(UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Assigns the UserRole for this assignable item.
- AutocompleteHandler - Interface in gw.api.contact
-
- AutocompleteLimit - Static variable in class gw.api.system.PLConfigParameters
-
The maximum number of autocomplete suggestions to show
- AutocompleteResult - Class in gw.api.contact
-
Holds an autocomplete suggestion, typically displayed in a dropdown below the field
when the user has entered the first few characters of a field value.
- AutocompleteResult(String, String, boolean) - Constructor for class gw.api.contact.AutocompleteResult
-
- AUTOCREATE() - Static method in class gw.lang.reflect.java.GosuTypes
-
- autofillAddress(AddressFillable, String, boolean) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Autofills the address if there is a unique match.
- autofillAddress(AddressFillable, String) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Autofills the address if there is a unique match.
- autofillAddress(AddressFillable, String, boolean) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Autofills the address if there is a unique match.
- autofillAddress(AddressFillable, String, boolean) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Autofills the address if there is a unique match.
- AutofillRequest - Class in gw.api.contact
-
Defines a request to get an autofill value.
- AutofillRequest(String, String[]) - Constructor for class gw.api.contact.AutofillRequest
-
Create an autofill request object.
- AutofillRequest(Country, String, String[]) - Constructor for class gw.api.contact.AutofillRequest
-
Create an autofill request object.
- Autoinsert - Annotation Type in gw.lang
-
- AUTOINSERT() - Static method in class gw.lang.reflect.java.JavaTypes
-
- AUTOMATED_MESSAGE_RETRY - Static variable in class gw.api.profiler.ProfilerTag
-
- autoNumber(KeyableBean, String, KeyableBean, String) - Static method in class gw.api.util.AutoNumberUtil
-
This method will assign an integer value to the property given that is one greater than the greatest value found
on all objects in the collection on the owner object
- autoNumber(KeyableBean, IPropertyInfo, KeyableBean, IPropertyInfo) - Static method in class gw.api.util.AutoNumberUtil
-
This method will assign an integer value to the property given that is one greater than the greatest value found
on all objects in the collection on the owner object
- autoNumber(KeyableBean, IPropertyInfo, KeyableBean, KeyableBean[]) - Static method in class gw.api.util.AutoNumberUtil
-
This method will assign an integer value to the property given that is one greater than the greatest value found
on all objects in the collection on the owner object
- AutoNumberUtil - Class in gw.api.util
-
- AutoNumberUtil() - Constructor for class gw.api.util.AutoNumberUtil
-
- AutoSync - Class in gw.pl.autosync.typekey
-
- AutoSync(ITypeList, String) - Constructor for class gw.pl.autosync.typekey.AutoSync
-
- autoSyncContact(String) - Static method in class gw.api.contact.ContactAutoSyncUtil
-
Deprecated.
- autoSyncContact(String, String) - Static method in class gw.api.contact.ContactAutoSyncUtil
-
Deprecated.
- autoSyncContact(String, Key, Key, String) - Static method in class gw.api.contact.ContactAutoSyncUtil
-
Deprecated.
- auxilaryClassDefined(Class, byte[]) - Method in interface gw.lang.reflect.gs.IClassDefinitionListener
-
- Availability - Annotation Type in gw.api.server
-
This defines the level that this object is available at
- AVAILABILITY_PROPERTY - Static variable in class gw.api.startable.StartableServiceImpl
-
- AvailabilityLevel - Enum in gw.api.server
-
- Avg(IEntityPropertyInfo) - Static method in class gw.api.database.DBFunction
-
- Avg(ColumnRef) - Static method in class gw.api.database.DBFunction
-
- Avg(List<? extends IEntityPropertyInfo>) - Static method in class gw.api.database.DBFunction
-
- Avg(IBeforeUpgradeReadOnlyColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Avg(String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Avg(IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Avg(IBeforeUpgradeDBFunction) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- avg(Object[]) - Static method in class gw.api.util.ArrayUtil
-
Returns the average of the elements in the array.
- AWR_SNAPSHOT_RANGE_PROFILER_PROPERTY - Static variable in class gw.api.tools.AWRSnapshotHelper
-
- AWRReportUserSettings - Class in gw.api.database
-
- AWRReportUserSettings() - Constructor for class gw.api.database.AWRReportUserSettings
-
- AWRReportUserSettings(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class gw.api.database.AWRReportUserSettings
-
- AWRReportUserSettings(AWRReportUserSettings) - Constructor for class gw.api.database.AWRReportUserSettings
-
- AWRReportUserSettingsFactory - Class in gw.api.database
-
- AWRReportUserSettingsFactory() - Constructor for class gw.api.database.AWRReportUserSettingsFactory
-
- AWRReportUserSettingsFactory(AWRReportUserSettings) - Constructor for class gw.api.database.AWRReportUserSettingsFactory
-
- AWRSnapshotHelper - Class in gw.api.tools
-
Class description...
- AWRSnapshotHelper() - Constructor for class gw.api.tools.AWRSnapshotHelper
-
- AWRSnapshotHelper.SnapshotRange - Class in gw.api.tools
-
SnapshotRange is a simple container class that holds the IDs of the start and end snapshots.
- CACHE - Static variable in class gw.lang.reflect.java.GosuTypes
-
- Cache<K,V> - Class in gw.util.concurrent
-
static var MY_CACHE = new Cache( 1000, \ foo -> getBar( foo ) )
- Cache(String, int, Cache.MissHandler<K, V>) - Constructor for class gw.util.concurrent.Cache
-
This will create a new cache
- Cache.MissHandler<L,W> - Interface in gw.util.concurrent
-
- CacheByUserStatistics - Class in gw.api.tools
-
- CacheByUserStatistics(int, int, int) - Constructor for class gw.api.tools.CacheByUserStatistics
-
- CacheOutOfSyncException - Exception in gw.api.util
-
This exception means that the versioned bean in the cache does not match the
bean's version from the database.
- CacheOutOfSyncException(Versionable, Integer) - Constructor for exception gw.api.util.CacheOutOfSyncException
-
This will create a new wrapper exception around the passed in cause.
- CacheStatistics - Class in gw.api.tools
-
Deprecated.
- CacheStatistics() - Constructor for class gw.api.tools.CacheStatistics
-
Deprecated.
Constructs an "anonymous" statistics object (not related to an entity).
- CacheStatistics(IEntityType) - Constructor for class gw.api.tools.CacheStatistics
-
Deprecated.
Constructs a statistics object for the given entity.
- CacheStatistics(String) - Constructor for class gw.api.tools.CacheStatistics
-
Deprecated.
Constructs a statistics object for the given entity name.
- CacheStatistics.StackTraceFrequencyEntry - Class in gw.api.tools
-
Deprecated.
Helper inner class: combines a stack trace line and a frequency
- CacheStatistics.StackTraceFrequencyEntry(String, int) - Constructor for class gw.api.tools.CacheStatistics.StackTraceFrequencyEntry
-
Deprecated.
- CacheStatisticsRollupSnapshot - Interface in gw.pl.cache2.entity
-
CacheStatisticsRollupSnapshot
Rollup snapshot for the global cache for a particular time slice
- CacheStatsBase - Class in gw.api.tools
-
Abstract base class for various cache statistics classes.
- CacheStatsBase() - Constructor for class gw.api.tools.CacheStatsBase
-
- calcInverseExchangeRate(BigDecimal) - Static method in class gw.api.util.CurrencyUtil
-
Calculates ONE divided by the given exchangeRate, rounded to the precision of ExchangeRates
in the system.
- calcSecondaryAmount(BigDecimal) - Method in class gw.api.financials.AbstractMutablePairedMoney
-
Calculates the secondary amount for the given amount.
- calcSecondaryAmount(BigDecimal) - Method in class gw.api.financials.CurrencyAmountPair
-
- calcSecondaryAmount(BigDecimal) - Method in interface gw.api.financials.IPairedMoney
-
Calculates hypothetical secondary amount from the given primary amount, but does not update the secondary value.
- calcSecondaryAmount(BigDecimal, BigDecimal) - Method in interface gw.api.financials.MoneyComponentFacade
-
Deprecated.
Calculates hypothetical secondary amount from the given primary amount, but does not update the secondary value.
- calcSecondaryAmount(IPairedMoney, BigDecimal, BigDecimal, RoundingMode) - Static method in class gw.api.financials.MoneyComponentFacadeHelper
-
Deprecated.
Calculates the secondary money amount, but does not set it.
- calcServerStopped(long) - Method in interface gw.pl.clusterinfo.entity.ClusterMemberData
-
Returns server stop date that may be approximate.
- calculateIsLeaf() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
- calculateLcs() - Method in class gw.pl.util.diff.lcs.LongestCommonSubsequence
-
- CalendarTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- CalendarTypeWrapper() - Constructor for class gw.xml.xsd.typewrapper.CalendarTypeWrapper
-
- call(String, String, String, String, String) - Method in interface gw.lang.debugger.RemoteServiceProtocolHandler
-
- call(String, IRExpressionBuilder...) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- call(IJavaClassMethod, IRExpressionBuilder...) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- call(IRExpressionBuilder, String, IRExpressionBuilder...) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- call(IRExpressionBuilder, IJavaClassMethod, IRExpressionBuilder...) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- call(String, IRExpressionBuilder...) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- call(String, List<IRExpressionBuilder>) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- call(IJavaClassMethod, List<IRExpressionBuilder>) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- call(Method, List<IRExpressionBuilder>) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- call(byte[], Serializable, int) - Method in interface gw.plugin.cluster.ClusterUnicastTransport
-
Sends a request to other member of the cluster, and returns the response as a result.
- callableConstructor(List<? extends IConstructorInfo>, IType...) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
If there is a tie this method will throw an IllegalArgumentException.
- callableConstructorStrict(List<? extends IConstructorInfo>, IType...) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
If there is a tie this method will throw an IllegalArgumentException.
- callableMethod(MethodList, CharSequence, IType...) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
If there is a tie this method will throw an IllegalArgumentException.
- callableMethodStrict(MethodList, CharSequence, IType...) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
If there is a tie this method will throw an IllegalArgumentException.
- CallHandler - Interface in gw.api.soap
-
Call handlers are used to intercept SOAP calls.
- callStatic(IJavaClassMethod, IRExpressionBuilder...) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- callSuperInit(List<IRExpressionBuilder>) - Static method in class gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder
-
- callTestMethod(String, Serializable...) - Method in class gw.testharness.clustering.ClusterMember
-
Call specified method on the server.
- CANADA_TYPECODE - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- canApplyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffAdd
-
- canApplyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffItem
-
Check is this DiffItem can be applied to a target branch.
- canApplyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffProperty
-
Check is this DiffItem can be applied to a target branch.
- canApplyDiffToBranch(EffDatedBranch) - Method in class gw.api.diff.DiffRemove
-
- canApprove() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not the given activity can be approved.
- canAssign() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not the given activity can be assigned.
- canBeCaptured() - Method in interface gw.lang.parser.ISymbol
-
- canBeEnabled() - Static method in class gw.api.startable.StartablePluginPageHelper
-
- canBeFlattened(int) - Method in class gw.xml.xsd.info.XSDChoiceInfo
-
- canBeFlattened(int) - Method in class gw.xml.xsd.info.XSDGroupInfo
-
- canBeFlattened(int) - Method in interface gw.xml.xsd.info.XSDGroupingInfoDelegate
-
- canBeFlattened(int) - Method in class gw.xml.xsd.info.XSDSequenceInfo
-
- canCast(IType, IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- canCast(IType, IType) - Static method in class gw.lang.reflect.TypeSystem
-
- cancel() - Method in class gw.api.admin.ImportDataInfo
-
Cancels the import.
- CANCELLATIONDATE_DYNPROP - Static variable in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
- cancelRun() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- cancelUnprocessedWorkItems() - Method in interface gw.pl.workitemset.entity.WorkItemSet
-
- cancelUpdateStats() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Cancel the update stats process if running.
- cancelUpdateStats() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- canCoerce(IType, IType) - Method in interface gw.lang.parser.ICoercionManager
-
- canCoerce(IType, IType) - Method in class gw.lang.parser.StandardCoercionManager
-
- canComplete() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not the given activity can be completed.
- canConvert(Currency, Currency) - Method in interface gw.currency.fxrate.FXRateService
-
Returns true if it is possible to convert using this pair of currencies
- canConvert(Currency, Currency) - Method in interface gw.plugin.exchangerate.IFXRatePlugin
-
- canCreateInAddressBook() - Method in interface gw.api.contact.AddressBookMatch
-
Determines whether the local Contact can attempt to be created in Address Book.
- canDelete() - Method in interface gw.api.contact.AddressBookMatch
-
Determines whether matches can be deleted.
- canDisplay() - Method in class gw.api.archiving.ArchiveDetails
-
- canDrop() - Method in class gw.api.database.upgrade.DropColumnIfSafeVersionCheck
-
- canEdit() - Method in interface gw.api.scm.IScmAdapter
-
Does this SCM adapter implement the edit() method?
- canEdit() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not the given activity can be edited.
- canFlattenChildren() - Method in class gw.xml.xsd.info.XSDChoiceInfo
-
- canFlattenChildren() - Method in class gw.xml.xsd.info.XSDGroupInfo
-
- canFlattenChildren() - Method in interface gw.xml.xsd.info.XSDGroupingInfoDelegate
-
- canFlattenChildren() - Method in class gw.xml.xsd.info.XSDSequenceInfo
-
- canGetLatest() - Method in interface gw.api.scm.IScmAdapter
-
Does this SCM adapter implement the getLatest() method?
- canInsertNode(XMLFieldDeclaration, XMLFieldDeclaration, XMLFieldDeclaration) - Method in class gw.xml.parser2.PLXMLNode
-
- canLinkTo(Contact) - Method in interface gw.api.contact.AddressBookMatch
-
Determines whether the local Contact can link to the given Address Book Contact.
- canLinkTo(Contact) - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
since ClaimCenter 8.0, there is no replacement
- canMakeMandatory() - Method in interface gw.pl.activity.entity.Activity
-
Indicates whether or not the current user can toggle the mandatory flag on this activity.
- canMergeOOSChange() - Method in class gw.api.diff.DiffItem
-
Whether this diff can be merged forward.
- canMergeOOSChange() - Method in class gw.api.diff.DiffProperty
-
Whether this diff can be merged forward.
- canQuery() - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- canRecur() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not the given activity can generate a recurring activity.
- canReloadClasses() - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- canRestore() - Method in interface gw.pl.extract.entity.RootInfo
-
This method will return true if this object can be restored at this time.
- canRetry() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
- canRevert() - Method in interface gw.api.scm.IScmAdapter
-
Does this SCM adapter implement the revert() method?
- canShowHistoricalStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- canSkip() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
- canSkip() - Method in interface gw.pl.activity.entity.Activity
-
Returns true if the user can skip the activity based on the following:
the activity is a GENERAL or APPROVAL_DENIED activity
the activity is open
the activity is assigned
the activity is not mandatory
the activity is not assigned to a queue
the user has permission to modify the activity
- canStartFromUi(WorkQueueDisplayInfo) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- canSubmit() - Method in interface gw.api.scm.IScmAdapter
-
Does this SCM adapter implement the submit() method?
- canSwitchLanguage() - Static method in class gw.api.util.LocaleUtil
-
- canSwitchLocale() - Static method in class gw.api.util.LocaleUtil
-
- canSync() - Method in interface gw.api.scm.IScmAdapter
-
Does this SCM adapter implement the sync() method?
- capitalise(String) - Static method in class gw.util.GosuStringUtil
-
- capitalize(String) - Static method in class gw.util.GosuStringUtil
-
Capitalizes a String changing the first letter to title case as
per Character.toTitleCase(char).
- capitalizeFirstChar(String) - Static method in class gw.lang.reflect.ImplicitPropertyUtil
-
- capitalizeFirstChar(String) - Static method in class gw.pl.util.StringUtil
-
- captureCursorCache() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- Cardinality - Enum in gw.api.reflect.graph
-
- CaseInsensitiveSet<T extends java.lang.CharSequence> - Class in gw.util
-
- CaseInsensitiveSet() - Constructor for class gw.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(Collection<? extends T>) - Constructor for class gw.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(T[]) - Constructor for class gw.util.CaseInsensitiveSet
-
- CaseInsensitiveSet(int) - Constructor for class gw.util.CaseInsensitiveSet
-
- cast(IEntityType) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Casts this table to the given subtype.
- cast(IEntityType) - Method in class gw.api.database.Query
-
Casts this table to the given subtype.
- cast(IRExpression, IRType) - Static method in class gw.lang.ir.builder.IRArgConverter
-
- cast(Class) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- cast(IJavaClassInfo) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- cast(IRType) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- castDocumentProduction(Object, Class) - Static method in class gw.document.TemplatePluginUtils
-
This will cast the object to an IDocumentProductionBase proxy.
- CastIntExpressionAsString(IBeforeUpgradeDBFunction) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- castOrConvertIfNecessary(IRType, IRExpression) - Static method in class gw.lang.ir.builder.IRArgConverter
-
- CatalogSubStatistics - Interface in gw.api.database
-
Guidewire Software
Creator information:
User: jbrenner
Date: Mar 30, 2005 4:30:16 PM
Revision information:
- CatalogSubStatisticsCore - Interface in gw.api.database
-
Guidewire Software
Creator information:
User: jbrenner
Date: Mar 30, 2005 4:30:16 PM
Revision information:
- CATEGORIES_LABEL - Static variable in class gw.api.tools.SetLogLevelData
-
- categorizeGeocodeStatus(GeocodeStatus) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
This function categorize the geocode status according to the descriptions defined
in tl_pl_contact.xml.
- CATEGORY_BEHAVIOR - Static variable in interface gw.lang.reflect.IPresentationInfo
-
- CATEGORY_DESIGN - Static variable in interface gw.lang.reflect.IPresentationInfo
-
- CAUSE_ELEMENT_NAME - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- CDATA_END - Static variable in class gw.api.webservice.importTools.ImportToolsImpl
-
- CDATA_START - Static variable in class gw.api.webservice.importTools.ImportToolsImpl
-
- ceilingEntry(Integer, List<SolrSortColumn>) - Method in class gw.plugin.solr.SolrRecordMap
-
- center(String, int) - Static method in class gw.util.GosuStringUtil
-
Centers a String in a larger String of size size
using the space character (' ').
- center(String, int, char) - Static method in class gw.util.GosuStringUtil
-
Centers a String in a larger String of size size.
- center(String, int, String) - Static method in class gw.util.GosuStringUtil
-
Centers a String in a larger String of size size.
- centerOfRectangle(SpatialPoint, SpatialPoint) - Static method in class gw.api.database.spatial.SpatialPolygon
-
Utility method to compute the center of a rectangle.
- CHAINED_BATCH_PROCESS - Static variable in class gw.api.profiler.ProfilerTag
-
- chainNonRemovableIterators(Iterator[]) - Static method in class gw.pl.util.CollectionUtil
-
- CHANGE_RUNLEVEL - Static variable in class gw.api.profiler.ProfilerTag
-
- ChangedTypesRefresher - Class in gw.test.servlet
-
- ChangedTypesRefresher() - Constructor for class gw.test.servlet.ChangedTypesRefresher
-
- changePropertyNullability(String, boolean) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Changes the nullability of the given property.
- changeSchedule(BatchProcessType, String) - Method in class gw.api.web.tools.BatchProcessInfoPage
-
- changeSchedule(String, String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Permit the automated changing of scheduled interval
- changeSchedule(String, String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Permit the automated changing of scheduled interval
- ChangesCurrentTime - Annotation Type in gw.testharness
-
Grants a test the ability to change the current time.
- ChangesCurrentTimeUtil - Class in gw.testharness
-
- ChangesSchema - Annotation Type in gw.testharness
-
- ChangesSystemConfig - Annotation Type in gw.testharness
-
Grants a test the ability to change the system config
- changeSubtype(String, String) - Method in class gw.api.webservice.ab.maintenanceTools.ABMaintenanceToolsImpl
-
- changeSubtype(String, String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Change the contact with publicID from current subtype to targetSubtype
- changeSubtype(String, String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Changes the contact with publicID to the targetSubtype
- CHANGETYPE_DYNPROP - Static variable in interface gw.pl.persistence.core.effdate.entity.EffDated
-
- CHAR - Static variable in class gw.lang.reflect.java.asm.AsmClass
-
- CHAR - Static variable in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- CHAR_SEQUENCE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- CHAR_TYPE() - Static method in class gw.lang.parser.GosuParserTypes
-
- CHARACTER() - Static method in class gw.lang.reflect.java.JavaTypes
-
- characters(char[], int, int) - Method in class gw.xml.XMLNodeHandler
-
- CharacterSet - Class in gw.pl.community.typekey
-
- CharacterSet(ITypeList, String) - Constructor for class gw.pl.community.typekey.CharacterSet
-
- CharArrayTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- CharArrayTypeWrapper() - Constructor for class gw.xml.xsd.typewrapper.CharArrayTypeWrapper
-
- charAt(String, int) - Static method in class gw.api.util.StringUtil
-
Returns the character at the specified index.
- charAt(int) - Method in class gw.lang.parser.CICS
-
- charAt(int) - Method in class gw.lang.parser.Keyword
-
- CharCoercer - Class in gw.lang.parser.coercers
-
- CharCoercer() - Constructor for class gw.lang.parser.coercers.CharCoercer
-
- CharHighPriorityCoercer - Class in gw.lang.parser.coercers
-
- CharHighPriorityCoercer() - Constructor for class gw.lang.parser.coercers.CharHighPriorityCoercer
-
- CharPCoercer - Static variable in class gw.lang.parser.coercers.BasePrimitiveCoercer
-
- CharPHighPriorityCoercer - Class in gw.lang.parser.coercers
-
- CharPHighPriorityCoercer() - Constructor for class gw.lang.parser.coercers.CharPHighPriorityCoercer
-
- check(boolean) - Static method in class gw.pl.util.Assert
-
Deprecated.
Use the "assert" keyword.
- check(boolean, String) - Static method in class gw.pl.util.Assert
-
Deprecated.
Use the "assert" keyword.
- check(String, boolean) - Static method in class gw.pl.util.Assert
-
Deprecated.
Use the "assert" keyword.
- check(String) - Static method in class gw.pl.util.Assert
-
Variant of Assert.check() that throws AssertionError if the
message argument is non-null.
- check(Throwable) - Static method in class gw.pl.util.Assert
-
Calls check(String message) with the stack trace of the throwable as the message.
- checkAndScheduleForArchive(RootInfo) - Static method in class gw.api.archiving.ArchivingUtil
-
- CheckboxGroupElement<T extends CheckboxOptionElement> - Class in gw.smoketest.platform.web
-
Class description...
- CheckboxGroupElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.CheckboxGroupElement
-
- CheckboxOptionElement - Class in gw.smoketest.platform.web
-
Base class for a single checkbox in a checkbox group widget
- CheckboxOptionElement(ISmokeTest, SelectElement, int) - Constructor for class gw.smoketest.platform.web.CheckboxOptionElement
-
- CheckboxValueElement - Class in gw.smoketest.platform.web
-
A checkbox value element
- CheckboxValueElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.CheckboxValueElement
-
- checkBreakPoint(String) - Static method in class gw.api.Debugger
-
To be called by gosu to check the breakpoint.
- checkCurrencyAmountCurrency(CurrencyAmount, Currency) - Static method in class gw.api.util.CurrencyUtil
-
Deprecated.
Not needed now that CurrencyAmount no longer extends BigDecimal.
- checkDatabaseConsistency(boolean) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- checkDirectHTTPLogin() - Method in class gw.api.util.LoginForm
-
Checks for username/password provided through the URL or remember-me cookie.
- checkException(Class, String, RuntimeException) - Static method in class gw.pl.util.Assert
-
This method will throw an exception if checkException is enabled (done by
setting the system property
com.guidewire.util.Assert.checkExceptions to
true) and either:
checkException is enabled for the class
callingClass (done
by setting the system property
callingClass's fully-qualified
class name.checkExceptions to
true)
checkException is enabled for the named
context of the
class
callingClass (done by setting the system property
callingClass's fully-qualified class
name.checkExceptions.
- checkException(Class, String) - Static method in class gw.pl.util.Assert
-
This method returns true if checkException is enabled (done by setting
the system property
com.guidewire.util.Assert.checkExceptions to
true) and either:
checkException is enabled for the class
callingClass (done
by setting the system property
callingClass's fully-qualified
class name.checkExceptions to
true)
checkException is enabled for the named
context of the
class
callingClass (done by setting the system property
callingClass's fully-qualified class
name.checkExceptions.
- checkForDuplicateRolePrivileges(Role) - Static method in class gw.api.admin.BaseAdminUtil
-
If the given role has duplicate privileges in its privileges array, returns an error message describing
the first duplicate privilege found.
- checkIfOnPage(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- checkIn(Object, Object) - Method in class gw.pl.util.webservices.SimplePool
-
- checkIn(Date, Date) - Method in interface gw.pl.workqueue.entity.WorkItem
-
Postpone work item for later retrial
- checkInitialConditions() - Method in interface gw.processes.BatchProcess
-
Checks the conditions necessary for this batch process to run, such as server runlevels.
- checkOut(Object) - Method in class gw.pl.util.webservices.SimplePool
-
- checkOut(Date, int, long) - Method in interface gw.pl.workqueue.entity.WorkItem
-
Check out a work item.
- checkPartialDatabaseConsistency(boolean, String[], String[]) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- checkPermission(SystemPermissionType) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
- checkPrecision(Object, IPropertyInfo, BigDecimal) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- checkRange(Object, IPropertyInfo, BigDecimal) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- checkReferenceKey(Key) - Method in class gw.api.archiving.XmlExporterXmlWriterForArchiving
-
- checkReferenceKey(Key) - Method in class gw.api.importing.XmlExporter
-
This permits the caller to check the referenced items before they are created.
- checkScale(Object, IPropertyInfo, BigDecimal) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- checkSign(Object, IPropertyInfo, BigDecimal) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- CheckSpellingOnChange - Static variable in class gw.api.system.PLConfigParameters
-
If true, stepping off a spellcheck enabled field after making any change will invoke the spell checker for the field *
- CheckSpellingOnDemand - Static variable in class gw.api.system.PLConfigParameters
-
If true, any screen containing editable spellcheck enabled fields will have a spell check button in the the toolbar *
- checkTransactionId() - Static method in class gw.api.util.TransactionIdUtil
-
Throws a SOAPSenderException if the TransactionId has nopt been set in CommitOptions
- childAdded(N) - Method in interface gw.xml.parser2.XMLNodeStructureListener
-
- childElement(String, Class<T>) - Method in class gw.xml.parser2.PLXMLNode.LocalMDBuilder
-
- childElement(String, Class<T>) - Static method in class gw.xml.parser2.XMLNodeMetadataBuilder
-
Returns a child element builder.
- childElement(QName, Class<T>) - Static method in class gw.xml.parser2.XMLNodeMetadataBuilder
-
Returns a child element builder.
- childList(String, Class<T>) - Method in class gw.xml.parser2.PLXMLNode.LocalMDBuilder
-
- childList(String, Class<T>) - Static method in class gw.xml.parser2.XMLNodeMetadataBuilder
-
Returns a child list builder.
- childList(QName, Class<T>) - Static method in class gw.xml.parser2.XMLNodeMetadataBuilder
-
Returns a child list builder.
- childOf(Group) - Static method in class gw.api.databuilder.GroupBuilder
-
- childRemoved(N) - Method in interface gw.xml.parser2.XMLNodeStructureListener
-
- children() - Method in class gw.api.profiler.IterationInfoNode
-
- ChildrenPropertyInfo - Class in gw.xml.xsd.typeloader
-
- ChildrenPropertyInfo(ITypeInfo) - Constructor for class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- CHOICE - Static variable in class gw.xml.xsd.schema.XSDComplexType
-
- ChoiceNodeInstance - Class in gw.xml.xsd.info
-
- ChoiceNodeInstance() - Constructor for class gw.xml.xsd.info.ChoiceNodeInstance
-
- ChoiceNodeInstance(Object, int) - Constructor for class gw.xml.xsd.info.ChoiceNodeInstance
-
- chomp(String) - Static method in class gw.util.GosuStringUtil
-
Removes one newline from end of a String if it's there,
otherwise leave it alone.
- chomp(String, String) - Static method in class gw.util.GosuStringUtil
-
Removes separator from the end of
str if it's there, otherwise leave it alone.
- chompLast(String) - Static method in class gw.util.GosuStringUtil
-
- chompLast(String, String) - Static method in class gw.util.GosuStringUtil
-
- CHOOSE_OPTION - Static variable in class gw.api.database.optimizer.oracle.SetSemiJoinNestedLoops
-
Deprecated.
- chooseCancelOnNextConfirmation() - Method in interface gw.testharness.ISmokeTestHelper
-
When a web page normally makes a pop-up "Alert" message box, the smoke test will automatically supress the dialog.
- chop(String) - Static method in class gw.util.GosuStringUtil
-
Remove the last character from a String.
- chopNewline(String) - Static method in class gw.util.GosuStringUtil
-
- CICS - Class in gw.lang.parser
-
- CiHashMap<K extends java.lang.CharSequence,V> - Class in gw.util
-
- CiHashMap() - Constructor for class gw.util.CiHashMap
-
- CiHashMap(int) - Constructor for class gw.util.CiHashMap
-
- CiHashMap(int, float) - Constructor for class gw.util.CiHashMap
-
- CiHashMap(Map<? extends K, ? extends V>) - Constructor for class gw.util.CiHashMap
-
- CITY_MATCH - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- CITY_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- ClAIM_CONTACT_DENORM - Static variable in class gw.api.profiler.ProfilerTag
-
- ClAIM_PAYEE_DENORM - Static variable in class gw.api.profiler.ProfilerTag
-
- ClAIM_RECOVERY_DENORM - Static variable in class gw.api.profiler.ProfilerTag
-
- CLASS() - Static method in class gw.lang.ir.IRTypeConstants
-
- CLASS() - Static method in class gw.lang.reflect.java.JavaTypes
-
- CLASS - Static variable in class gw.pl.modules.ModuleTypeLoaderNode
-
- CLASS_MEMBER - Static variable in class gw.lang.reflect.Modifier
-
The code indicating something is a class member
- CLASS_NAME_ATTRIBUTE - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- ClassByteCodeAnalyzer - Class in gw.test
-
Analyzes byte code of Java classes.
- ClassByteCodeAnalyzer() - Constructor for class gw.test.ClassByteCodeAnalyzer
-
- classDefined(ICompilableType, byte[]) - Method in interface gw.lang.reflect.gs.IClassDefinitionListener
-
- classForNameIncludingPrimitives(String) - Static method in class gw.pl.util.ClassUtil
-
- ClassInfoUtil - Class in gw.lang.reflect.java
-
- ClassInfoUtil() - Constructor for class gw.lang.reflect.java.ClassInfoUtil
-
- ClassLoaderUtil - Class in gw.pl.util
-
Provides access to the appropriate ClassLoader
- ClassLoaderUtil() - Constructor for class gw.pl.util.ClassLoaderUtil
-
- ClasspathToGosuPathEntryUtil - Class in gw.lang.init
-
- ClasspathToGosuPathEntryUtil() - Constructor for class gw.lang.init.ClasspathToGosuPathEntryUtil
-
- ClassPathUtil - Class in gw.test
-
- ClassPathUtil() - Constructor for class gw.test.ClassPathUtil
-
- ClassType - Enum in gw.lang.reflect.gs
-
- ClassUtil - Class in gw.lang.reflect
-
Utility class to get unexposed type information for gosu classes
- ClassUtil() - Constructor for class gw.lang.reflect.ClassUtil
-
- ClassUtil - Class in gw.pl.util
-
- ClassUtil() - Constructor for class gw.pl.util.ClassUtil
-
- clean(String) - Static method in class gw.util.GosuStringUtil
-
- cleanAfterCompile() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- cleanAfterCompile() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- cleanseCurrency(CurrencyAmount) - Static method in class gw.api.util.CurrencyUtil
-
- cleanup() - Static method in class gw.lang.reflect.gs.GosuClassPathThing
-
- cleanupWeakReferences() - Static method in class gw.lang.parser.CICS
-
- clear() - Method in class gw.api.assignment.AssignmentSearchResult
-
Clear the criteria entirely; after this all of the methods to get users, groups or queues will return
empty query processors.
- clear() - Method in class gw.lang.reflect.FeatureManager
-
- clear() - Method in class gw.lang.reflect.MethodList
-
- clear() - Method in class gw.lang.reflect.PropertyNameMap
-
- clear() - Method in class gw.pl.util.EmptyMap
-
- clear() - Static method in class gw.pl.util.FileUtil.LocalCleanupTimer
-
- clear() - Method in class gw.pl.util.ScopedThreadLocal
-
- clear() - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Clears the entire header by setting its element values to null.
- clear() - Method in class gw.rules.RuleSetCache
-
- clear() - Method in class gw.util.cache.FqnCache
-
- clear() - Method in class gw.util.cache.FqnCacheNode
-
- clear() - Method in interface gw.util.cache.IFqnCache
-
- clear() - Method in class gw.util.cache.WeakFqnCache
-
- clear() - Method in class gw.util.CaseInsensitiveSet
-
- clear() - Method in class gw.util.CiHashMap
-
- clear() - Method in class gw.util.concurrent.Cache
-
- clear() - Method in class gw.util.concurrent.ConcurrentHashSet
-
- clear() - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- clear() - Method in class gw.util.concurrent.LockingLazyVar
-
- clear() - Method in class gw.util.concurrent.LocklessLazyVar
-
- clear() - Method in class gw.util.DerivedKeyHashMap
-
- clear() - Method in class gw.util.DynamicArray
-
Removes all of the elements from this list.
- clear() - Method in class gw.util.IdentitySet
-
- clear() - Method in class gw.util.perf.InvocationCounter
-
- clear() - Method in class gw.util.ScopedMap
-
- clear() - Method in class gw.util.SpaceEfficientHashMap
-
- clear() - Method in class gw.util.Stack
-
- clear() - Method in class gw.xml.XMLNodeAttributeMap
-
- clear() - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- CLEAR_TABLE - Static variable in class gw.api.profiler.ProfilerTag
-
- clearAddressBookFingerprint() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
- clearAllCaches() - Method in class gw.fs.physical.fast.FastPhysicalFileSystem
-
- clearAllCaches() - Method in class gw.fs.physical.FullCachingPhysicalFileSystem
-
- clearAllCaches() - Method in class gw.fs.physical.FuzzyTimestampCachingPhysicalFileSystem
-
- clearAllCaches() - Method in class gw.fs.physical.generic.GenericPhysicalFileSystem
-
- clearAllCaches() - Method in interface gw.fs.physical.IPhysicalFileSystem
-
- clearAllCaches() - Method in class gw.fs.physical.win32.Win32PhysicalFileSystem
-
- clearAllCaches() - Method in interface gw.lang.reflect.module.IFileSystem
-
- clearAllCategoryScores() - Method in interface gw.ab.addressbook.entity.ABContact
-
Clears all categoryscores associated with this contact.
- clearAllTokens() - Static method in class gw.api.contact.ContactTokenThreadLocal
-
Clears all tokens
- clearAndReleaseAll() - Method in class gw.pl.util.webservices.SimplePool
-
- clearAndReleaseAll() - Method in class gw.pl.util.webservices.ThreadSafeProxy
-
Clear the pool of class instances.
- clearAssignment(Assignable) - Static method in class gw.assignment.AssignmentTestUtilBase
-
- clearBccRecipients() - Method in class gw.api.email.Email
-
Clears the BCC list
- clearCache() - Method in class gw.plugin.solr.SolrRecordMap
-
- clearCacheEntriesForContact(ABContact) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
Clears any DiffDisplays for PendingUpdates for the contact passed in from the DiffDisplay cache.
- clearCaches() - Method in interface gw.fs.IDirectory
-
- clearCaches() - Method in class gw.fs.jar.JarEntryDirectoryImpl
-
- clearCaches() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- clearCaches() - Method in class gw.fs.physical.PhysicalDirectoryImpl
-
- clearCaches() - Method in interface gw.lang.reflect.ITypeRefFactory
-
- clearCaches() - Method in class gw.pl.util.FilteringDirectory
-
- clearCcRecipients() - Method in class gw.api.email.Email
-
Clears the CC list
- clearChildList(XMLChildListDeclaration<T>) - Method in class gw.xml.parser2.PLXMLNode
-
- clearChildren() - Method in class gw.xml.AbstractXMLNode
-
- clearCookie() - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
- clearDefaultSymbolTable() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- clearDeletableDirectory(long) - Static method in class gw.pl.util.FileUtil
-
This will delete files from the deletable directory older than a specific age
- clearDependencies() - Method in class gw.pl.util.internal.DependenciesBase
-
- clearDir(File) - Static method in class gw.pl.util.FileUtil
-
- clearDirectoryCaches(ResourcePath) - Method in class gw.fs.physical.fast.FastPhysicalFileSystem
-
- clearDirectoryCaches(ResourcePath) - Method in class gw.fs.physical.FullCachingPhysicalFileSystem
-
- clearDirectoryCaches(ResourcePath) - Method in class gw.fs.physical.FuzzyTimestampCachingPhysicalFileSystem
-
- clearDirectoryCaches(ResourcePath) - Method in class gw.fs.physical.generic.GenericPhysicalFileSystem
-
- clearDirectoryCaches(ResourcePath) - Method in interface gw.fs.physical.IPhysicalFileSystem
-
- clearDirectoryCaches(ResourcePath) - Method in class gw.fs.physical.win32.Win32PhysicalFileSystem
-
- clearDocuments() - Method in class gw.api.email.Email
-
- clearErrors() - Static method in class gw.api.util.DataImportTestUtil
-
- clearErrorTable() - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to clear the error tables.
- clearErrorTable() - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- clearErrorTypes() - Method in interface gw.lang.reflect.ITypeSystem
-
- clearErrorTypes() - Static method in class gw.lang.reflect.TypeSystem
-
- clearExclusionTable() - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to clear the exclusion table.
- clearExclusionTable() - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- clearFailures() - Method in interface gw.pl.archiving.entity.ArchiveFailure
-
Resets all root infos with this failure, i.e. they are no longer excluded from archive
- clearFilters() - Method in interface gw.api.database.IQueryResult
-
Clears all filters on this query.
- clearFilters() - Method in class gw.api.database.QueryBeanResultWithSummary
-
Overridden to clear all filters from the summary query
as well as the primary query.
- clearGosuTemplateCache() - Static method in class gw.api.tools.InternalToolsUtil
-
- clearHeader(String) - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Clears the header for the specified headerName.
- clearHeaders() - Method in class gw.api.email.Email
-
- clearInstanceFields() - Method in class gw.testharness.v3.PLTestClass
-
- clearLocalCleanupTimer() - Static method in class gw.pl.util.FileUtil
-
Will clear the temporary directory and get rid of the timer.
- clearLoginCookies() - Static method in class gw.api.util.LoginForm
-
- clearMessages() - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- clearNoLock() - Method in class gw.util.concurrent.LockingLazyVar
-
- clearNonDefaultTypeUses() - Method in interface gw.lang.parser.ITypeUsesMap
-
Clears all types not in the default set of types;
- clearOfficialIDs() - Method in class gw.api.databuilder.ContactBuilder
-
- clearParseExceptions() - Method in interface gw.lang.parser.IParsedElement
-
- clearParseTreeInformation() - Method in interface gw.lang.parser.IParsedElement
-
- clearParseTreeInformation() - Method in interface gw.lang.parser.IParseTree
-
- clearParseWarnings() - Method in interface gw.lang.parser.IParsedElement
-
- clearProductionTables(String) - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
- clearResolveWithFuturePeriods() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Clear notification that a future bound period existed when this branch was
promoted.
- clearSessionId() - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Clears the session ID by setting the Globals.GW_AUTHENTICATION_SECURITY_TOKEN_CONTEXT_PROPERTY to null.
- clearSortColumns() - Method in interface gw.api.database.IQueryResult
-
Deprecated.
use orderBy or orderByDescending instead
- clearSortColumns() - Method in class gw.plugin.solr.SolrQueryProcessor
-
- clearStagingTables() - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to clear all staging tables.
- clearStagingTables() - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- clearStagingTables(String) - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
- clearThreadLocal(ThreadLocal) - Static method in class gw.lang.GosuShop
-
- clearThreadLocalValidationResult() - Static method in class gw.api.validation.ValidationResult
-
Clears out the thread-local validation result.
- clearToRecipients() - Method in class gw.api.email.Email
-
- clearTypeNames() - Method in class gw.lang.reflect.TypeLoaderBase
-
- click() - Method in class gw.smoketest.platform.web.CheckboxOptionElement
-
Clicks the option to toggle it's "checked" state.
- click() - Method in class gw.smoketest.platform.web.CheckboxValueElement
-
Clicks this checkbox to toggle its value
- click() - Method in class gw.smoketest.platform.web.ClickableActionElement
-
Invokes action on this element
- click() - Method in class gw.smoketest.platform.web.OptionElement
-
Clicks the option to select it
- click() - Method in class gw.smoketest.platform.web.OptionElementForMulti
-
Clicks the option to select it.
- click(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Clicks the given link element.
- ClickableActionElement - Class in gw.smoketest.platform.web
-
Class description...
- ClickableActionElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.ClickableActionElement
-
- ClickableActionElement(ISmokeTest, PCFElementId, boolean) - Constructor for class gw.smoketest.platform.web.ClickableActionElement
-
- clickByLabelSubstr(String) - Method in class gw.smoketest.platform.web.SelectElement
-
Clicks the first option whose label contains str, ignoring case
- clickFirstOptionWithMatchingLabel(SelectElement.Condition) - Method in class gw.smoketest.platform.web.SelectElement
-
- clickFirstOptionWithMatchingValue(SelectElement.Condition) - Method in class gw.smoketest.platform.web.SelectElement
-
- clickLinkWithText(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- clickNoWait(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Clicks the given link element but don't wait for the page to load
This is used for the case where the browser is opening an external program
- clickSelf() - Method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
Clicks this menu link
- clickThis(Class<T>) - Method in class gw.smoketest.platform.web.PCFElement
-
Helper method to click this element.
- ClientSystemPlugin - Interface in gw.plugin
-
Defines the contract for integration to an external client system.
- ClobColDataDist - Interface in gw.pl.database.entity
-
ClobColDataDist
Stores bean version data distributions.
- ClobPersistenceHandler - Class in gw.datatype.impl
-
Class description...
- ClobPersistenceHandler(Boolean) - Constructor for class gw.datatype.impl.ClobPersistenceHandler
-
- clone() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- clone() - Method in interface gw.lang.parser.IScope
-
Enforce a cloneable contract.
- clone() - Method in class gw.lang.parser.StandardScope
-
- clone() - Method in interface gw.lang.reflect.gs.IGenericTypeVariable
-
- clone() - Method in class gw.lang.reflect.MethodList
-
- clone() - Method in class gw.util.CiHashMap
-
- clone() - Method in class gw.util.DynamicArray
-
Returns a shallow copy of this ArrayList instance.
- clone() - Method in class gw.xml.AbstractXMLNode
-
Creates a new copy of this node tree.
- cloneMap(Map<K, V>) - Static method in class gw.pl.util.CollectionUtil
-
- close() - Method in class gw.api.print.PrintAction
-
Performs any final cleanup necessary.
- close() - Method in interface gw.api.profiler.ProfilerFrame
-
From AutoCloseable.
- close() - Method in class gw.api.profiler.ProfilerTag
-
- close() - Method in class gw.api.util.RTFFilterWriter
-
- close() - Method in class gw.pl.io.BOMAwareInputStream
-
- close() - Method in class gw.pl.util.xml.XMLCodec
-
- close(Closeable...) - Static method in class gw.util.StreamUtil
-
Closes the specified streams, suppressing any IOExceptions for inputstreams and readers.
- CLOSE_CONNECTION - Static variable in class gw.api.profiler.ProfilerTag
-
- closeActiveWorksheet() - Static method in class gw.api.web.workspace.WorkspaceUtil
-
Completely closes the active worksheet.
- closed(T, T) - Static method in class gw.api.util.Range
-
Returns the closed interval [start, end].
- closed(Comparator<? super T>, T, T) - Static method in class gw.api.util.Range
-
Returns the closed interval [start, end].
- closedOpen(T, T) - Static method in class gw.api.util.Range
-
Returns the half-open interval [start, end).
- closedOpen(Comparator<? super T>, T, T) - Static method in class gw.api.util.Range
-
Returns the half-open interval [start, end).
- closeHandles(Reader, Writer) - Static method in class gw.pl.util.LineBreakUtil
-
- closeNoThrow(Closeable) - Static method in class gw.util.StreamUtil
-
Close and swallow exception the exception.
- closeStderr() - Method in class gw.util.ShellProcess
-
- closeStdin() - Method in class gw.util.ShellProcess
-
- closeStdout() - Method in class gw.util.ShellProcess
-
- closeWorksheet() - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- closeWorksheetIfActiveAndRefreshTop(Location) - Static method in class gw.api.web.workspace.WorkspaceUtil
-
Closes the worksheet very carefully, doing nothing if it's not the active one.
- CLUSTER_MESSAGE_RECEIVED - Static variable in class gw.api.profiler.ProfilerTag
-
- ClusterBroadcastTransport - Interface in gw.plugin.cluster
-
Used to send broadcast notifications with the Guidewire cluster.
- ClusterBroadcastTransportCallback - Interface in gw.plugin.cluster
-
Callback interface used by broadcast transport plugins to notify the channel when notifications are received from
other cluster members.
- ClusterBroadcastTransportFactory - Interface in gw.plugin.cluster
-
Plugin used to send broadcast notifications with the Guidewire cluster.
- ClusterChannelCallback - Interface in gw.plugin.cluster
-
Callback interface used by transport plugins to interact with the channel
User: akorostov
Date: 2/28/13
- ClusterClockChangeDelaySeconds - Static variable in class gw.api.system.PLConfigParameters
-
Non-production only: time to delay before changing clock in a cluster
- ClusteredServer - Class in gw.api.tools
-
Data object for holding information about current status of the clustered server node.
- ClusteredServer(String, boolean, String, ClusterMemberData) - Constructor for class gw.api.tools.ClusteredServer
-
- ClusterInfoData - Class in gw.api.tools
-
Helper object for Cluser Info page.
- ClusterInfoData() - Constructor for class gw.api.tools.ClusterInfoData
-
- ClusteringEnabled - Static variable in class gw.api.system.PLConfigParameters
-
Whether clustering is enabled *
- ClusterMember - Class in gw.testharness.clustering
-
Handle to the remote server.
- ClusterMember(String, String, boolean, ServerInstance, ClusterTest) - Constructor for class gw.testharness.clustering.ClusterMember
-
Creates a handle to remote server
- ClusterMemberData - Interface in gw.pl.clusterinfo.entity
-
ClusterMemberData
- ClusterMemberPurgeDaysOld - Static variable in class gw.api.system.PLConfigParameters
-
The number of days to keep cluster members records before they can be deleted *
- ClusterMemberRecordUpdateIntervalSecs - Static variable in class gw.api.system.PLConfigParameters
-
Cluster member database record update interval (in seconds).
- ClusterMulticastAddress - Static variable in class gw.api.system.PLConfigParameters
-
The IP multicast address used to communicate with the other members of the cluster.
- ClusterMulticastPort - Static variable in class gw.api.system.PLConfigParameters
-
The port used to communicate with other members of the cluster.
- ClusterMulticastTTL - Static variable in class gw.api.system.PLConfigParameters
-
The time to live for cluster multicast packets..
- ClusterProtocolStack - Static variable in class gw.api.system.PLConfigParameters
-
The cluster protocol stack string
- ClusterProtocolStackOption1 - Static variable in class gw.api.system.PLConfigParameters
-
This is a local option that can contain other parameters for the ClusterProtocolStack, it is referenced in the stack as ${option1}.
- ClusterProtocolStackOption2 - Static variable in class gw.api.system.PLConfigParameters
-
This is a local option that can contain other parameters for the ClusterProtocolStack, it can be referenced in the stack as ${option2}
- ClusterStatisticsMonitorIntervalMins - Static variable in class gw.api.system.PLConfigParameters
-
Number of minutes between each cluster statistics monitor logging (0 means disable statistics logging).
- ClusterTest - Class in gw.testharness.clustering
-
- ClusterTest() - Constructor for class gw.testharness.clustering.ClusterTest
-
- ClusterTestEnvironment - Class in gw.testharness.clustering
-
Test environment for automated clustering tests.
- ClusterTestEnvironment() - Constructor for class gw.testharness.clustering.ClusterTestEnvironment
-
- ClusterTestManager - Class in gw.testharness.clustering
-
- ClusterTestManager(ClusterTestEnvironment, boolean) - Constructor for class gw.testharness.clustering.ClusterTestManager
-
- ClusterTestSuite - Class in gw.testharness.clustering
-
Base class for clustering test suites.
- ClusterTestSuite() - Constructor for class gw.testharness.clustering.ClusterTestSuite
-
- ClusterTestUtil - Class in gw.testharness.clustering
-
- ClusterTestUtil() - Constructor for class gw.testharness.clustering.ClusterTestUtil
-
- ClusterTransport - Interface in gw.plugin.cluster
-
Basic cluster transport protocol methods.
- ClusterUnicastTransport - Interface in gw.plugin.cluster
-
Used to perform a remote point-to-point call within the Guidewire cluster.
- ClusterUnicastTransportCallback - Interface in gw.plugin.cluster
-
Callback interface used by unicast transport plugins to notify the channel when requests are received from
other cluster members.
- ClusterUnicastTransportFactory - Interface in gw.plugin.cluster
-
Plugin used to perform a remote point-to-point call within the Guidewire cluster.
- CmdLineToolBase - Class in gw.pl.util.webservices
-
CmdLineTooBase will automatically parse server URL, username, password from
command line, and will log in and log out before and after an API call.
- CmdLineToolBase(Option[], String, Class) - Constructor for class gw.pl.util.webservices.CmdLineToolBase
-
Constructs a new object.
- CmdOptionBuilder - Class in gw.pl.util.webservices
-
A class to serve as an anti-corruption layer to build the command line options
- Coalesce(Object...) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
Returns a coalesce function over the expression list.
- Coalesce(JdbcType, Object...) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
Returns a coalesce function over the expression list.
- codeLines - Variable in class gw.util.perf.codestats.FileInfo
-
- coerce(Object, IType) - Static method in class gw.lang.reflect.ReflectUtil
-
- coerceArgsIfNecessary(IParameterInfo[], Object...) - Static method in class gw.lang.reflect.ReflectUtil
-
- coerceToStringArray(Object) - Static method in class gw.document.TemplatePluginUtils
-
This will ensure that the object is a string array
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.BasePHighPriorityCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.BasePrimitiveCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.BigDecimalCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.BigIntegerCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.BlockCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.BooleanCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.ByteCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.CharCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.DateCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.DoubleCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.FloatCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.FunctionFromInterfaceCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.FunctionToInterfaceCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.GosuArrayToJavaArrayCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.IdentityCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.IMonitorLockCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.IntCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.LongCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.MetaTypeToClassCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.NonWarningStringCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.PrimitiveCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.PriorityDelegatingCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.RegExpMatchToBooleanCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.RuntimeCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.ShortCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.StringBufferCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.StringBuilderCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.StringCoercer
-
- coerceValue(IType, Object) - Method in class gw.lang.parser.coercers.TypeVariableCoercer
-
- coerceValue(IType, Object) - Method in interface gw.lang.parser.ICoercer
-
- coercionRequiresWarningIfImplicit(IType, IType, boolean) - Method in interface gw.lang.parser.ICoercionManager
-
- coercionRequiresWarningIfImplicit(IType, IType) - Method in interface gw.lang.parser.ICoercionManager
-
- coercionRequiresWarningIfImplicit(IType, IType) - Method in class gw.lang.parser.StandardCoercionManager
-
- coercionRequiresWarningIfImplicit(IType, IType, boolean) - Method in class gw.lang.parser.StandardCoercionManager
-
- collapse() - Method in interface gw.lang.parser.IToken
-
- collapseToken() - Method in interface gw.lang.parser.IFullParserState
-
Collapses the token captured by this parser state, if possible
- COLLECT_OUT_OF_SEQUENCE_CHANGE_DIFFS - Static variable in class gw.api.profiler.ProfilerTag
-
- collectCompilationStatistics() - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- CollectingVisitor<T> - Class in gw.api.graph
-
Simple visitor that collects visited nodes into a Set.
- CollectingVisitor() - Constructor for class gw.api.graph.CollectingVisitor
-
Creates the visitor.
- CollectingVisitor(Predicate<T>) - Constructor for class gw.api.graph.CollectingVisitor
-
Creates the visitor with a filter.
- COLLECTION() - Static method in class gw.lang.reflect.java.JavaTypes
-
- collectionOfCollectionsIterator(Collection) - Static method in class gw.pl.util.CollectionUtil
-
- CollectionUtil - Class in gw.pl.util
-
Utilities to do typed get/set on a java.util.Map
- CollectionUtil() - Constructor for class gw.pl.util.CollectionUtil
-
- CollectionUtil.Closure<T> - Interface in gw.pl.util
-
- collectNames(Set<String>, String) - Method in class gw.util.cache.FqnCacheNode
-
- ColoringDotFormatter<T> - Class in gw.api.graph.print
-
A decorating DotFormatter that colors nodes and/or edges.
- ColoringDotFormatter(DotFormatter<T>) - Constructor for class gw.api.graph.print.ColoringDotFormatter
-
Creates a ColoringDotFormatter with the given delegate.
- ColumnRef - Interface in gw.api.database
-
Represents a reference to a column from a table.
- COM_SUN_CLASS_PREFIX - Static variable in interface gw.lang.reflect.module.IClassPath
-
- COMMAND_CALL - Static variable in class gw.testharness.clustering.NodeControllerServlet
-
- COMMAND_PING - Static variable in class gw.testharness.clustering.NodeControllerServlet
-
- CommandFailedException - Exception in gw.util
-
- CommandFailedException(int, String) - Constructor for exception gw.util.CommandFailedException
-
- CommandLineAccess - Class in gw.lang.cli
-
- CommandLineAccess() - Constructor for class gw.lang.cli.CommandLineAccess
-
- comment(char[], int, int) - Method in class gw.xml.XMLNodeLexicalHandler
-
- commentChar(int) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- commit() - Method in interface gw.pl.persistence.core.Bundle
-
Commits this bundle to the database.
- commit() - Method in class gw.pl.util.xml.XMLCodec
-
- COMMIT_SIZE - Static variable in class gw.api.webservice.zone.ZoneImportHelper
-
- COMMIT_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- commitBundleIgnoreAllRules(Bundle) - Static method in class gw.api.testdata.TestDataUtil
-
Commit the bundle with no rules - pre update, validation and messaging rules will all be disabled.
- commitBundleIgnoreMessageGeneration(Bundle) - Static method in class gw.api.testdata.TestDataUtil
-
Commit the bundle with message generation turned off.
- commitBundleIgnorePreUpdateRules(Bundle) - Static method in class gw.api.testdata.TestDataUtil
-
Commit the bundle with pre update rules turned off.
- commitBundleWithoutValidation(Bundle) - Static method in class gw.api.testdata.TestDataUtil
-
Commit the bundle without performing validation.
- commitChanges() - Method in class gw.api.admin.ImportDataInfo
-
Commit the imported data according to the current resolution strategy.
- CommitException - Exception in gw.plugin.messaging
-
Exception that is thrown by AckHandler to indicate that the ack
could not be committed to the database.
- CommitException() - Constructor for exception gw.plugin.messaging.CommitException
-
Exception that is thrown by AckHandler to indicate that the ack
could not be committed to the database.
- CommitException(String) - Constructor for exception gw.plugin.messaging.CommitException
-
Exception that is thrown by AckHandler to indicate that the ack
could not be committed to the database.
- CommitException(String, Throwable) - Constructor for exception gw.plugin.messaging.CommitException
-
Exception that is thrown by AckHandler to indicate that the ack
could not be committed to the database.
- commitImportedBundle(Bundle, String[], long) - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
This will commit the bundle and create an import result.
- CommonContact - Interface in gw.pl.contact.entity
-
CommonContactStubI
- CommonContactAddress - Interface in gw.pl.contact.entity
-
CommonContactAddress
null
- CommonContactContact - Interface in gw.pl.contact.entity
-
CommonContactContactStubI.
- CommonServices - Class in gw.config
-
- compactAndLockHashMap(HashMap<S, T>) - Static method in class gw.pl.util.CollectionUtil
-
Returns a compacted and locked map representing the map passed in.
- compactAndLockHashMap(HashMap<S, T>) - Static method in class gw.util.GosuCollectionUtil
-
Returns a compacted and locked map representing the map passed in.
- compactAndLockList(List<T>) - Static method in class gw.pl.util.CollectionUtil
-
Returns a compacted
- compactAndLockList(List<T>) - Static method in class gw.util.GosuCollectionUtil
-
Returns a compacted and locked list representing the list passed in.
- Company - Interface in gw.pl.contact.entity
-
Company
Information about a company.
- CompanyBuilder - Class in gw.api.databuilder
-
- CompanyBuilder() - Constructor for class gw.api.databuilder.CompanyBuilder
-
- CompanyBuilderBase<T extends Company,B extends CompanyBuilderBase<T,B>> - Class in gw.api.databuilder
-
Base class for
Person builders.
- CompanyBuilderBase(IType, int) - Constructor for class gw.api.databuilder.CompanyBuilderBase
-
- CompanyBuilderBase(IType, int, boolean) - Constructor for class gw.api.databuilder.CompanyBuilderBase
-
- CompanyVendor - Interface in gw.pl.contact.entity
-
CompanyVendor
Contact type representing vendors that are companies.
- COMPARABLE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- COMPARABLE_INTERVAL() - Static method in class gw.lang.reflect.java.JavaTypes
-
- ComparableInterval<E extends java.lang.Comparable<E>> - Class in gw.lang.reflect.interval
-
- ComparableInterval(E, E) - Constructor for class gw.lang.reflect.interval.ComparableInterval
-
- ComparableInterval(E, E, boolean, boolean, boolean) - Constructor for class gw.lang.reflect.interval.ComparableInterval
-
- ComparableUtil - Class in gw.pl.util
-
Useful methods for dealing with Comparables.
- ComparableUtil() - Constructor for class gw.pl.util.ComparableUtil
-
- compare(T, T) - Method in class gw.api.bean.compare.PropertyMatchPrioritizer
-
This method compares how well, relatively, potentialMatch1 and potentialMatch2 match the
reference bean that was passed to the constructor.
- compare(IQueryablePropertyInfo, Relop, Object) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column against a value given an operation type.
- compare(DBFunction, Relop, Object) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column wrapped by a SQL function against a value given an operation type.
- compare(ColumnRef, Relop, Object) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column from another table against a value given an operation type.
- compare(IQueryablePropertyInfo, Range) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column against a range.
- compare(DBFunction, Range) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column wrapped by a SQL function against a range.
- compare(IQueryablePropertyInfo, Relop, Object) - Method in class gw.api.database.Query
-
Compares a column against a value given an operation type.
- compare(DBFunction, Relop, Object) - Method in class gw.api.database.Query
-
Compares a column wrapped by a SQL function against a value given an operation type.
- compare(ColumnRef, Relop, Object) - Method in class gw.api.database.Query
-
Compares a column from another table against a value given an operation type.
- compare(IQueryablePropertyInfo, Range) - Method in class gw.api.database.Query
-
Compares a column against a range.
- compare(DBFunction, Range) - Method in class gw.api.database.Query
-
Compares a column wrapped by a SQL function against a range.
- compare(IBeforeUpgradeReadOnlyColumn, Relop, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a value given an operation type.
- compare(String, Relop, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a value given an operation type.
- compare(IBeforeUpgradeDBFunction, Relop, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a function against a value given an operation type.
- compare(IBeforeUpgradeColumnRef, Relop, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a value given an operation type.
- compare(IBeforeUpgradeReadOnlyColumn, Range) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range.
- compare(String, Range) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range.
- compare(IBeforeUpgradeDBFunction, Range) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a function against a range.
- compare(IBeforeUpgradeColumnRef, Range) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a value given an operation type.
- compare(CurrencyAmount, CurrencyAmount) - Static method in class gw.api.financials.CurrencyAmount
-
Compares two money amounts, which may be null.
- compare(Graph<KeyableBean>, Graph<KeyableBean>) - Method in class gw.api.graph.compare.EntityGraphComparer
-
Compares the source to the compare graph by traversing the source graph and evaluating matches
in the compare graph.
- compare(ReadableGraph<KeyableBean>, ReadableGraph<KeyableBean>) - Method in class gw.api.graph.compare.EntityGraphComparer
-
Compares the source to the compare graph by traversing the source graph and evaluating matches
in the compare graph.
- compare(Graph<T>, Graph<T>) - Method in interface gw.api.graph.compare.GraphComparer
-
Performs a comparison of the two graphs.
- compare(ITypekeyPropertyInfo, ITypekeyPropertyInfo) - Method in class gw.entity.ITypekeyPropertyInfo.TypeKeyFilteringDependencyComparator
-
- compare(Object, Object) - Method in class gw.lang.enhancements.BlockSortByComparator
-
- compare(Object, Object) - Method in class gw.lang.enhancements.BlockSortComparator
-
- compare(Comparable, Comparable) - Static method in class gw.pl.util.ComparableUtil
-
Compares two Comparables in a null-safe fashion (null is considered less than all other objects except
for null, to which it is equivalent).
- compare(File, File) - Static method in class gw.pl.util.FileUtil
-
Returns the file relationship comparing ancestor and descendant.
- compareABContact(ABContact, ABContact) - Method in class gw.api.contact.pendingchanges.ABContactCompare
-
Compares the existing contact to the new contact.
- compareBeans(KeyableBean, KeyableBean, int) - Method in class gw.api.diff.DiffUtils
-
Do a comparison of two bean graphs.
- compareField(KeyableBean, KeyableBean, IPropertyInfo, int) - Method in class gw.api.diff.DiffUtils
-
Do a comparison of a field.
- compareIgnoreCase(IQueryablePropertyInfo, Relop, Object) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a character-based column against a character-based value given an operation type.
- compareIgnoreCase(ColumnRef, Relop, Object) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a character-based column against a character-based value given an operation type.
- compareIgnoreCase(IQueryablePropertyInfo, Relop, Object) - Method in class gw.api.database.Query
-
Compares a character-based column against a character-based value given an operation type.
- compareIgnoreCase(ColumnRef, Relop, Object) - Method in class gw.api.database.Query
-
Compares a character-based column against a character-based value given an operation type.
- compareIgnoreTime(Date, Date) - Static method in class gw.api.util.DateUtil
-
Compares only the date components of two dates, the time component is
ignored.
- compareIn(IQueryablePropertyInfo, Collection<?>) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column against a range of values using an in clause
- compareIn(DBFunction, Collection<?>) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a function against a range of values using an in clause
- compareIn(IQueryablePropertyInfo, Collection<?>) - Method in class gw.api.database.Query
-
Compares a column against a range of values using an in clause
- compareIn(DBFunction, Collection<?>) - Method in class gw.api.database.Query
-
Compares a function against a range of values using an in clause
- compareIn(IBeforeUpgradeReadOnlyColumn, Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using an in clause
- compareIn(String, Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using an in clause
- compareIn(IBeforeUpgradeColumnRef, Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using an in clause.
- compareIn(IBeforeUpgradeReadOnlyColumn, Collection<?>) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using an in clause
- compareIn(String, Collection<?>) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using an in clause
- compareIn(IBeforeUpgradeColumnRef, Collection<?>) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using an in clause.
- compareMultiCurrency(CurrencyAmount, CurrencyAmount) - Static method in class gw.api.financials.CurrencyAmount
-
Compares two money amounts, which may be null.
- compareMultiCurrency(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Compares this currency amount with another, which may be of a different currency.
- compareNotIn(IQueryablePropertyInfo, Collection<?>) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a column against a range of values using a not in clause
- compareNotIn(DBFunction, Collection<?>) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a function against a range of values using a not in clause
- compareNotIn(IQueryablePropertyInfo, Collection<?>) - Method in class gw.api.database.Query
-
Compares a column against a range of values using a not in clause
- compareNotIn(DBFunction, Collection<?>) - Method in class gw.api.database.Query
-
Compares a function against a range of values using a not in clause
- compareNotIn(IBeforeUpgradeReadOnlyColumn, Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using a not in clause
- compareNotIn(String, Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using a not in clause
- compareNotIn(IBeforeUpgradeColumnRef, Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using a not in clause.
- compareNotIn(IBeforeUpgradeReadOnlyColumn, Collection<?>) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using a not in clause
- compareNotIn(String, Collection<?>) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using a not in clause
- compareNotIn(IBeforeUpgradeColumnRef, Collection<?>) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a column against a range of values using a not in clause.
- compareTo(BusCalType) - Method in class gw.api.activity.BusCalType
-
- compareTo(Object) - Method in class gw.api.diff.DiffItem
- compareTo(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Compares this currency amount with another by comparing their numeric amounts.
- compareTo(CurrencyAmountPair) - Method in class gw.api.financials.CurrencyAmountPair
-
- compareTo(Object) - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Sorts based on entity name.
- compareTo(Object) - Method in class gw.api.tools.CacheStatistics.StackTraceFrequencyEntry
-
Deprecated.
- compareTo(Object) - Method in class gw.api.tools.DatabaseInfo.TableWithUnusedColumnInfo
-
- compareTo(Object) - Method in class gw.api.tools.LoadStepDisplayable
-
- compareTo(Object) - Method in class gw.api.tools.LocationUsageStat
-
- compareTo(Object) - Method in class gw.api.tools.PickerRow
-
- compareTo(Object) - Method in class gw.api.tools.SetLogLevelData.LevelComparable
-
- compareTo(Object) - Method in class gw.api.tools.SharedSectionUsageStat
-
- compareTo(StatisticsCollector<S, T>.FormattedDouble) - Method in class gw.api.util.stats.StatisticsCollector.FormattedDouble
-
- compareTo(Duration) - Method in class gw.api.web.tools.Duration
-
- compareTo(GosuVersion) - Method in class gw.lang.GosuVersion
-
- compareTo(IGosuMode) - Method in class gw.lang.mode.GosuMode
-
- compareTo(Object) - Method in class gw.lang.reflect.gs.TypeName
-
- compareTo(MethodScore) - Method in class gw.lang.reflect.MethodScore
-
- compareTo(Object) - Method in class gw.pl.activity.entity.Activity.ActivityTip
-
- compareTo(MonetaryAmount) - Method in class gw.pl.currency.MonetaryAmount
-
Compares this currency amount with another by comparing their numeric amounts.
- compareTo(Key) - Method in class gw.pl.persistence.core.Key
-
- compareTo(Object) - Method in class gw.pl.util.PropertyTree
-
Compares with another PropertyTree.
- compareTo(TestSpec) - Method in class gw.test.TestSpec
-
- compareTo(Object) - Method in class gw.xml.FileNameAndLineNumber
-
- compareTo(IXMLParseIssue) - Method in class gw.xml.parser2.XMLParseIssue
-
- compareValues(Object, Object) - Static method in class gw.api.util.LocaleUtil
-
Compare two values taking into account the current locale's SortCollation setting.
- compile(String, List<String>) - Method in class gw.lang.gosuc.Gosuc
-
- compile(IModule, List<String>) - Method in class gw.lang.gosuc.Gosuc
-
- compile(GosucProject, Collection<? extends CharSequence>) - Method in class gw.lang.gosuc.GosucCompiler
-
- compile(String, List<String>) - Method in interface gw.lang.gosuc.IGosuc
-
- compile(IModule, List<String>) - Method in interface gw.lang.gosuc.IGosuc
-
- compile(IRClass, boolean) - Method in interface gw.lang.ir.IRClassCompiler
-
- compile(ISymbolTable) - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- compile() - Method in interface gw.lang.reflect.ICompilable
-
- compileExpression(String) - Static method in class gw.util.GosuTestUtil
-
- compileExpression(String, String, IType) - Static method in class gw.util.GosuTestUtil
-
- compileExpression(String, String, IType, String, IType) - Static method in class gw.util.GosuTestUtil
-
- compileExpression(String, ISymbolTable) - Static method in class gw.util.GosuTestUtil
-
- compileExpression(String, ISymbolTable, boolean) - Static method in class gw.util.GosuTestUtil
-
- compileExpression(String, boolean) - Static method in class gw.util.GosuTestUtil
-
- compileFields() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- compileProgram(String, ISymbolTable) - Static method in class gw.util.GosuTestUtil
-
- compileToJava(IRClass) - Method in interface gw.lang.ir.IRClassCompiler
-
- complete(String) - Method in class gw.api.webservice.workflow.WorkflowAPIImpl
-
Sets the state of the workflow with public ID workflowID
to WorkflowState#TC_COMPLETED.
- complete() - Method in interface gw.pl.activity.entity.Activity
-
Completes an activity
- completed(long, long, String, String, int, long) - Method in class gw.config.DefaultGosuProfilingService
-
This will log a profiling event, note that the start time and end times should have been captured
from the same clock, for example IEntityAccess.getCurrentTime().
- completed(long, long, String, String, int, long) - Method in interface gw.config.IGosuProfilingService
-
This will log a profiling event, note that the start time and end times should have been captured
from the same clock, for example IEntityAccess.getCurrentTime().
- completed(ProcessHistory, int) - Method in interface gw.plugin.workqueue.IBatchCompletedNotification
-
Called when a batch process completes...
- COMPLEX_CONTENT - Static variable in class gw.xml.xsd.schema.XSDComplexType
-
- ComplexLCS<T,D extends Diffable<D>> - Class in gw.pl.util.diff.lcs
-
Class description...
- ComplexLCS(T[], T[]) - Constructor for class gw.pl.util.diff.lcs.ComplexLCS
-
- ComplexLCS(List<T>, List<T>) - Constructor for class gw.pl.util.diff.lcs.ComplexLCS
-
- ComplexPropertyChainReference<R,T> - Class in gw.lang.reflect.features
-
- ComplexPropertyChainReference(IType, FeatureReference, String) - Constructor for class gw.lang.reflect.features.ComplexPropertyChainReference
-
- ComponentType - Class in gw.pl.parameter.typekey
-
- ComponentType(ITypeList, String) - Constructor for class gw.pl.parameter.typekey.ComponentType
-
- CompositeFilter<T> - Class in gw.api.graph
-
Wraps one or more TraversalFilter filters with boolean AND logic.
- CompoundVersionCheck - Class in gw.api.database.upgrade
-
This version check will run all version checks passed to the constructor.
- CompoundVersionCheck(int, BeforeUpgradeVersionCheck...) - Constructor for class gw.api.database.upgrade.CompoundVersionCheck
-
- CompoundVersionCheck(int, String, BeforeUpgradeVersionCheck...) - Constructor for class gw.api.database.upgrade.CompoundVersionCheck
-
- COMPRESS_REVISABLES - Static variable in class gw.api.profiler.ProfilerTag
-
- computeMulticastAddress(int) - Static method in class gw.testharness.clustering.ClusterTestEnvironment
-
- computeTypeNames() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- computeTypeNames() - Method in interface gw.lang.reflect.ITypeLoader
-
- computeTypeNames() - Method in class gw.xml.xsd.typeloader.XSDBuiltinTypeLoader
-
- computeTypeNames() - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- concatAnd(TraversalFilter<T>...) - Static method in class gw.api.graph.Filters
-
Composes the argument filters into a single filter that will have boolean AND logic, i.e. each
individual filter must evaluate to true for TraversalFilter#shouldTraverse(T, T, java.lang.Object)
to evaluate to true.
- concatDirectories(String...) - Static method in class gw.pl.util.FileUtil
-
Return a string of the given directories concatenated with File.separator characters seperating them.
- Concatenate(Object...) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
Returns a function that uses SQL concatenatation on the given list of expressions.
- concatenate(Object[]) - Static method in class gw.util.GosuStringUtil
-
- concatOr(TraversalFilter<T>...) - Static method in class gw.api.graph.Filters
-
Composes the argument filters into a single filter that will have boolean OR logic, i.e.
- ConcurrentHashSet<K> - Class in gw.util.concurrent
-
- ConcurrentHashSet() - Constructor for class gw.util.concurrent.ConcurrentHashSet
-
- ConcurrentHashSet(int) - Constructor for class gw.util.concurrent.ConcurrentHashSet
-
- ConcurrentHashSet(Set<K>) - Constructor for class gw.util.concurrent.ConcurrentHashSet
-
- ConcurrentWeakValueHashMap<K,V> - Class in gw.util.concurrent
-
Adapted from com.intellij.util.containers.ConcurrentWeakValueHashMap
- ConcurrentWeakValueHashMap(Map<K, V>) - Constructor for class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- ConcurrentWeakValueHashMap() - Constructor for class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- ConcurrentWeakValueHashMap(int) - Constructor for class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- ConcurrentWeakValueHashMap(int, float, int) - Constructor for class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- condition(String) - Method in interface gw.smoketest.platform.web.SelectElement.Condition
-
- CONFIG - Static variable in class gw.pl.logging.LoggerCategory
-
- CONFIG_DISPLAY - Static variable in class gw.pl.logging.LoggerCategory
-
- CONFIG_RESOURCE_PREFIX - Static variable in interface gw.lang.reflect.module.IModule
-
- CONFIG_RESOURCE_PREFIX_2 - Static variable in interface gw.lang.reflect.module.IModule
-
- CONFIG_UPGRADER - Static variable in class gw.pl.logging.LoggerCategory
-
- ConfigAccess - Class in gw.api.util
-
- ConfigAccess() - Constructor for class gw.api.util.ConfigAccess
-
- ConfigParserContext - Interface in gw.xml.parser2
-
User: dbrewster
Date: Feb 23, 2006
Time: 8:30:07 PM
- ConfigParserException - Exception in gw.xml.parser2
-
Exception for an XML parse failure
- ConfigParserException() - Constructor for exception gw.xml.parser2.ConfigParserException
-
- ConfigParserException(String) - Constructor for exception gw.xml.parser2.ConfigParserException
-
- ConfigParserException(String, Throwable) - Constructor for exception gw.xml.parser2.ConfigParserException
-
- ConfigParserException(Throwable) - Constructor for exception gw.xml.parser2.ConfigParserException
-
- ConfigurationDumpHelper - Class in gw.api.tools
-
Helper class for creating "configuration" dump report.
- ConfigurationDumpHelper() - Constructor for class gw.api.tools.ConfigurationDumpHelper
-
- configure(File) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Configure a logger factory from a properties file.
- configure(Properties) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Configure a logger factory directly from properties.
- configureApplicationForDrivingAppVersion(String, String) - Method in interface gw.testharness.ConfigureRemoteApp
-
- configureDefault() - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Configure a logger factory that logs to the console.
- configureDestination(int, int, Integer, Long, Integer, Integer, Integer, Integer) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
This will change the configuration of a destination and then stop and
restart that destination
- configureDestination(int, int, Integer, Long, Integer, Integer, Integer, Integer) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- configurePaths(List<IDirectory>, List<IDirectory>) - Method in interface gw.lang.reflect.module.IModule
-
Configure both source and Java classpaths of the module in a semi-automated way.
- configurePropertyName(Set<String>) - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- configurePropertyName(Set<String>) - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- configurePropertyNames(Set<String>, Map<QName, String>, String) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- ConfigureRemoteApp - Interface in gw.testharness
-
Interface to allow a remote app to configure itself based on the version of the driving application
- ConfigVerificationEnabled - Static variable in class gw.api.system.PLConfigParameters
-
If clustering is enabled, whether to check this server's configuration against the other
servers in the cluster
- ConsistCheckRunTableSelectType - Enum in gw.api.database
-
Enumerate the ways to specify the tables on which to run the Database Consistency Checks
- ConsistCheckTypePicker - Class in gw.api.tools
-
Purpose of class.
- ConsistCheckTypePicker() - Constructor for class gw.api.tools.ConsistCheckTypePicker
-
- ConsistencyCheck - Interface in gw.api.database
-
- ConsistencyCheckerThreads - Static variable in class gw.api.system.PLConfigParameters
-
The number of threads to use when running the consistency checker
- ConsistencyChecksPagePrinter - Class in gw.api.tools
-
Prints out the consistency checks in a reasonable HTML format.
- ConsistencyChecksPagePrinter(List, TDirectory) - Constructor for class gw.api.tools.ConsistencyChecksPagePrinter
-
- ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor - Class in gw.api.tools
-
- ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor() - Constructor for class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- ConsistencyChecksRunsPageHelper - Class in gw.api.tools
-
Page helper for Consistency Checker Runs
- ConsistencyChecksRunsPageHelper() - Constructor for class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- ConsistencyChecksRunsPagePrinter - Class in gw.api.tools
-
Prints out the consistency checks in a reasonable HTML format.
- ConsistencyChecksRunsPagePrinter(DBConsistCheckRun[], TDirectory) - Constructor for class gw.api.tools.ConsistencyChecksRunsPagePrinter
-
- ConsistencyCheckType - Class in gw.pl.database.typekey
-
- ConsistencyCheckType(ITypeList, String) - Constructor for class gw.pl.database.typekey.ConsistencyCheckType
-
- ConsistencyCheckTypelistFilterSet - Class in gw.api.filters
-
FilterSet which includes all of the possible string values as filter values.
- ConsistencyCheckTypelistFilterSet() - Constructor for class gw.api.filters.ConsistencyCheckTypelistFilterSet
-
- ConsistencyCheckWorkItem - Interface in gw.pl.checker.entity
-
ConsistencyCheckWorkItem
- Constant(String) - Static method in class gw.api.database.DBFunction
-
Returns a constant wrapped so that it can be used in SQL whenever you want a literal parameter.
- Constant(Number) - Static method in class gw.api.database.DBFunction
-
Returns a constant wrapped so that it can be used in SQL whenever you want a literal parameter.
- Constant(IDataType, Object) - Static method in class gw.api.database.DBFunction
-
Returns a constant wrapped so that it can be used in SQL whenever you want a literal parameter.
- Constant(Object) - Static method in class gw.api.database.DBFunction
-
Returns a constant wrapped so that it can be used in SQL whenever you want a literal parameter.
- construct(String, Object...) - Static method in class gw.lang.reflect.ReflectUtil
-
- construct(Class<?>, Class<?>[], Object[]) - Method in class gw.pl.external.Invoker
-
Deprecated.
Invoke a a constructor for a proxied external type.
- constructClasspathFromSystemClasspath() - Static method in class gw.test.ClassPathUtil
-
Turns the java.class.path system property value into a list of directories and jars
- constructClasspathFromSystemClasspath() - Method in class gw.test.TestEnvironment
-
- constructGosuClassInstance(String, Object...) - Static method in class gw.lang.reflect.ReflectUtil
-
- constructObject(Class) - Method in interface gw.lang.reflect.IEntityAccess
-
- constructor(List<? extends IConstructorInfo>, IType...) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
- ConstructorInfoBuilder - Class in gw.lang.reflect
-
- ConstructorInfoBuilder() - Constructor for class gw.lang.reflect.ConstructorInfoBuilder
-
- ConstructorReference<R,T> - Class in gw.lang.reflect.features
-
- ConstructorReference(IType, IType[], Object[]) - Constructor for class gw.lang.reflect.features.ConstructorReference
-
- consumeContents() - Method in class gw.api.util.TempDeferredOutputStream
-
This is how you consume the bytes written.
- Contact - Interface in gw.pl.contact.entity
-
Contact
Generic contact (either a person or a company).
- Contact - Class in gw.pl.contact.typekey
-
- Contact(ITypeList, String) - Constructor for class gw.pl.contact.typekey.Contact
-
- ContactAddress - Interface in gw.pl.contact.entity
-
ContactAddress
Table linking contacts to addresses.
- ContactAddressBuilder - Class in gw.api.databuilder
-
- ContactAddressBuilder() - Constructor for class gw.api.databuilder.ContactAddressBuilder
-
Initializes the builder with no defaults.
- ContactAddressHistory - Interface in gw.ab.history.entity
-
ContactAddressHistory
Contact-associated Address-specific history events
- ContactAutoSyncUtil - Class in gw.api.contact
-
Deprecated.
- ContactAutoSyncUtil() - Constructor for class gw.api.contact.ContactAutoSyncUtil
-
Deprecated.
- ContactAutoSyncUtilBase - Class in gw.api.contact
-
Base util class for contact auto sync utils.
- ContactAutoSyncUtilBase() - Constructor for class gw.api.contact.ContactAutoSyncUtilBase
-
- ContactAutoSyncUtilBase.AutoSyncNotifierBundleTransactionCallback - Class in gw.api.contact
-
This class is used to notify the ContactAutoSync workers after the bundle in which the work items is created
gets committed.
- ContactAutoSyncUtilBase.AutoSyncNotifierBundleTransactionCallback() - Constructor for class gw.api.contact.ContactAutoSyncUtilBase.AutoSyncNotifierBundleTransactionCallback
-
- ContactAutoSyncWorkItem - Interface in gw.pl.contact.entity
-
ContactAutoSyncWorkItem
- ContactAutoSyncWorkItemChunkSize - Static variable in class gw.api.system.PLConfigParameters
-
The maximum number of contacts to be processed per ContactAutoSyncWorkItem *
- ContactBidiRel - Class in gw.pl.contact.typekey
-
- ContactBidiRel(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactBidiRel
-
- ContactBuilder<T extends Contact,B extends ContactBuilder<T,B>> - Class in gw.api.databuilder
-
- ContactBuilder(IType, int) - Constructor for class gw.api.databuilder.ContactBuilder
-
The default builder constructor should set the bare minimum properties
required to construct a Contact that can be committed to the database.
- ContactCategoryScore - Interface in gw.pl.contact.entity
-
ContactCategoryScore
Table linking Contacts to Category Scores
- ContactChangeResolution - Class in gw.pl.adressbook.typekey
-
- ContactChangeResolution(ITypeList, String) - Constructor for class gw.pl.adressbook.typekey.ContactChangeResolution
-
- ContactChangeResolutionConstants - Class in gw.ab.adressbook.typekey
-
- ContactChangeResolutionConstants() - Constructor for class gw.ab.adressbook.typekey.ContactChangeResolutionConstants
-
- ContactClass - Class in gw.pl.contact.typekey
-
- ContactClass(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactClass
-
- ContactCommunicationException - Exception in gw.plugin
-
Exception thrown if there is an error communicating with Contact Manager
- ContactCommunicationException(String, Throwable, boolean) - Constructor for exception gw.plugin.ContactCommunicationException
-
Create exception with given message and cause and retryable flag
- ContactContact - Interface in gw.pl.contact.entity
-
ContactContact
The purpose of this table is to avoid a self-referencing foreign key on cc_contact, and to allow contacts to relate to one another in different ways
- ContactContactBuilder - Class in gw.api.databuilder
-
- ContactContactBuilder() - Constructor for class gw.api.databuilder.ContactContactBuilder
-
Initializes the builder with no defaults.
- ContactCreationApprovalStatus - Class in gw.pl.contact.typekey
-
- ContactCreationApprovalStatus(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
- ContactEmailAutocompleteHandler - Class in gw.api.contact
-
Class description...
- ContactEmailAutocompleteHandler(Iterator<Contact>) - Constructor for class gw.api.contact.ContactEmailAutocompleteHandler
-
- ContactEmailAutocompleteHandler(Contact...) - Constructor for class gw.api.contact.ContactEmailAutocompleteHandler
-
- ContactFindMatchResult - Interface in gw.pl.contact.entity
-
Deprecated.
Since ClaimCenter 8.0, only used by deprecated IAddressBookAdapter
- ContactFingerprint - Interface in gw.pl.contact.entity
-
ContactFingerprint
- ContactHandle - Interface in gw.api.contact
-
Introduces a level of indirection to a Contact.
- ContactHistory - Interface in gw.ab.history.entity
-
ContactHistory
Contact-specific history events
- ContactLifecycle - Interface in gw.api.contact
-
Provides customer access to functionality that should be executed during different stages of a Contact's
database lifecycle.
- ContactLifecycleImpl - Class in gw.api.contact
-
- ContactLifecycleImpl(Contact) - Constructor for class gw.api.contact.ContactLifecycleImpl
-
- ContactLinkStatusType - Class in gw.pl.contact.typekey
-
- ContactLinkStatusType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactLinkStatusType
-
- ContactMatchResultType - Class in gw.pl.contact.typekey
-
- ContactMatchResultType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactMatchResultType
-
- ContactMergeGraphBuilder - Class in gw.api.contact.pendingchanges
-
Builds a graph of
differences as an intermediate step
in building the entity comparison UI.
- ContactMinimalTags - Interface in gw.api.contact
-
Provides a mechanism for ensuring that every contact has a minimal set of tags before being committed
to the database.
- ContactMinimalTagsImpl - Class in gw.api.contact
-
- ContactMinimalTagsImpl(Contact) - Constructor for class gw.api.contact.ContactMinimalTagsImpl
-
- ContactRel - Class in gw.pl.contact.typekey
-
- ContactRel(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactRel
-
- ContactRelationshipSpec - Interface in gw.pl.contact.entity
-
Deprecated.
@deprecated Since ClaimCenter 8.0, only used by deprecated IAddressBookAdapter
- ContactRelationshipSpecRel - Interface in gw.pl.contact.entity
-
ContactRelationshipSpecRelStubI.
- ContactRelationshipUpdateType - Class in gw.plugin.addressbook
-
Represents the different ways of updating a Contact's relationships in the Address Book.
- ContactRelCons - Class in gw.pl.contact.typekey
-
- ContactRelCons(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactRelCons
-
- ContactSearchCriteria - Interface in gw.pl.contact.entity
-
ContactSearchCriteriaBase
null
- ContactSearchResult - Interface in gw.pl.contact.entity
-
Deprecated.
Since ClaimCenter 8.0, only used by deprecated IAddressBookAdapter
- ContactSearchResultType - Class in gw.pl.contact.typekey
-
- ContactSearchResultType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactSearchResultType
-
- ContactSearchType - Class in gw.pl.contact.typekey
-
- ContactSearchType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactSearchType
-
- ContactSearchWithServiceCriteriaException - Exception in gw.api.contact
-
An exception thrown when an ABContact lacks required information for searching.
- ContactSearchWithServiceCriteriaException(SubtypeKey, Country, LocaleType) - Constructor for exception gw.api.contact.ContactSearchWithServiceCriteriaException
-
- ContactSearchWithServiceCriteriaException(SubtypeKey, Country) - Constructor for exception gw.api.contact.ContactSearchWithServiceCriteriaException
-
- ContactSearchWithServiceCriteriaException(IType, Country, LocaleType) - Constructor for exception gw.api.contact.ContactSearchWithServiceCriteriaException
-
- ContactSearchWithServiceCriteriaException(String) - Constructor for exception gw.api.contact.ContactSearchWithServiceCriteriaException
-
- ContactSubtypeConvertUtil - Class in gw.api.contact
-
- ContactSubtypeConvertUtil() - Constructor for class gw.api.contact.ContactSubtypeConvertUtil
-
- ContactSubtypeSpecificException - Exception in gw.api.contact
-
- ContactSubtypeSpecificException(String) - Constructor for exception gw.api.contact.ContactSubtypeSpecificException
-
- ContactTag - Interface in gw.pl.contact.entity
-
ContactTag
ContactTag
- ContactTagBuilder - Class in gw.api.databuilder
-
- ContactTagBuilder() - Constructor for class gw.api.databuilder.ContactTagBuilder
-
- ContactTagType - Class in gw.pl.contact.typekey
-
- ContactTagType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.ContactTagType
-
- ContactTemplateHelper - Class in gw.api.contact
-
Internal code hack for the ABContactWidget Template.
- ContactTemplateHelper() - Constructor for class gw.api.contact.ContactTemplateHelper
-
- ContactTokenThreadLocal - Class in gw.api.contact
-
- ContactTokenThreadLocal(String, String, String) - Constructor for class gw.api.contact.ContactTokenThreadLocal
-
- ContactUpdateResult - Interface in gw.pl.contact.entity
-
Deprecated.
Since ClaimCenter 8.0, only used by deprecated IAddressBookAdapter
- contains(IQueryablePropertyInfo, String, boolean) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%'
- contains(IQueryablePropertyInfo, DBFunction, boolean) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%'
- contains(IQueryablePropertyInfo, String, boolean) - Method in class gw.api.database.Query
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%'
- contains(IQueryablePropertyInfo, DBFunction, boolean) - Method in class gw.api.database.Query
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%'
- contains(IBeforeUpgradeReadOnlyColumn, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%')
- contains(String, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%')
- contains(IBeforeUpgradeColumnRef, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a varchar column against a string value using a contains clause (i.e. column='%string%').
- contains(Object, Object) - Static method in class gw.api.util.ArrayUtil
-
Checks if the object is in the given array.
- contains(String, String) - Static method in class gw.api.util.StringUtil
-
Tests whether or not the string contains a given string.
- contains(IType[], IType) - Static method in class gw.lang.GosuShop
-
- contains(int) - Method in interface gw.lang.parser.IParseTree
-
- contains(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- contains(E) - Method in class gw.lang.reflect.interval.AbstractInterval
-
- contains(ME) - Method in class gw.lang.reflect.interval.AbstractInterval
-
- contains(E) - Method in interface gw.lang.reflect.interval.IInterval
-
- contains(ME) - Method in interface gw.lang.reflect.interval.IInterval
-
- contains(File, String) - Static method in class gw.pl.util.FileUtil
-
- contains(Rectangle) - Method in class gw.pl.util.Rectangle
-
- contains(String, String) - Static method in class gw.pl.util.StringUtil
-
Return true if string s contains the substring substr
- contains(String) - Method in class gw.util.cache.FqnCache
-
- contains(String) - Method in interface gw.util.cache.IFqnCache
-
- contains(String) - Method in class gw.util.cache.WeakFqnCache
-
- contains(Object) - Method in class gw.util.CaseInsensitiveSet
-
- contains(Object) - Method in class gw.util.concurrent.ConcurrentHashSet
-
- contains(Object) - Method in class gw.util.DynamicArray
-
Returns true if this list contains the specified element.
- contains(String, char) - Static method in class gw.util.GosuStringUtil
-
Checks if String contains a search character, handling null.
- contains(String, String) - Static method in class gw.util.GosuStringUtil
-
Checks if String contains a search String, handling null.
- contains(T) - Method in class gw.util.IdentitySet
-
- contains(Object) - Method in class gw.util.perf.objectsize.UnmodifiableSizeTwoSet
-
- contains(T) - Method in class gw.util.Stack
-
- contains(Object) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- CONTAINS_SOURCES - Static variable in class gw.util.Extensions
-
- containsAll(Collection<?>) - Method in class gw.util.concurrent.ConcurrentHashSet
-
- containsAll(Collection<?>) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- containsAny(String, char[]) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains any character in the given
set of characters.
- containsAny(String, String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains any character in the given set of characters.
- containsAttribute(String) - Method in class gw.xml.AbstractXMLNode
-
Determines whether this node contains a value for the given attribute.
- containsAttribute(String) - Method in interface gw.xml.IReadOnlyXMLNode
-
- containsCaseInsensitive(String, String) - Static method in class gw.pl.util.StringUtil
-
Return true if string s contains the substring substr (case-insensitive)
- containsColumn(String) - Method in interface gw.api.database.QueryRow
-
True if the given column exists in the QueryRow
- containsColumn(int) - Method in interface gw.api.database.QueryRow
-
- containsField(XMLFieldDeclaration) - Method in class gw.xml.parser2.XMLFieldChoiceGroup
-
- containsIgnoreCase(String, String) - Static method in class gw.api.util.StringUtil
-
Tests whether a string contains another string, ignoring case
- containsIgnoreCase(String, String) - Static method in class gw.util.GosuStringUtil
-
Checks if String contains a search String irrespective of case,
handling null.
- containsKey(ITypeVariableType) - Method in class gw.lang.parser.TypeVarToTypeMap
-
- containsKey(Object) - Method in class gw.lang.reflect.PropertyNameMap
-
- containsKey(Object) - Method in class gw.pl.util.EmptyMap
-
- containsKey(Object) - Method in class gw.util.CiHashMap
-
- containsKey(Object) - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- containsKey(Object) - Method in class gw.util.DerivedKeyHashMap
-
- containsKey(Object) - Method in class gw.util.ScopedMap
-
- containsKey(Object) - Method in class gw.util.SpaceEfficientHashMap
-
- containsKey(Object) - Method in class gw.xml.XMLNodeAttributeMap
-
- containsKeyColumn(String) - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- containsKeyDirect(K) - Method in class gw.util.ScopedMap
-
- containsKeyRaw(Object) - Method in class gw.lang.parser.TypeVarToTypeMap
-
- containsManifest(IDirectory) - Static method in class gw.util.Extensions
-
- containsMappingFor(String) - Method in interface gw.api.util.TypecodeMapper
-
Does this mapper contain any mappings for the given typelist?
- containsNone(String, char[]) - Static method in class gw.util.GosuStringUtil
-
Checks that the String does not contain certain characters.
- containsNone(String, String) - Static method in class gw.util.GosuStringUtil
-
Checks that the String does not contain certain characters.
- containsOnly(String, char[]) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only certain characters.
- containsOnly(String, String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only certain characters.
- containsOrBorders(int, boolean) - Method in interface gw.lang.parser.IParseTree
-
- containsOrBorders(IParseTree, boolean) - Method in interface gw.lang.parser.IParseTree
-
- containsScope(PCFElementId.PCFElementScope) - Method in class gw.smoketest.platform.web.PCFElementId
-
- containsType(String) - Method in interface gw.lang.parser.ITypeUsesMap
-
- containsUser(User) - Method in interface gw.pl.community.entity.Group
-
Returns true if and only if this group contains the given user.
- containsValidGeocodeForSearch() - Method in interface gw.pl.contact.entity.ProximitySearchParameters
-
Checks if the proximity search parameters have a valid longitude and latitude
such that a search can be completed without a proximitySearchCenter set.
- containsValue(Object) - Method in class gw.lang.reflect.PropertyNameMap
-
- containsValue(Object) - Method in class gw.pl.util.EmptyMap
-
- containsValue(Object) - Method in class gw.pl.util.JSONMultiObject
-
- containsValue(Object) - Method in class gw.util.CiHashMap
-
- containsValue(Object) - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- containsValue(Object) - Method in class gw.util.DerivedKeyHashMap
-
- containsValue(Object) - Method in class gw.util.ScopedMap
-
- containsValue(Object) - Method in class gw.util.SpaceEfficientHashMap
-
- containsValue(Object) - Method in class gw.xml.XMLNodeAttributeMap
-
- containsZone(Country, ZoneType, String) - Method in interface gw.pl.assignment.entity.Region
-
If this region contains a zone of the given type and value?
- containsZone(Country, ZoneType, String) - Method in interface gw.pl.calendar.entity.BusinessWeek
-
If this region contains a zone of the given type and value?
- containsZone(Country, ZoneType, String) - Method in interface gw.pl.calendar.entity.Holiday
-
If this region contains a zone of the given type and value?
- contentsEqual(TFile, TFile) - Static method in class gw.pl.util.CottaUtil
-
- ContextObject - Class in gw.document
-
- ContextObject() - Constructor for class gw.document.ContextObject
-
- ContextObjectValueMap - Variable in class gw.document.DocumentCreationInfo
-
This is public to allow it to be referenced in the document creation PCF config
- ContextualNavigationCommand - Class in gw.api.quickjump
-
QuickJump command which takes the user to a particular location, using a parameter
found on the current location.
- ContextualNavigationCommand(String) - Constructor for class gw.api.quickjump.ContextualNavigationCommand
-
- ContextualNavigationCommand(String, String, String, IType) - Constructor for class gw.api.quickjump.ContextualNavigationCommand
-
- ContinuousOnlyTest - Annotation Type in gw.testharness
-
Indicates that a the annotated test Class or Method are to be run in Continuous testing only.
- CONTROL_KEY_MASK - Static variable in class gw.pl.util.PlatformUtil
-
- CONTROL_KEY_NAME - Static variable in class gw.pl.util.PlatformUtil
-
Platform dependent keystroke info
- convert(Currency, RoundingMode) - Method in class gw.api.financials.CurrencyAmount
-
Converts this CurrencyAmount into one in the given currency, according to the current market exchange rate, with
the resulting amount rounded according to the given rounding mode.
- convert(Currency, BigDecimal, RoundingMode) - Method in class gw.api.financials.CurrencyAmount
-
Converts this CurrencyAmount into one in the given currency, according to the given exchange rate, with
the resulting amount rounded according to the given rounding mode.
- convert(Object, IType) - Method in interface gw.api.util.mapping.ObjectConverter
-
value = the object to convert.
- convert(Object, IType) - Method in class gw.api.util.mapping.ObjectConverterImpl
-
Will convert an object from one object to another
- convert(IQueryBeanResult<ABContact>, ABContactAPISearchSpec) - Static method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchExecutorHelper
-
Deprecated.
Applies the searchSpec settings (sorting, paging, etc) to processor and converts it to an
ABContactAPISearchResultHelper.
- convert(IQueryBeanResult<ABContact>, ABContactAPISearchSpec, boolean) - Static method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchExecutorHelper
-
Deprecated.
Applies the searchSpec settings (sorting, paging, etc) to processor and converts it to an
ABContactAPISearchResultHelper.
- convert(IQueryBeanResult<ABContact>, ABContactSearchSpec) - Static method in class gw.api.webservice.addressbook.contactapi.ABContactSearchExecutor
-
Applies the searchSpec settings (sorting, paging, etc) to processor and converts it to an
ABContactSearchResult.
- convert(IQueryBeanResult<ABContact>, ABContactSearchSpec, boolean) - Static method in class gw.api.webservice.addressbook.contactapi.ABContactSearchExecutor
-
Applies the searchSpec settings (sorting, paging, etc) to processor and converts it to an
ABContactSearchResult.
- convert(ElementType) - Static method in enum gw.lang.annotation.UsageTarget
-
- convertABContact(ABContact, IEntityType) - Static method in class gw.api.contact.ABSubtypeConvertUtil
-
- convertAlphaCharacters(String) - Static method in class gw.api.util.PhoneUtil
-
This method will convert alphanumeric characters into a numeric phone number.
1-800-CALL-SAM will convert 1-800-225-5726.
- convertAmount(BigDecimal, Currency, Currency, BigDecimal) - Static method in class gw.api.util.CurrencyUtil
-
Converts the BigDecimal amount in the given amountCurrency to a CurrencyAmount with toCurrency, using
the given ExchangeRate.
- convertAmount(BigDecimal, Currency, Currency, BigDecimal, boolean) - Static method in class gw.api.util.CurrencyUtil
-
Converts the BigDecimal amount in the given amountCurrency to a CurrencyAmount with toCurrency, using
the given ExchangeRate.
- convertAmount(BigDecimal, Currency, Currency, BigDecimal, boolean, RoundingMode) - Static method in class gw.api.util.CurrencyUtil
-
Converts the BigDecimal amount in the given amountCurrency to a CurrencyAmount with toCurrency, using
the given ExchangeRate.
- convertAmount(IMoney, Currency, Currency, BigDecimal) - Static method in class gw.api.util.CurrencyUtil
-
- convertAmount(IMoney, Currency, Currency, BigDecimal, boolean) - Static method in class gw.api.util.CurrencyUtil
-
- convertAmount(IMoney, Currency, Currency, BigDecimal, boolean, RoundingMode) - Static method in class gw.api.util.CurrencyUtil
-
- convertAmount(MonetaryAmount, Currency) - Static method in class gw.api.util.FXRateUtil
-
Convert a monetary amount to another in the specified currency.
- convertAmount(MonetaryAmount, Currency, FXRateMarket) - Static method in class gw.api.util.FXRateUtil
-
Convert a monetary amount to another in the specified currency
using the specified market to obtain the most recent conversion rate.
- convertAmount(MonetaryAmount, Currency, Date) - Static method in class gw.api.util.FXRateUtil
-
Convert a monetary amount to another in the specified currency
with the specified effective time from the default market.
- convertAmount(MonetaryAmount, Currency, Date, FXRateMarket) - Static method in class gw.api.util.FXRateUtil
-
Convert a monetary amount to another in the specified currency
using the specified market to obtain the most recent conversion rate.
- convertAmount(MonetaryAmount, FXRate) - Static method in class gw.api.util.FXRateUtil
-
Convert a monetary amount to another using the specified foreign exchange rate.
- convertAmount(CurrencyAmount, FXRate) - Static method in class gw.api.util.FXRateUtil
-
Deprecated.
- convertAttributeName(String) - Method in class gw.xml.parser2.BaseAbstractNode
-
- convertAttributeName(String) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- convertAttributeNameStatic(String) - Static method in class gw.xml.parser2.BaseAbstractNode
-
- convertClasspathToGosuPathEntries(List<File>) - Static method in class gw.lang.init.ClasspathToGosuPathEntryUtil
-
Converts a set of Files into a list of GosuPathEntries.
- convertContact(Contact, IEntityType) - Static method in class gw.api.contact.ContactSubtypeConvertUtil
-
- convertEnum(Object) - Method in class gw.api.util.mapping.ObjectConverterImpl
-
- convertFile(TFile, LineBreakUtil.TextFileFormat) - Method in class gw.pl.util.LineBreakUtil
-
- convertGenericParameterTypes(IFeatureInfo, TypeVarToTypeMap, boolean) - Method in interface gw.lang.reflect.java.IJavaClassConstructor
-
- convertGWObject(Object) - Method in class gw.api.util.mapping.ObjectConverterImpl
-
- convertInputStreamToString(InputStream) - Static method in class gw.pl.util.StreamGobbler
-
Converts a stream into a string, swallowing any error that might occur.
- convertInputStreamToStringBuilder(InputStream) - Static method in class gw.pl.util.StreamGobbler
-
Reads a stream into a string builder and returns that builder
- convertNullAsPrimitive(IType, boolean) - Method in interface gw.lang.parser.ICoercionManager
-
Converts a null value to a value compatible with the specified primitive type.
- convertNullAsPrimitive(IType, boolean) - Method in class gw.lang.parser.StandardCoercionManager
-
- convertSafeStringToTypeCode(String) - Static method in class gw.api.util.TypeCodeEscapeUtil
-
- convertStream(Reader, Writer, LineBreakUtil.TextFileFormat) - Method in class gw.pl.util.LineBreakUtil
-
- convertStringParam(String) - Static method in class gw.api.web.contact.ABContactParamUtil
-
Converts a public ID into an ABContact
- convertStringToDate(String) - Method in class gw.pl.util.DateConverterUtil
-
Converts strings into java.util.Date objects
- convertToBaseClassName(String) - Method in class gw.xml.ReflectiveHyphenatedXMLNodeFactory
-
- convertToBaseClassName(String) - Method in class gw.xml.ReflectiveXMLNodeFactory
-
- convertToBaseClassName(String) - Method in class gw.xml.ReflectiveXMLNodeFactoryBase
-
Converts an XML element name into the base class name.
- convertToExternalIfNecessary(Object[], Class[], Class) - Method in interface gw.lang.reflect.IEntityAccess
-
- convertToInternalIfNecessary(Object, Class) - Method in interface gw.lang.reflect.IEntityAccess
-
- convertToInternalObject() - Method in interface gw.pl.external.ExternalProxy
-
Deprecated.
- convertToRuntimeException(Throwable) - Static method in class gw.pl.util.ExceptionUtil
-
- convertToRuntimeException(Exception) - Static method in class gw.pl.util.ExceptionUtil
-
Converts the given Exception to a RuntimeException.
- convertToRuntimeException(Throwable) - Static method in class gw.util.GosuExceptionUtil
-
- convertToSOAPException() - Method in exception gw.datatype.DataTypeException
-
- convertTree(PLXMLNode) - Method in class gw.xml.parser2.NewNodeToOldNodeConverter
-
- convertType(IType) - Method in class gw.lang.reflect.FeatureManager
-
- convertTypeCodeToSafeString(String) - Static method in class gw.api.util.TypeCodeEscapeUtil
-
- convertTypeKey(Object, IType) - Static method in class gw.api.util.mapping.GWObjectUtils
-
Convert a typekey object from domain to soap or vice versa.
- convertValue(Object, IType) - Method in interface gw.lang.parser.ICoercionManager
-
- convertValue(Object, IType) - Method in class gw.lang.parser.StandardCoercionManager
-
Given a value and a target Class, return a compatible value via the target Class.
- convertValue(String, String, Class) - Method in class gw.xml.parser2.BaseAbstractNode
-
- convertValue(String, String, Class<?>) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- COOKIES - Static variable in class gw.pl.util.webservices.SOAPOutboundHandler
-
- copy() - Method in class gw.api.graph.Path
-
Makes a copy of the Path.
- copy() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- copy() - Method in interface gw.lang.parser.ISymbolTable
-
Perform a semi-deep copy of this symbol table.
- copy() - Method in interface gw.lang.parser.IToken
-
- copy() - Method in interface gw.lang.parser.ITypeUsesMap
-
Returns a shallow copy of this map.
- copy() - Method in class gw.lang.parser.StandardSymbolTable
-
- copy() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- copy() - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Makes a copy of the bean into the bean's bundle, with all owned arrays copied by default.
- copy(InputStream, OutputStream) - Static method in class gw.util.StreamUtil
-
Copies the content of an input stream to an output stream.
- copy(InputStream, Writer) - Static method in class gw.util.StreamUtil
-
Copies the content of an input stream to a writer.
- copy(Reader, OutputStream) - Static method in class gw.util.StreamUtil
-
Copies the content of a reader to an output stream.
- copy(Reader, Writer) - Static method in class gw.util.StreamUtil
-
Copies the content of a reader to a writer.
- copy() - Method in class gw.xml.XmlParseOptions
-
Makes a deep copy of this object.
- copy() - Method in class gw.xml.XmlSerializationOptions
-
Makes a deep copy of this object.
- copyBinaryFile(InputStream, File) - Static method in class gw.pl.util.FileUtil
-
- copyClassFile(String, String, String) - Static method in class gw.pl.util.FileUtil
-
- copyDirectory(IDirectory, File) - Static method in class gw.pl.util.FileUtil
-
- copyDirectory(File, File) - Static method in class gw.pl.util.FileUtil
-
- copyFields(FunctionType) - Method in class gw.lang.reflect.FunctionType
-
- copyFile(File, File) - Static method in class gw.lang.gosuc.GosucCompiler
-
- copyFile(IFile, File) - Static method in class gw.pl.util.FileUtil
-
- copyFile(File, File) - Static method in class gw.pl.util.FileUtil
-
- copyFileToClient(String, File) - Static method in class gw.api.web.WebUtil
-
Send file.
- copyFrom(InputStream, TFile) - Static method in class gw.pl.util.CottaUtil
-
- copyFromContact(Contact) - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use syncToContactSystem() in ContactSystemUtil
- copyIDirectoryToTempFile(IDirectory) - Static method in class gw.pl.util.FileUtil
-
- copyIFileToTempFile(IFile) - Static method in class gw.pl.util.FileUtil
-
- copyInto(E) - Method in interface gw.lang.parser.IToken
-
- copyLocalScope() - Method in interface gw.lang.parser.ITypeUsesMap
-
Copies the type uses map but alias the global map from this.
- copyNonPersisting(T) - Method in interface gw.ab.addressbook.entity.ABContact
-
Shallowly copies and marks a bean as not persisting, i.e. the bean will not be committed.
- copyParameters(IJavaClassMethod) - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- copyParameters(IMethodInfo) - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- copyParameters(Method) - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- copyParameters(IJavaClassConstructor) - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- copyParameters(Constructor) - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- copyStreamToClient(String, String, InputStream, int) - Static method in class gw.api.web.WebUtil
-
Send "file" to web client with name "fileName" and "mimeType".
- copyToFile(URL, File) - Static method in class gw.pl.util.FileUtil
-
- copyToFile(URL, File, String) - Static method in class gw.pl.util.FileUtil
-
- copyToFile(Reader, File) - Static method in class gw.pl.util.FileUtil
-
- copyToTempFile(Reader, String, String) - Static method in class gw.pl.util.FileUtil
-
- copyUnzippedContents(ZipOutputStream, String) - Method in interface gw.pl.upgrader.entity.UpgradeVTDBMSDump
-
- CoreFilters - Class in gw.api.util
-
A collection of simple filter classes that cover common situations.
- CoreFilters.AllFilter - Class in gw.api.util
-
Singleton filter that filters everything.
- CoreFilters.AllFilter() - Constructor for class gw.api.util.CoreFilters.AllFilter
-
- CoreFilters.CompareNDays - Class in gw.api.util
-
Filter class that checks if a date property is comparable to some N days
To be overwritten, for example, see DateInLastNDays and DateMoreThanNDays
- CoreFilters.CompareNDays(IEntityPropertyInfo, int) - Constructor for class gw.api.util.CoreFilters.CompareNDays
-
- CoreFilters.CreatedInLastBusinessWeek - Class in gw.api.util
-
Filter class that checks if an editable bean was created within the last
business week
- CoreFilters.CreatedInLastBusinessWeek(IEntityType) - Constructor for class gw.api.util.CoreFilters.CreatedInLastBusinessWeek
-
- CoreFilters.CreatedInLastNDays - Class in gw.api.util
-
Filter class that checks if an editable bean was created within the last
N days
- CoreFilters.CreatedInLastNDays(IEntityType, int) - Constructor for class gw.api.util.CoreFilters.CreatedInLastNDays
-
- CoreFilters.CreatedMoreThanNDays - Class in gw.api.util
-
Filter class that checks if an editable bean was created for more than
N days
- CoreFilters.CreatedMoreThanNDays(IEntityType, int) - Constructor for class gw.api.util.CoreFilters.CreatedMoreThanNDays
-
- CoreFilters.DateDueInNextNDays - Class in gw.api.util
-
Filter class that checks if a date property is due in the next n days
- CoreFilters.DateDueInNextNDays(IEntityPropertyInfo, int) - Constructor for class gw.api.util.CoreFilters.DateDueInNextNDays
-
- CoreFilters.DateInLastBusinessWeek - Class in gw.api.util
-
Filter class that checks if a date property is within the last business
week
- CoreFilters.DateInLastBusinessWeek(IEntityPropertyInfo) - Constructor for class gw.api.util.CoreFilters.DateInLastBusinessWeek
-
- CoreFilters.DateInLastNDays - Class in gw.api.util
-
Filter class that checks if a date property is in the last N days
- CoreFilters.DateInLastNDays(IEntityPropertyInfo, int) - Constructor for class gw.api.util.CoreFilters.DateInLastNDays
-
- CoreFilters.DateMoreThanNDays - Class in gw.api.util
-
Filter class that checks if a date property is more than N days
- CoreFilters.DateMoreThanNDays(IEntityPropertyInfo, int) - Constructor for class gw.api.util.CoreFilters.DateMoreThanNDays
-
- CoreFilters.DaysBase - Class in gw.api.util
-
Abstract superclass for filters that have a days parameter
- CoreFilters.DaysBase(int) - Constructor for class gw.api.util.CoreFilters.DaysBase
-
- CoreFilters.Equals - Class in gw.api.util
-
Filter class that checks if a property is equal to a non null value
- CoreFilters.Equals(IEntityPropertyInfo, Object) - Constructor for class gw.api.util.CoreFilters.Equals
-
Constructor
- CoreFilters.In - Class in gw.api.util
-
OR filter.
- CoreFilters.In(IEntityPropertyInfo, Object[]) - Constructor for class gw.api.util.CoreFilters.In
-
Constructor
- CoreFilters.NotEquals - Class in gw.api.util
-
Filter class that checks if a property is not equal to a non null value
- CoreFilters.NotEquals(IEntityPropertyInfo, Object) - Constructor for class gw.api.util.CoreFilters.NotEquals
-
Constructor
- COST_OPTION - Static variable in class gw.api.database.optimizer.oracle.EnableOracleQueryRewrite
-
Deprecated.
- CottaUtil - Class in gw.pl.util
-
- CottaUtil() - Constructor for class gw.pl.util.CottaUtil
-
- Count(IEntityPropertyInfo) - Static method in class gw.api.database.DBFunction
-
- Count(List<? extends IEntityPropertyInfo>) - Static method in class gw.api.database.DBFunction
-
- Count(ColumnRef) - Static method in class gw.api.database.DBFunction
-
- Count(IBeforeUpgradeReadOnlyColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(IBeforeUpgradeDBFunction) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(boolean, IBeforeUpgradeReadOnlyColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(boolean, String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(boolean, IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Count(boolean, IBeforeUpgradeDBFunction) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- count(Object[]) - Static method in class gw.api.util.ArrayUtil
-
The count of the non-null values in the array.
- countDisabled - Variable in class gw.junit.XMLJUnitResultFormatter
-
- counter(String) - Static method in class gw.pl.testharness.DebugUtil
-
Each time this method is called with a given name, it increments a counter for that name and prints its value
to System.err.
- counter(String, int) - Static method in class gw.pl.testharness.DebugUtil
-
Each time this method is called with a given name, it increments a counter for that name and prints its value
to System.err.
- countErrors - Variable in class gw.junit.XMLJUnitResultFormatter
-
- countFailures - Variable in class gw.junit.XMLJUnitResultFormatter
-
- countMatches(String) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- countMatches(String, int) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- countMatches(String, String) - Static method in class gw.util.GosuStringUtil
-
Counts how many times the substring appears in the larger String.
- countRegexpMatches(String, String) - Static method in class gw.util.GosuStringUtil
-
Counts how many times the regexp appears in the larger String.
- Country - Class in gw.pl.geodata.zone.typekey
-
- Country(ITypeList, String) - Constructor for class gw.pl.geodata.zone.typekey.Country
-
- COUNTRY_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- CountryConfig - Class in gw.api.util
-
Class providing per-country config data for the address "widget", GlobalAddressInputSet_*.pcf
- CountryConfig(CountryNode) - Constructor for class gw.api.util.CountryConfig
-
- countSymbols() - Method in interface gw.lang.parser.IScope
-
visit all symbols in this Scope,
- countSymbols() - Method in class gw.lang.parser.StandardScope
-
- countTestCases() - Method in class gw.test.Suite
-
- COUNTY_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- creatArrayContainer() - Method in class gw.pl.util.JSONMultiKeyContainerFactory
-
- create(String, List<Pair<String, Object>>) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Create a new IArchivedEntity with the given property list.
- create(PendingContactChangeConfigurationPlugin) - Static method in class gw.api.contact.pendingchanges.PendingChangeMatcherContextFactory
-
Creates an instance of the MatcherContext for the given configuration.
- create() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumn
-
Throws if:
- Column already exists
- create() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Only works if table does not exist and is backed by an entity type
- create(BuilderContext) - Method in class gw.api.databuilder.DataBuilder
-
- create(Bundle) - Method in class gw.api.databuilder.DataBuilder
-
- create() - Method in class gw.api.databuilder.DataBuilder
-
Creates an instance of this builder's entity type, in the default bundle.
- create(BuilderContext) - Method in class gw.api.databuilder.ExistingBean
-
- create(BuilderContext) - Method in class gw.api.databuilder.ExistingValue
-
- create(BuilderContext) - Method in class gw.api.databuilder.PatternedStringGenerator
-
- create(IType, Object) - Static method in class gw.api.databuilder.populator.PackagedValueFactory
-
Packages the given value.
- create(Object) - Static method in class gw.api.databuilder.populator.PackagedValueFactory
-
Packages the given non-"collection" value.
- create(BuilderContext) - Method in class gw.api.databuilder.RandomBigDecimalGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.RandomDateGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.RandomIntegerGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.RandomStringGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialBigDecimalGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialBooleanGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialCurrencyAmountGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialDateGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialIntegerGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialLongGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialStringGenerator
-
- create(BuilderContext) - Method in class gw.api.databuilder.SequentialTypeKeyGenerator
-
- create(BuilderContext) - Method in interface gw.api.databuilder.ValueGenerator
-
Creates a new value.
- create(File) - Method in interface gw.api.scm.IScmAdapter
-
Adds the file to source control.
- create() - Method in class gw.api.util.DOMXMLBuilder.ElementBuilder
-
- create() - Method in interface gw.fs.IResource
-
- create() - Method in class gw.fs.jar.JarEntryFileImpl
-
- create() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- create() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- create() - Method in class gw.fs.physical.PhysicalFileImpl
-
- create() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- create() - Method in class gw.fs.url.URLFileImpl
-
- create() - Method in class gw.lang.annotation.Annotations.Builder
-
- create(Class<T>, Object) - Static method in class gw.lang.annotation.Annotations
-
Convenience method that constructs an annotation instance with a single "value" element.
- create(Class<T>) - Static method in class gw.lang.annotation.Annotations
-
Convenience method that constructs an annotation instance with no elements.
- create(Class) - Method in interface gw.lang.javadoc.IJavaDocFactory
-
- create() - Method in interface gw.lang.javadoc.IJavaDocFactory
-
- create(IFeatureInfo, IJavaClassConstructor, IConstructorNode) - Method in interface gw.lang.parser.IConstructorInfoFactory
-
- create(Class, Object[], IFeatureInfo) - Method in interface gw.lang.reflect.IAnnotationInfoFactory
-
- create(IType, Class<?>) - Method in interface gw.lang.reflect.ITypeInfoFactory
-
- create(IType, IJavaClassInfo) - Method in interface gw.lang.reflect.ITypeInfoFactory
-
- create(IType) - Method in interface gw.lang.reflect.ITypeRefFactory
-
- create() - Method in class gw.pl.util.FilteringDirectory
-
- create() - Method in class gw.pl.util.webservices.CmdOptionBuilder
-
- create() - Static method in class gw.pl.util.xml.DOMWriter
-
- create(Object, PCFElementId) - Method in interface gw.smoketest.platform.web.NewEntryCreator
-
- CREATE_ITERATOR_DATA_LIST - Static variable in class gw.api.profiler.ProfilerTag
-
- CREATE_ITERATOR_DATA_QP - Static variable in class gw.api.profiler.ProfilerTag
-
- CREATE_NEW_BRANCH - Static variable in class gw.api.profiler.ProfilerTag
-
- CREATE_SUPERSEDING_REVISIONS - Static variable in class gw.api.profiler.ProfilerTag
-
- createAdapterClass() - Method in interface gw.lang.reflect.java.IJavaType
-
Creates the Gosu proxy type for this class.
- createAddOnly(K, Set<IPropertyInfo>) - Static method in class gw.api.bean.compare.EntityDiffImpl
-
- createAllIndexes() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumn
-
Creates all indexes on this column
- createAllIndexes() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Creates all indexes on this table.
- createAlterOptimizerDynamicSampling() - Static method in class gw.api.database.QueryOptimizers
-
- createAndCommit() - Method in class gw.api.databuilder.DataBuilder
-
Creates an instance of this builder's entity type, in the default bundle, and commits the bundle.
- createAndCommitInNewBundle() - Method in class gw.api.databuilder.DataBuilder
-
Creates an instance of this builder's entity type, in a new bundle, and commits the bundle.
- createArray(int) - Method in class gw.pl.util.xml.XMLObjectSerializer
-
- createArrayArray(int) - Method in class gw.pl.util.xml.XMLObjectSerializer
-
- createAsNewTempTable(Pair<String, IDataType>...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Creates a new temp table with this table's name and the given columns.
- createAssignableQueueCriteria() - Method in class gw.api.assignment.AssignmentSearchCriteria
-
- createAsyncMessage(MessageContext, ABContact, AsyncMessageType) - Method in interface gw.plugin.ClientSystemPlugin
-
Creates a message in the messageContact by serializing the contact to XML.
- createAttributePropertyInfo(XMLAttributeDeclaration) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- createAttributeUsers(Attribute[], Location) - Static method in class gw.api.admin.UserAttributeUtil
-
Create a new AttributeUser entity for each Attribute in the "picked" array and set the Attribute
property of that new AttributeUser to the corresponding Attribute.
- createAutocompleteHandler(String, String[], boolean) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Create an AutocompleteHandler with the following arguments
- createAutocompleteHandler(String, String[], boolean) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Create an AutocompleteHandler with the following arguments
- createAutoSyncWorkItem(String) - Static method in class gw.api.contact.ContactAutoSyncUtil
-
Deprecated.
- createAutoSyncWorkItem(String, String) - Static method in class gw.api.contact.ContactAutoSyncUtil
-
Deprecated.
- createAynchronousDocumentCreationTask(IDocumentProductionBase, IDocumentTemplateDescriptor, Map, Map) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
- createBaseQueryForArchivedRootInfos() - Method in class gw.api.archiving.ArchiveCountSummary
-
- createBaseQueryForExcludedRootInfos() - Method in class gw.api.archiving.ArchiveCountSummary
-
- createBaseQueryForRootInfos() - Method in class gw.api.archiving.ArchiveCountSummary
-
- createBatchProcess(BatchProcessType, Object[]) - Method in interface gw.plugin.processing.IProcessesPlugin
-
This method will be called after platform does not succeeded in finding a batch process
If the customer has defined a batch process, they should construct that process and return
it from this method.
- createBatchProcess(Object...) - Method in class gw.processes.BulkInsertWorkQueueBase
-
This will return the created batch process.
- createBatchProcess(Object...) - Method in class gw.processes.WorkQueueBase
-
This will return the created batch process.
- createBean(IEntityType) - Method in interface gw.api.databuilder.BuilderContext
-
Creates a Bean of the specified type in this context's bundle.
- createBean(BuilderContext) - Method in class gw.api.databuilder.DataBuilder
-
- createBean(IEntityType) - Method in class gw.api.databuilder.NullBuilderContext
-
- createBundle() - Static method in class gw.api.testdata.TestDataUtil
-
Create a new, empty bundle
- createCall() - Method in class gw.pl.util.webservices.login.api.ILoginAPISoapBindingStub
-
- createCallName(String, String) - Static method in class gw.api.profiler.WebServiceProfiler
-
Return the call name given the serviceName and operation name.
- createChildElementPropertyInfo(XMLChildElementDeclaration) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- createChildListPropertyInfo(XMLChildListDeclaration) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- createClass(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap) - Static method in class gw.lang.GosuShop
-
- createClass(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap) - Method in interface gw.lang.IGosuShop
-
- createClassDocNode() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- createClassDocNode() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- createClassInfo(Class, IModule) - Static method in class gw.lang.GosuShop
-
- createClassInfo(Class, IModule) - Method in interface gw.lang.IGosuShop
-
- createClassMetadata() - Method in class gw.test.TestClass
-
- createClassParser(IGosuParser) - Static method in class gw.lang.parser.GosuParserFactory
-
- createClassParser(IGosuParser) - Method in interface gw.lang.parser.IGosuParserFactory
-
- createClassPath(IModule, boolean) - Static method in class gw.lang.GosuShop
-
- createClassPath(IModule, boolean) - Method in interface gw.lang.IGosuShop
-
- createCommnoSymbolScope() - Method in interface gw.lang.IGosuShop
-
- createCommonSymbolScope() - Static method in class gw.lang.GosuShop
-
- createConstructor() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- createContact(String, Bundle, boolean) - Static method in class gw.api.web.contact.ABContactUtil
-
- createContactOverridingSecurity(String) - Static method in class gw.api.web.contact.ABContactUtil
-
- createCustomExchangeRateWithSet(BigDecimal, String, Currency, Currency, Bundle) - Static method in class gw.api.util.CurrencyUtil
-
Creates a custom ExchangeRate entity for when the user provides a
manual exchangeRate override.
- created(IResource) - Static method in class gw.lang.reflect.TypeSystem
-
- created(IResource, String) - Static method in class gw.lang.reflect.TypeSystem
-
- CreateDatabaseForUpgradeTesting - Annotation Type in gw.testharness
-
- createDateInstance(int, int, int) - Static method in class gw.api.util.DateUtil
-
Creates a new Date instance initialized to the specified month, day and year.
- createDefaultEnvironment() - Method in class gw.test.TestClass
-
- createDefaultGosuClassSearchPath() - Method in class gw.test.Suite
-
- createDefaultJavaClassSearchPath() - Method in class gw.test.Suite
-
- createDeletableTempFile(String, String) - Static method in class gw.pl.util.FileUtil
-
Will create a temp file in the deletable directory
- createDiffable(T) - Method in class gw.pl.util.diff.lcs.ComplexLCS
-
- createDiffDisplayForDiff(EntityDiff<T>, DiffDisplay.Type) - Method in class gw.api.bean.compare.ui.DiffDisplayFactory
-
Create a new DiffDisplay object appropriate for the given EntityDiff.
- createDiffDisplayTree(PendingContactUpdate) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- createDisableBtreeToBitmapConversion() - Static method in class gw.api.database.QueryOptimizers
-
- createDisableHashJoin() - Static method in class gw.api.database.QueryOptimizers
-
- createDisableIndexFastFullScan() - Static method in class gw.api.database.QueryOptimizers
-
Turns off index fast full scan while a query is executing
- createDisableIndexJoin() - Static method in class gw.api.database.QueryOptimizers
-
- createDisableIndexSkipScan() - Static method in class gw.api.database.QueryOptimizers
-
- createDisableOptimizerCostbasedTransformation() - Static method in class gw.api.database.QueryOptimizers
-
- createDisableOracleISSFix8893626() - Static method in class gw.api.database.QueryOptimizers
-
- createDisableSortMergeJoin() - Static method in class gw.api.database.QueryOptimizers
-
- createDocument(int) - Method in interface gw.plugin.document.IDocumentCreationOptions
-
Deprecated.
Creates a document given the specified option id.
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map) - Method in interface gw.plugin.document.IDocumentProductionBase
-
Attempt to create a document in an asynchronous manner.
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map, Map) - Method in interface gw.plugin.document.IDocumentProductionBase
-
Attempt to create a document in an asynchronous manner.
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map, Map) - Method in class gw.plugin.document.impl.BaseExcelDocumentProductionImpl
-
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseGosuDocumentProductionImpl
-
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map, Map) - Method in class gw.plugin.document.impl.BaseGosuDocumentProductionImpl
-
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseMailMergeDocumentProductionImpl
-
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseServerSideDocumentProductionImpl
-
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map, Map) - Method in class gw.plugin.document.impl.BaseServerSideDocumentProductionImpl
-
- createDocumentAsynchronously(IDocumentTemplateDescriptor, Map, Map) - Method in class gw.plugin.document.impl.BaseWordDocumentProductionImpl
-
- createDocumentSynchronously(IDocumentTemplateDescriptor, Map) - Method in interface gw.plugin.document.IDocumentProductionBase
-
Attempt to create a document in a synchronous manner.
- createDocumentSynchronously(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseGosuDocumentProductionImpl
-
Attempt to create a document in a synchronous manner.
- createDocumentSynchronously(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseMailMergeDocumentProductionImpl
-
Synchronously create a document from the given template descriptor and parameter map.
- createDocumentSynchronously(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseServerSideDocumentProductionImpl
-
Attempt to create a document in a synchronous manner.
- createDownloadFilesInDirectory(String) - Method in class gw.api.tools.DownloadFilesHelper
-
- createDownloadFilesInDirectory(String) - Method in class gw.api.tools.OracleOutlineHelper
-
- createDynamicFunctionSymbol(ISymbolTable, String, IFunctionType, List<ISymbol>, IExpression) - Static method in class gw.lang.GosuShop
-
- createDynamicFunctionSymbol(ISymbolTable, String, IFunctionType, List<ISymbol>, IExpression) - Method in interface gw.lang.IGosuShop
-
- createEdge(T, T, Object) - Method in interface gw.api.graph.EdgeFactory
-
Creates an edge between the given source and target with
the given attribute.
- createEdge(T, T) - Method in interface gw.api.graph.EdgeFactory
-
Creates and edge between the source and target (no weight).
- createElement(QName) - Method in class gw.api.importing.XmlExporter
-
This should start a new element, note that this is not a stack, so the previous element is no longer
accessible.
- createElement(KeyableBean) - Method in class gw.api.importing.XmlExporter
-
Return create and return the element for this bean
- createElement(QName) - Method in class gw.api.importing.XmlExporterXmlElement
-
- createElement(QName) - Method in class gw.api.importing.XmlExporterXmlWriter
-
- createEmpty(Map<String, WorkQueueInstrumentationFieldType>) - Static method in class gw.processes.WorkQueueInstrumentation
-
Creates empty instrumentation.
- createEnableOracleQueryRewrite(String) - Static method in class gw.api.database.QueryOptimizers
-
- createEncodingEnvelope() - Method in class gw.pl.util.xml.XMLCodec
-
- createEnhancement(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap) - Static method in class gw.lang.GosuShop
-
- createEnhancement(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap) - Method in interface gw.lang.IGosuShop
-
- createEnhancementIndex(GosuClassTypeLoader) - Static method in class gw.lang.GosuShop
-
- createEnhancementIndex(GosuClassTypeLoader) - Method in interface gw.lang.IGosuShop
-
- createEntity() - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Creates the entity for this ArchivedEntitySet.
- createEntity(Bundle, String, Map<String, Object>) - Static method in class gw.api.testdata.TestDataUtil
-
Creates a new entity of the named type in the given bundle and populates it with the given field
values.
- createEnumTypeWrapper(String) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- createEvaluationException(String) - Static method in class gw.lang.GosuShop
-
- createEvaluationException(String) - Method in interface gw.lang.IGosuShop
-
- createException() - Method in interface gw.lang.javadoc.IJavaDocFactory
-
Deprecated.
Please don't create these manually, and please fix any code that does.
- createExchangeRate(Currency, Currency, BigDecimal) - Static method in class gw.api.util.CurrencyUtil
-
Creates an ExchangeRate without an ExchangeRateSet in the current Gosu bundle (Transaction.Current)
- createExchangeRateSet() - Method in interface gw.plugin.exchangerate.IExchangeRateSetPlugin
-
Creates and returns an ExchangeRateSet.
- createField() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- createFile(String, String) - Static method in class gw.pl.util.FileUtil
-
- createFileSystemGosuClassRepository(IModule, IDirectory[]) - Static method in class gw.lang.GosuShop
-
- createFileSystemGosuClassRepository(IModule, IDirectory[], String[]) - Static method in class gw.lang.GosuShop
-
- createFileSystemGosuClassRepository(IModule, IDirectory[]) - Method in interface gw.lang.IGosuShop
-
- createFileSystemGosuClassRepository(IModule, IDirectory[], String[]) - Method in interface gw.lang.IGosuShop
-
- createFragmentParser() - Static method in class gw.lang.parser.GosuParserFactory
-
- createFragmentParser() - Method in interface gw.lang.parser.IGosuParserFactory
-
- createFunctionType(IMethodInfo) - Static method in class gw.lang.GosuShop
-
- createFunctionType(IMethodInfo) - Method in interface gw.lang.IGosuShop
-
- createGlobalModule(IExecutionEnvironment) - Static method in class gw.lang.GosuShop
-
- createGlobalModule(IExecutionEnvironment) - Method in interface gw.lang.IGosuShop
-
- createGroup(Organization, Group) - Static method in class gw.api.admin.GroupUtil
-
Creates a new group set its parent group according to the given organization or parent group.
- createGroupingDelegate() - Method in class gw.xml.xsd.schema.XSDAll
-
- createGroupingDelegate() - Method in class gw.xml.xsd.schema.XSDChoice
-
- createGroupingDelegate() - Method in class gw.xml.xsd.schema.XSDElementContainer
-
- createGroupingDelegate() - Method in class gw.xml.xsd.schema.XSDGroup
-
- createGroupingDelegate() - Method in class gw.xml.xsd.schema.XSDSequence
-
- createGroupingInfo(XSDSchemaIndex, String) - Method in interface gw.xml.xsd.schema.IXSDGrouping
-
- createGroupingInfo(XSDSchemaIndex, String) - Method in class gw.xml.xsd.schema.XSDElementContainer
-
- createGroupRegions(Region[], Location) - Static method in class gw.api.admin.GroupUtil
-
Create a new GroupRegion entity for each Region in the "picked" array and set the Region
property of that new GroupRegion to the corresponding Region.
- createGroupSearchCriteria(Bundle) - Method in class gw.api.assignment.AssignmentSearchCriteria
-
- createHandler(String, String, boolean) - Static method in class gw.api.contact.AddressAutocompleteHandler
-
- createHandler(String, String[], boolean) - Static method in class gw.api.contact.AddressAutocompleteHandler
-
- createHtmlEmailAndSend(String, String, Email) - Method in class gw.api.email.AbstractEmailMessageTransport
-
Template method to handle sending the email.
- createIdentifierExpression() - Static method in class gw.lang.GosuShop
-
- createIdentifierExpression() - Method in interface gw.lang.IGosuShop
-
- createImportNamespace() - Static method in class gw.api.importing.ImportingUtil
-
Return the namespace
- createInAddressBook(boolean) - Method in interface gw.api.contact.AddressBookMatch
-
Creates the local Contact in the Address Book.
- createInAddressBook(boolean) - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use createContact() in ContactSystemPlugin
- createIndex(boolean, String...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Create a non-clustered, non-spatial index on the given columns.
- createInNewBundle() - Method in class gw.api.databuilder.DataBuilder
-
Creates an instance of this builder's entity type, in a new bundle.
- createIntrinsicType(Class<? extends PLXMLNode>) - Static method in class gw.xml.parser2.PLXMLNode
-
- createJavaAnnotation(Annotation, IFeatureInfo) - Method in interface gw.lang.reflect.IAnnotationInfoFactory
-
- createJreModule() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- createLengthProperty(ITypeInfo) - Static method in class gw.lang.GosuShop
-
- createLengthProperty(ITypeInfo) - Method in interface gw.lang.IGosuShop
-
- createListWithLocations(Map<String, String>) - Static method in class gw.api.activity.BusCalType
-
Creates a List with all existing holiday tag codes and the given locations.
- createLocal(Contact) - Method in interface gw.api.contact.ExternalContactSource
-
Creates a local copy of the given addressbookContact.
- createMap(K, V, K, V) - Static method in class gw.pl.util.GWCollections
-
- createMarketExchangeRateSet(String, String, Date, Date, List<ExchangeRate>) - Static method in class gw.api.util.CurrencyUtil
-
Creates an ExchangeRateSet based on a collection of market ExchangeRates
- createMenuItems(ActivityPattern[]) - Static method in class gw.api.activity.NewActivityMenuUtil
-
Creates menu items for activity patterns and returns an array of created items.
- createMenuItems(IQueryBeanResult) - Static method in class gw.api.activity.NewActivityMenuUtil
-
Creates menu items for activity patterns and returns an array of created items.
- createMetadata(List<IAnnotationInfo>) - Method in class gw.test.TestClass
-
- createMetadata(Annotation[]) - Method in class gw.test.TestClass
-
- createMetaType(IType, boolean) - Static method in class gw.lang.GosuShop
-
- createMetaType(IType, boolean) - Method in interface gw.lang.IGosuShop
-
- createMethod() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- createMethodMetadata(String) - Method in class gw.test.TestClass
-
- createModule(IExecutionEnvironment, String) - Static method in class gw.lang.GosuShop
-
- createModule(IExecutionEnvironment, String) - Method in interface gw.lang.IGosuShop
-
- createNewDocument(Bundle, IEntityType) - Static method in class gw.document.DocumentsUtilBase
-
Returns a new document entity, this bypasses creation permission.
- createNewInstance(ISourceCodeTokenizer) - Method in interface gw.lang.parser.ITokenizerInstructor
-
- createNewTempTableBasedOnCurrentSchema() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Creates a new table based on this table's schema in the database.
- createNewTempTableBasedOnThis() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Creates a new table based on this table's entity metadata.
- createNode(Organization) - Static method in class gw.api.admin.GroupPickerTreeNode
-
- createNode(Organization) - Static method in class gw.api.admin.OrganizationTreeNode
-
- createNode(QName, PLXMLNode, Attributes) - Method in class gw.xml.parser2.BasicXMLNodeFactory
-
- createNode(QName, AbstractXMLNode, Attributes) - Method in class gw.xml.ReflectiveXMLNodeFactoryBase
-
- createNode(QName, XMLNode, Attributes) - Method in class gw.xml.SimpleNamespaceAwareXMLNodeFactory
-
- createNode(QName, T, Attributes) - Method in class gw.xml.SimpleXMLNodeFactory
-
- createNode() - Method in interface gw.xml.XMLNodeConstructor
-
- createNode(QName, T, Attributes) - Method in interface gw.xml.XMLNodeFactory
-
- createNode(QName, XSDBasedXMLNode, Attributes) - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeFactory
-
- createNode(QName, XSDXMLNode, Attributes) - Method in class gw.xml.xsd.XSDNodeFactory
-
- createNodeValuePropertyInfo(XMLNodeValueDeclaration) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- createNonNullableWithInitialValue(Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumn
-
Throws if:
Column already exists.
- createNonPersistentBundle() - Static method in class gw.api.testdata.TestDataUtil
-
Returns a bundle that should not be comitted (i.e., will throw an exception if it is).
- createNullableWithInitialValue(Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeColumn
-
Throws if:
Column already exists.
- createObjectContainer() - Method in class gw.pl.util.JSONMultiKeyContainerFactory
-
- createOne() - Static method in class gw.api.databuilder.SecurityZoneBuilder
-
- createOption(int) - Method in class gw.smoketest.platform.web.CheckboxGroupElement
-
- createOption(int) - Method in class gw.smoketest.platform.web.MultiSelectElement
-
- createOption(int) - Method in class gw.smoketest.platform.web.SelectElement
-
- createOracleFullHint() - Static method in class gw.api.database.QueryHints
-
- createOracleIndexFFSHint(Table<T>, IEntityPropertyInfo...) - Static method in class gw.api.database.QueryHints
-
Add an INDEX_FFS hint for an index on the given table.
- createOracleIndexFFSHint(IEntityPropertyInfo...) - Static method in class gw.api.database.QueryHints
-
Add an INDEX_FFS hint for an index on the query.
- createOracleIndexHint(Table<T>, IEntityPropertyInfo...) - Static method in class gw.api.database.QueryHints
-
Add an INDEX hint for an index on the given table.
- createOracleIndexHint(IEntityPropertyInfo...) - Static method in class gw.api.database.QueryHints
-
Add an INDEX hint for an index on the query.
- createOracleQueryRewriteIntegrity(String) - Static method in class gw.api.database.QueryOptimizers
-
- createParam() - Method in interface gw.lang.javadoc.IJavaDocFactory
-
Deprecated.
Please don't create these manually, and please fix any code that does.
- createParser(String, ISymbolTable, IScriptabilityModifier) - Static method in class gw.lang.parser.GosuParserFactory
-
Creates an IGosuParser appropriate for parsing and executing Gosu.
- createParser(String, ISymbolTable, IScriptabilityModifier, ITypeUsesMap) - Static method in class gw.lang.parser.GosuParserFactory
-
Creates an IGosuParser appropriate for parsing and executing Gosu.
- createParser(ISymbolTable, IScriptabilityModifier) - Static method in class gw.lang.parser.GosuParserFactory
-
Creates an IGosuParser appropriate for parsing and executing Gosu.
- createParser(String, ISymbolTable) - Static method in class gw.lang.parser.GosuParserFactory
-
Creates an IGosuParser appropriate for parsing and executing Gosu.
- createParser(String) - Static method in class gw.lang.parser.GosuParserFactory
-
- createParser(String, ISymbolTable, IScriptabilityModifier, ITypeUsesMap) - Method in interface gw.lang.parser.IGosuParserFactory
-
- createParser(String, ISymbolTable, IScriptabilityModifier) - Method in interface gw.lang.parser.IGosuParserFactory
-
- createParser(ISymbolTable, IScriptabilityModifier) - Method in interface gw.lang.parser.IGosuParserFactory
-
Creates an IGosuParser appropriate for parsing and executing Gosu.
- createParser(String, ISymbolTable) - Method in interface gw.lang.parser.IGosuParserFactory
-
Creates an IGosuParser appropriate for parsing and executing Gosu.
- createParser(String) - Method in interface gw.lang.parser.IGosuParserFactory
-
- createPathEntryForModuleFile(IFile) - Static method in class gw.lang.init.ModuleFileUtil
-
Reads a pom.xml file into a GosuPathEntry object
- createPathEntryFromModuleFile(IFile) - Static method in class gw.lang.GosuShop
-
- createPathEntryFromModuleFile(IFile) - Method in interface gw.lang.IGosuShop
-
- createPotentiallyProfiledRunnable(ProfilerTag, String, GWRunnable) - Static method in class gw.api.profiler.Profiler
-
Creates a new runnable that is profiled if the current thread is profiled.
- createPreparedDrivingDirections(Address, Address, UnitOfDistance) - Static method in class gw.api.contact.DrivingDirections
-
This is a helper to prepare the standard fields on a driving direction object.
- createPrimaryKey() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Creates the primary key for this table, if one is defined
- createProgram(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap, ISymbolTable) - Static method in class gw.lang.GosuShop
-
- createProgram(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap, ISymbolTable) - Method in interface gw.lang.IGosuShop
-
- createProgramForEval(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap, ISymbolTable) - Static method in class gw.lang.GosuShop
-
- createProgramForEval(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap, ISymbolTable) - Method in interface gw.lang.IGosuShop
-
- createProgramParser() - Static method in class gw.lang.parser.GosuParserFactory
-
- createProgramParser() - Method in interface gw.lang.parser.IGosuParserFactory
-
- createProject(String, GosucSdk, List<GosucModule>, List<String>) - Method in interface gw.lang.gosuc.ICustomParser
-
- createPropertyDelegate(IFeatureInfo, IPropertyInfo) - Static method in class gw.lang.GosuShop
-
- createPropertyDelegate(IFeatureInfo, IPropertyInfo) - Method in interface gw.lang.IGosuShop
-
- createPropertyForNestedGroup(XSDGroupingInfo, List<IPropertyInfo>, ITypeInfo) - Static method in class gw.xml.xsd.typeloader.XSDTypeInfoHelper
-
- createPropertyForRef(XSDElementRefInfo, ITypeInfo, List<IPropertyInfo>) - Static method in class gw.xml.xsd.typeloader.XSDTypeInfoHelper
-
- createProtocolHandler() - Method in class gw.testharness.TestBase.GWServletTestCase
-
- createProximitySearchCenter() - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Creates a new empty Proximity Search Center associated with this Contact Search Criteria.
- createProximitySearchCenter(Address) - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Creates a new Proximity Search Center associated with this Contact Search Criteria,
and copies the relevant fields from a given Geocodable (typically, an Address) into
the Proximity Search Center.
- createProximitySearchParams() - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Creates a new empty Proximity Search Parameters associated with this Contact Search Criteria,
- createProximitySearchParams(Boolean, Integer, UnitOfDistance) - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Creates a new Proximity Search Parameters associated with this Contact Search Criteria,
and populates it with the basic information required.
- createProximitySearchParams(Boolean, Integer) - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Creates a new empty Proximity Search Parameters associated with this Contact Search Criteria,
and populates it with the basic information required, using the system-default UnitOfDistance.
- createQuery(IEntityType) - Static method in class gw.api.database.Queries
-
Creates a new query on the given entity.
- createQueryForExcludedBecauseOfFailure() - Method in class gw.api.archiving.ArchiveCountSummary
-
- createQueryForExcludedBecauseOfRules() - Method in class gw.api.archiving.ArchiveCountSummary
-
- createQueryForSkipped() - Method in class gw.api.archiving.ArchiveCountSummary
-
- createQueryOnDerivedTable(BeforeUpgradeDerivedTableColumn...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeSelectBuilder
-
Use this for a query where this query is a derived table of the other.
- createRectangle(SpatialPoint, SpatialPoint) - Static method in class gw.api.database.spatial.SpatialPolygon
-
Utility method to create a polygon that is a rectangle where the two given points are diagonally opposed points.
- createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol) - Static method in class gw.lang.GosuShop
-
- createReducedDynamicFunctionSymbol(IDynamicFunctionSymbol) - Method in interface gw.lang.IGosuShop
-
- createReducedSymbol() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- createReducedSymbol() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- createReducedSymbol() - Method in interface gw.lang.parser.ISymbol
-
- createReferencedEntity(String, String) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Create a new IArchivedEntity that is a referenced entity.
- createReferencedEntity(KeyableBean) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Create a new IArchivedEntity that is a referenced entity, based on the given bean.
- createRefInfo(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDElement
-
- createRemoveOnly(K, Set<IPropertyInfo>) - Static method in class gw.api.bean.compare.EntityDiffImpl
-
- createRunning(String, ClusterMemberData) - Static method in class gw.api.tools.ClusteredServer
-
- createSearchResult() - Method in interface gw.pl.custom.entity.CustomPickerSearchCriteria
-
Helper for Gosu; creates a new CustomPickerSearchResult instance.
- createSerializer() - Method in class gw.pl.util.xml.XMLObjectSerializer
-
- createServiceToken(Key) - Static method in class gw.testharness.CurrentUserTestUtil
-
Sets the current service token for the current thread.
- createServiceToken(User) - Static method in class gw.testharness.CurrentUserTestUtil
-
creates a new service token for the current thread.
- createSetSemiJoinNestedLoops() - Static method in class gw.api.database.QueryOptimizers
-
- createSimpleAssignee(Key, Key) - Static method in class gw.api.assignment.UserAssignee
-
If both groupId and userId are non null, returns a UserAssignee object.
- createSimpleTemplateHost() - Static method in class gw.lang.GosuShop
-
- createSimpleTemplateHost() - Method in interface gw.lang.IGosuShop
-
- createSourceCodeTokenizer(CharSequence) - Static method in class gw.lang.GosuShop
-
- createSourceCodeTokenizer(CharSequence, boolean) - Static method in class gw.lang.GosuShop
-
- createSourceCodeTokenizer(Reader) - Static method in class gw.lang.GosuShop
-
- createSourceCodeTokenizer(CharSequence) - Method in interface gw.lang.IGosuShop
-
- createSourceCodeTokenizer(CharSequence, boolean) - Method in interface gw.lang.IGosuShop
-
- createSourceCodeTokenizer(Reader) - Method in interface gw.lang.IGosuShop
-
- createSourceFromHTTPRequest(HttpServletRequest) - Method in interface gw.plugin.security.AuthenticationSourceCreatorPlugin
-
Creates an authentication source from a servlet request.
- createSpatialIndex(String, String, String) - Method in class gw.api.database.upgrade.CreateSpatialIndexVersionTrigger
-
Creates a spatial index with the given DDL.
- CreateSpatialIndexVersionTrigger - Class in gw.api.database.upgrade
-
Version trigger to create a new spatial index with non-Guidewire default options
- CreateSpatialIndexVersionTrigger(int) - Constructor for class gw.api.database.upgrade.CreateSpatialIndexVersionTrigger
-
- createSQLServerHashJoinHint() - Static method in class gw.api.database.QueryHints
-
Create HASH hint in SQL Server
- createSQLServerLoopJoinHint() - Static method in class gw.api.database.QueryHints
-
Create LOOP hint in SQL Server
- createSQLServerMergeJoinHint() - Static method in class gw.api.database.QueryHints
-
Create MERGE hint in SQL Server
- createSQLServerQueryTableIndexHint(TableObject, String[], boolean[]) - Static method in class gw.api.database.QueryHints
-
Create TABLE INDEX query hint in SQL Server.
- createSQLServerQueryTableIndexHint(ISelectQueryBuilder<T>, String[], boolean[]) - Static method in class gw.api.database.QueryHints
-
Create TABLE INDEX query hint in SQL Server.
- createSQLServerRemoteJoinHint() - Static method in class gw.api.database.QueryHints
-
Create REMOTE hint in SQL Server
- createSQLTuningSet() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- createStandardParserState(IParsedElement, String, boolean) - Static method in class gw.lang.GosuShop
-
- createStandardParserState(IParsedElement, String, boolean) - Method in interface gw.lang.IGosuShop
-
- createStopped(String) - Static method in class gw.api.tools.ClusteredServer
-
- createSubFlow(Workflow) - Method in interface gw.pl.workflow.entity.Workflow
-
Create and start a subflow.
- createSubFlow(Workflow, Integer) - Method in interface gw.pl.workflow.entity.Workflow
-
Create and start a subflow of the specified version.
- createSwitchOracleConsumerGroup() - Static method in class gw.api.database.QueryOptimizers
-
- createSymbol(CharSequence, IType, Object) - Static method in class gw.lang.GosuShop
-
- createSymbol(CharSequence, IType, IStackProvider) - Static method in class gw.lang.GosuShop
-
- createSymbol(CharSequence, IType, Object) - Method in interface gw.lang.IGosuShop
-
- createSymbol(CharSequence, IType, IStackProvider) - Method in interface gw.lang.IGosuShop
-
- createSymbols(String, String, NVParam[]) - Static method in class gw.api.webservice.pl.dataExtraction.DataExtractionAPIImpl
-
- createSymbolTable() - Static method in class gw.lang.GosuShop
-
- createSymbolTable(boolean) - Static method in class gw.lang.GosuShop
-
- createSymbolTable() - Method in interface gw.lang.IGosuShop
-
- createSymbolTable(boolean) - Method in interface gw.lang.IGosuShop
-
- createTempColumn(String, IDataType) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Creates a new nullable column with the given name and datatype to hold temporary data.
- createTempDir(String) - Static method in class gw.pl.util.FileUtil
-
This will create a directory under .deletable, and will be purge by the PurgeDeletableFile batch processes
when it has been aged out.
- createTempDir(File, String) - Static method in class gw.pl.util.FileUtil
-
This will create a temp directory, if the directory is the system tmp directory or null it will create the
directory under .deletable, and will be purge by the PurgeDeletableFile batch processes
when it has been aged out.
- createTemplate(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap, ISymbolTable) - Static method in class gw.lang.GosuShop
-
- createTemplate(String, String, GosuClassTypeLoader, ISourceFileHandle, ITypeUsesMap, ISymbolTable) - Method in interface gw.lang.IGosuShop
-
- createTemplateHost() - Static method in class gw.lang.GosuShop
-
- createTemplateHost() - Method in interface gw.lang.IGosuShop
-
- createTemplateTokenizerInstructor(ISourceCodeTokenizer) - Static method in class gw.lang.GosuShop
-
- createTemplateTokenizerInstructor(ISourceCodeTokenizer) - Method in interface gw.lang.IGosuShop
-
- createTestClass(IType) - Static method in class gw.test.TestClass
-
- createTestSuite(Class<T>, Iterable<String>) - Static method in class gw.test.TestClassHelper
-
- CREATETIME_DYNPROP - Static variable in interface gw.pl.persistence.core.entity.Editable
-
Columns automatically added to an entity table that stores editable
objects.
- createTypeInfo() - Method in class gw.xml.parser2.XMLNodeType
-
- createTypeInfo() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- createTypeInfo(XSDSchemaIndex) - Method in interface gw.xml.xsd.schema.IXSDType
-
- createTypeInfo(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDComplexType
-
- createTypeInfo(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDSimpleType
-
- createTypekey(String) - Method in interface gw.api.archiving.upgrade.IArchivedTypekeySet
-
Creates a new IArchivedTypekey representing the given typekey.
- createTypeLoader(IExecutionEnvironment) - Method in class gw.config.TypeLoaderSpec
-
- createTypeLoader(IExecutionEnvironment, String, HashMap) - Static method in class gw.config.TypeLoaderSpec
-
- createTypeUsesMap(List<String>) - Static method in class gw.lang.GosuShop
-
- createTypeUsesMap(List<String>) - Method in interface gw.lang.IGosuShop
-
- createTypeVariableDefinition(IType) - Method in interface gw.lang.reflect.gs.IGenericTypeVariable
-
- CreateUpdateOp - Interface in gw.pl.addressbook.entity
-
Deprecated.
Since ClaimCenter 8.0, only used by deprecated IAddressBookAdapter
- CREATEUSER_DYNPROP - Static variable in interface gw.pl.persistence.core.entity.Editable
-
- createUserAttributes() - Method in interface gw.pl.assignment.entity.Assignable
-
Deprecated.
Use the constructor directly. This method is no longer necessary, since a new AttributeBasedAssignmentCriteria entity can simply
be created directly in Gosu and placed in the correct bundle.
- createUserRegions(Region[], Location) - Static method in class gw.api.admin.UserRegionUtil
-
Create a new UserRegion entity for each Region in the "picked" array and set the Region
property of that new UserRegion to the corresponding Region.
- createUserSearchCriteria(Bundle) - Method in class gw.api.assignment.AssignmentSearchCriteria
-
- createVersionCheck() - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionCheckWrapper
-
- createVersionCheck() - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionTrigger
-
Only called if hasVersionCheck() returns true.
- createVersionCheck() - Method in class gw.api.database.upgrade.DropTableIfEmptyVersionTrigger
-
- createViewInfo(String, int, String) - Static method in class gw.api.tools.LogViewInfo
-
- createWorker() - Method in class gw.processes.WorkQueueBase
-
This will return a worker that processes work items.
- createWorker(int, String, String) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- createWorkItem(String) - Method in class gw.api.contact.ContactAutoSyncUtilBase
-
Create an contact auto sync work item for this given addressBookUID.
- createWorkItem(String, String) - Method in class gw.api.contact.ContactAutoSyncUtilBase
-
Create an contact auto sync work item for this given addressBookUID.
- createWorkItem(E, Bundle) - Method in class gw.processes.BulkInsertWorkQueueBase
-
This method will create a new work item.
- createWorkItem(E, BatchProcessType, Bundle) - Method in class gw.processes.WorkQueueBase
-
- createWorkItem(E, Bundle) - Method in class gw.processes.WorkQueueBase
-
This method will create a new work item.
- createWorkItems(String, Key, Key, String) - Method in class gw.api.contact.ContactAutoSyncUtilBase
-
- Credential - Interface in gw.pl.community.entity
-
Credential
Security credentials.
- CREDENTIAL_LOCKED - Static variable in class gw.plugin.security.AuthenticationSource.Failure
-
User's credential is locked in the database
- CREDENTIAL_LOCKED - Static variable in class gw.plugin.security.CredentialVerificationResult
-
User's crediential is locked.
- CredentialBuilder - Class in gw.api.databuilder
-
- CredentialBuilder() - Constructor for class gw.api.databuilder.CredentialBuilder
-
Initializes the builder with the following defaults:
UserName - a unique value
Password - "gw"
- CredentialsPlugin - Interface in gw.plugin.credentials
-
This class serves as a simple pluggable interface to allow a username/password
pair corresponding to some key to be retrieved in some manner defined by the
user, such as retrieving them from an external system, decrypting the password,
reading a file from the filesystem, and so on.
- CredentialsUtil - Class in gw.plugin.credentials
-
- CredentialsUtil() - Constructor for class gw.plugin.credentials.CredentialsUtil
-
- CredentialVerificationResult - Class in gw.plugin.security
-
Result of verifying an internal credential using AuthenticationServicePluginCallbackHandler
- Critical - Annotation Type in gw.testharness
-
- CROSS_DOMAIN_PUBLICID_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- CrossGraphInfo - Interface in gw.api.importing.graph
-
- CSVBuilder - Class in gw.pl.util.csv
-
Tool for building CSV files.
- CSVBuilder(Writer) - Constructor for class gw.pl.util.csv.CSVBuilder
-
- CSVParser - Class in gw.pl.util.csv
-
Tool for parsing CSV files.
- CSVParser(InputStream) - Constructor for class gw.pl.util.csv.CSVParser
-
- CSVParser(String) - Constructor for class gw.pl.util.csv.CSVParser
-
- CSVParser(Reader) - Constructor for class gw.pl.util.csv.CSVParser
-
- csvToXml(String, boolean, boolean) - Method in interface gw.api.webservice.importTools.IImportTools
-
- csvToXml(String, int, boolean, boolean) - Method in interface gw.api.webservice.importTools.IImportTools
-
- csvToXml(String, boolean, boolean) - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
- csvToXml(String, int, boolean, boolean) - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
- CSVUtil - Class in gw.pl.util.csv
-
- CSVUtil() - Constructor for class gw.pl.util.csv.CSVUtil
-
- currenciesEqual(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Returns true if Currency of given CurrencyAmount equals this Currency, or either is null.
- Currency - Class in gw.pl.currency.typekey
-
- Currency(ITypeList, String) - Constructor for class gw.pl.currency.typekey.Currency
-
- CurrencyAmount - Class in gw.api.financials
-
Represents a monetary amount with a currency.
- CurrencyAmount() - Constructor for class gw.api.financials.CurrencyAmount
-
Required for SOAP.
- CurrencyAmount(String) - Constructor for class gw.api.financials.CurrencyAmount
-
Constructs a CurrencyAmount from a string.
- CurrencyAmount(BigDecimal, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Primary constructor
- CurrencyAmount(BigInteger, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Convenience constructor
- CurrencyAmount(BigInteger, int, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Convenience constructor
- CurrencyAmount(long, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Convenience constructor
- CurrencyAmount(double, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Convenience constructor.
- CurrencyAmount(float, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Convenience constructor.
- CurrencyAmount(String, Currency) - Constructor for class gw.api.financials.CurrencyAmount
-
Convenience constructor
- CurrencyAmount(Number) - Constructor for class gw.api.financials.CurrencyAmount
-
Constructs a CurrencyAmount from a number.
- CurrencyAmountConstraintsHandlerBase - Class in gw.datatype.impl
-
Base class for currency amount datatype constraint handlers.
- CurrencyAmountConstraintsHandlerBase(String) - Constructor for class gw.datatype.impl.CurrencyAmountConstraintsHandlerBase
-
- CurrencyAmountPair - Class in gw.api.financials
-
Represents the same amount of money in two currencies.
- CurrencyAmountPair(CurrencyAmount, CurrencyAmount) - Constructor for class gw.api.financials.CurrencyAmountPair
-
- CurrencyAmountPersistenceHandler - Class in gw.datatype.impl
-
- CurrencyAmountPersistenceHandler(int, int, String) - Constructor for class gw.datatype.impl.CurrencyAmountPersistenceHandler
-
- CurrencyAmountValueHandler - Class in gw.datatype.impl
-
Class description...
- CurrencyAmountValueHandler() - Constructor for class gw.datatype.impl.CurrencyAmountValueHandler
-
- CurrencyProperty - Annotation Type in gw.api.financials
-
Annotation used by CurrencyAmountComponent to specify the name of the currency property.
- CurrencyUtil - Class in gw.api.util
-
Helpful methods for dealing with currencies and currency conversion.
- CurrencyUtil() - Constructor for class gw.api.util.CurrencyUtil
-
- CURRENT - Static variable in class gw.lang.reflect.FunctionType
-
- currentClassSuperType() - Method in class gw.lang.ir.builder.IRBuilderContext
-
- currentDate() - Static method in class gw.api.util.DateUtil
-
Returns the current date.
- CurrentEncryptionPlugin - Static variable in class gw.api.system.PLConfigParameters
-
The name of the current encryption plugin.
- currentPluginReturnsOverviewMapWithDrivingDirections() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginReturnsStepByStepMapsWithDrivingDirections() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginSupportsCorrections() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginSupportsDrivingDirections() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginSupportsFindByGeocode() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginSupportsFindByGeocodeMultiple() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginSupportsMappingByAddress() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentPluginSupportsMultipleCorrections() - Static method in class gw.api.geocode.GeocodeUtils
-
- currentReturnType() - Method in class gw.lang.ir.builder.IRBuilderContext
-
- currentTime() - Static method in class gw.plugin.cluster.TransportUtils
-
- CurrentUser - Interface in gw.plugin.util
-
Access the user associated with the thread.
- CurrentUserTestUtil - Class in gw.testharness
-
Provides utilities for modifying the current user during tests.
- CurrentUserUtil - Class in gw.plugin.util
-
- CUSTOM - Static variable in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
Custom consistency check
- CustomDataDistRequest - Interface in gw.pl.database.entity
-
CustomDataDistRequest
Stores custom data distribution request.
- CustomDDColumn - Interface in gw.pl.database.entity
-
CustomDDColumn
Stores ordered column names for custom data distribution request.
- CustomDDResult - Interface in gw.pl.database.entity
-
CustomDDResult
Stores results of custom data distribution request.
- CustomerDatamodelUpgrade - Class in gw.api.datamodel.upgrade
-
- CustomerDatamodelUpgrade() - Constructor for class gw.api.datamodel.upgrade.CustomerDatamodelUpgrade
-
- CustomerServiceTier - Class in gw.pl.contact.typekey
-
- CustomerServiceTier(ITypeList, String) - Constructor for class gw.pl.contact.typekey.CustomerServiceTier
-
- CustomEvents - Class in gw.api.webservice.messagingTools
-
Custom events to fire on an object as part of an acknowledgement.
- CustomEvents() - Constructor for class gw.api.webservice.messagingTools.CustomEvents
-
- CustomEvents(String, String[]) - Constructor for class gw.api.webservice.messagingTools.CustomEvents
-
- CustomHistoryType - Class in gw.pl.history.typekey
-
- CustomHistoryType(ITypeList, String) - Constructor for class gw.pl.history.typekey.CustomHistoryType
-
- CustomHistoryTypeConstants - Class in gw.ab.history.typekey
-
- CustomHistoryTypeConstants() - Constructor for class gw.ab.history.typekey.CustomHistoryTypeConstants
-
- customizePrintProcessFactory(PrintSettings) - Method in class gw.api.print.PrintAction
-
- CustomPicker - Interface in gw.pl.custom.entity
-
CustomPicker
Bean backing a CustomPicker bean
- CustomPickerCode - Class in gw.plugin.custompicker
-
A single discrete code select by a custom picker, a set of which are used to
populate a custom picker.
- CustomPickerCode() - Constructor for class gw.plugin.custompicker.CustomPickerCode
-
- CustomPickerCode(String, String) - Constructor for class gw.plugin.custompicker.CustomPickerCode
-
- CustomPickerSearchCriteria - Interface in gw.pl.custom.entity
-
CustomPickerSearchCriteria
Used for executing Custom Picker searches.
- CustomPickerSearchResult - Interface in gw.pl.custom.entity
-
CustomPickerSearchResult
null
- CustomTypeMapping - Class in gw.xml.xsd.typeloader
-
Class description...
- CustomTypeMapping(String, boolean, String, XSDTypeWrapper, boolean) - Constructor for class gw.xml.xsd.typeloader.CustomTypeMapping
-
- CustomTypeMapping(String, boolean, String, XSDTypeWrapper, QName, boolean) - Constructor for class gw.xml.xsd.typeloader.CustomTypeMapping
-
- CustomWorkAgent - Class in gw.api.integration.inbound
-
- CustomWorkAgent() - Constructor for class gw.api.integration.inbound.CustomWorkAgent
-
- g_iPlatform - Static variable in class gw.pl.util.PlatformUtil
-
- g_resources - Static variable in class gw.lang.parser.resources.Res
-
- GenderType - Class in gw.pl.community.typekey
-
- GenderType(ITypeList, String) - Constructor for class gw.pl.community.typekey.GenderType
-
- GeneralLoginException - Static variable in exception gw.api.webservice.exception.LoginException
-
- GeneralPermissionException - Static variable in exception gw.api.webservice.exception.PermissionException
-
- GeneralValidation - Class in gw.api.validation
-
GeneralValidation
General validation error raised on an entity
- GeneralValidation() - Constructor for class gw.api.validation.GeneralValidation
-
- GeneralValidation - Interface in gw.pl.validation.old.entity
-
GeneralValidation
General validation error or warning raised on an entity
- GeneralValidationData - Class in gw.plugin.validation
-
Stores validation data for a general validation exception related to the
entity being validated.
- GeneralValidationData() - Constructor for class gw.plugin.validation.GeneralValidationData
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaBeanFaultWriter
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaBeanWriter
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaEnumTypeWriter
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaFaultWriter
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaImplWriter
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaServiceIfaceWriter
-
- generate() - Method in class gw.pl.util.webservices.axis.GWJavaServiceImplWriter
-
- GENERATE_EVENTS - Static variable in class gw.api.profiler.ProfilerTag
-
- GENERATE_MESSAGES_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- GENERATE_PAYLOAD - Static variable in class gw.api.profiler.ProfilerTag
-
- generateAll(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use setAllWanted(all)
- generateBody(PdfPrintContext, PrintableLocation) - Method in class gw.api.print.ListViewCustomPrintAction
-
List Views are a special case were we might want to print the entire body of the page.
- generateBody(PdfPrintContext, PrintableLocation) - Method in class gw.api.print.PrintAction
-
Actually generates the body content of page output.
- generateBody(PdfPrintContext, PrintableLocation) - Method in class gw.api.print.PrintWidgetAction
-
- generateContactLinkStatus(Contact, Contact) - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use generateContactLinkStatus() in ContactSystemUtil
- generateContent(PrintContext) - Method in class gw.api.print.PrintAction
-
Deprecated.
Internal method. Do not use.
- generateContent(PrintContext) - Method in class gw.api.print.PrintLocationAction
-
Deprecated.
Internal method. Do not use.
- generateCsvContent(CsvPrintContext) - Method in class gw.api.print.ListViewCustomPrintAction
-
Prints the CSV data to the given writer
- generateData(SampleDataMethod, Object[]) - Method in class gw.api.tools.SampleDataHelper
-
Given a sample data method, invokes it to generate data, saves the data to the DB,
and returns the result.
- generateDefaultSampleData() - Static method in class gw.api.util.SampleDataGenerator
-
Generates the default data, as configured in config.xml
- generateDiffDisplayForUpdate(PendingContactUpdate) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- generateDomainSchema() - Static method in class gw.api.importing.ImportingUtil
-
This will generate one schema including domain and non domain entity types.
- generateDomainSchemaXmlElement() - Static method in class gw.api.importing.ImportingUtil
-
This will generate the customer's schema including domain and non-domain entity types.
- generateForReleaseTest(TestBase) - Method in interface gw.api.databuilder.SampleDataBuilder
-
- generateForSmokeTest() - Method in interface gw.api.databuilder.SampleDataBuilder
-
- generateGUID() - Static method in class gw.pl.util.GUIDGenerator
-
- generateImports(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use setImports(generateImports)
- generateJavaSource() - Method in class gw.pl.util.webservices.axis.GWParser
-
- generateJavaSourceForWSDL(String, File) - Static method in class gw.pl.util.webservices.axis.WSDLToJavaGenerator
-
Generate the java source for one WSDL file.
- generateLinkStatus() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use generateLinkStatus() in ContactSystemUtil
- generateNextId(IEntityType) - Static method in class gw.api.domain.BeanUtil
-
Generates an ID value as if creating a new instance of the specified type, without actually creating the
instance.
- generateOtherSchema() - Static method in class gw.api.importing.ImportingUtil
-
- generateOtherSchemaXmlElement() - Static method in class gw.api.importing.ImportingUtil
-
- generateQueryButDontExecute(Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeSelectBuilder
-
Generates and returns the SQL that would be executed for the query.
- generateSampleData(Object, String) - Static method in class gw.api.util.SampleDataGenerator
-
We expect the dataSets parameter to be of type SampleData.DataSets.
- generateServerSide(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use setServerSide(value)
- generateTagHandler(TestBase, IType) - Method in class gw.testharness.ProductExtendableTagHandlerFactory
-
Instantiate a tag handler for a test which is based on product-specific
class naming in the com.guidewire.testharness.taghandlers package.
- generateTagHandler(TestBase, IType) - Method in interface gw.testharness.TagHandlerFactory
-
- generateTemplate(Reader, Writer, ISymbolTable) - Static method in class gw.lang.GosuShop
-
- generateTemplate(Reader, Writer, ISymbolTable) - Method in interface gw.lang.IGosuShop
-
- generateTestCase(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use setTestCaseWanted()
- generateWsddFile() - Method in class gw.pl.util.webservices.axis.GWParser
-
- GENERIC_BEAN_TYPE() - Static method in class gw.lang.parser.GosuParserTypes
-
- GENERIC_COMPARATOR - Static variable in class gw.pl.util.ComparableUtil
-
- GENERIC_FINDER_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- GenericCheckedException - Exception in gw.pl.external
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- GenericCheckedException(Exception) - Constructor for exception gw.pl.external.GenericCheckedException
-
Deprecated.
- GenericFileMetadata - Class in gw.fs.physical.generic
-
- GenericFileMetadata(File) - Constructor for class gw.fs.physical.generic.GenericFileMetadata
-
- GenericGraphEdgeProvider<T> - Class in gw.api.graph.traverse
-
Edge provider for generic
graph structures
- GenericGraphEdgeProvider(ReadableGraph<T>) - Constructor for class gw.api.graph.traverse.GenericGraphEdgeProvider
-
- GenericGraphEdgeProvider(ReadableGraph<T>, TraversalFilter<T>) - Constructor for class gw.api.graph.traverse.GenericGraphEdgeProvider
-
- GenericGraphTraverser<T> - Class in gw.api.graph
-
Implementation of GraphTraverser for traversing any type of Graph.
- GenericGraphTraverser(ReadableGraph<T>, T) - Constructor for class gw.api.graph.GenericGraphTraverser
-
Single root constructor for Gosu backward compatibility.
- GenericGraphTraverser(ReadableGraph<T>, TraversalFilter<T>, T) - Constructor for class gw.api.graph.GenericGraphTraverser
-
Single root constructor for Gosu backward compatibility.
- GenericGraphTraverser(ReadableGraph<T>, T...) - Constructor for class gw.api.graph.GenericGraphTraverser
-
Creates a (@code GenericGraphTraverser} with the graph to traverse and the
roots to traverse from.
- GenericGraphTraverser(ReadableGraph<T>, TraversalFilter<T>, T...) - Constructor for class gw.api.graph.GenericGraphTraverser
-
Creates a (@code GenericGraphTraverser} with the graph to traverse, the
roots to traverse from, and the filter to limit the traversal.
- GenericGraphTraverser(ReadableGraph<T>, Iterable<T>) - Constructor for class gw.api.graph.GenericGraphTraverser
-
Creates a (@code GenericGraphTraverser} with the graph to traverse and the
roots to traverse from.
- GenericGraphTraverser(ReadableGraph<T>, TraversalFilter<T>, Iterable<T>) - Constructor for class gw.api.graph.GenericGraphTraverser
-
Creates a (@code GenericGraphTraverser} with the graph to traverse, the
roots to traverse from, and the filter to limit the traversal.
- GenericGroupColumnNameDataDist - Interface in gw.pl.database.entity
-
GenericGroupColumnNameDataDist
Stores column names for the generic value-group data distribution.
- GenericGroupCountDataDist - Interface in gw.pl.database.entity
-
GenericGroupCountDataDist
Stores value=group size and the number of groups of that size for the generic group data distribution.
- GenericGroupDataDist - Interface in gw.pl.database.entity
-
GenericGroupDataDist
Stores the distribution of value-group sizes for generic column data.
- GenericPhysicalFileSystem - Class in gw.fs.physical.generic
-
- GenericPhysicalFileSystem() - Constructor for class gw.fs.physical.generic.GenericPhysicalFileSystem
-
- genStats() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- geocode(Address) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Synchronously Geocodes an existing Address (persistent or non-persistent) if it has not already been Geocoded.
- GEOCODE_STATUS - Static variable in interface gw.plugin.geocode.IGeocodePlugin
-
Deprecated.
A string representing geocode status.
- geocodeableToString(Address) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Deprecated.
this is not localized, just use the Address's display name
- geocodeAddress(Map) - Method in interface gw.plugin.geocode.IGeocodePlugin
-
Deprecated.
entire class deprecated
- geocodeAddressBestMatch(Address) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
Synchronously geocode an Address.
- geocodeAddressBestMatch(Address) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Synchronously geocode an Address.
- geocodeAddressWithCorrections(Address) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
By default, we simply call geocodeAddressWithCorrections(address,-1) to ignore maxResults.
- geocodeAddressWithCorrections(Address, int) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
By default, we simply "wrap" geocodeAddressBestMatch().
- geocodeAddressWithCorrections(Address) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Synchronously geocode an Address, returning a list of addresses which could match the provided address.
- geocodeAddressWithCorrections(Address, int) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Synchronously geocode an Address, returning a list of addresses which could match the provided address.
- GeocodePlugin - Interface in gw.plugin.geocode
-
- GeocodeScriptHelper - Class in gw.api.geocode
-
Provides utility functions for working with Proximity Searches (Geocoding) from Gosu.
- GeocodeScriptHelper() - Constructor for class gw.api.geocode.GeocodeScriptHelper
-
- GeocodeStatus - Class in gw.pl.contact.typekey
-
- GeocodeStatus(ITypeList, String) - Constructor for class gw.pl.contact.typekey.GeocodeStatus
-
- geocodeSynchronously() - Method in interface gw.pl.contact.entity.Address
-
Checks if the location information (Latitude, Longitude and GeocodeStatus) has been successfully set.
- geocodeSynchronouslyIfNecessary() - Method in interface gw.pl.contact.entity.Address
-
Checks if the location information (Latitude, Longitude and GeocodeStatus) has been successfully set.
- GeocodeTest - Annotation Type in gw.testharness
-
- GeocodeUtils - Class in gw.api.geocode
-
GeocodeUtils provides a set of general-use methods for working with Geocoding functionality
in both scripts and the UI.
- GeocodeUtils() - Constructor for class gw.api.geocode.GeocodeUtils
-
- GeocodeUtils.GeocodePluginNotEnabledException - Exception in gw.api.geocode
-
- GeocodeUtils.GeocodePluginNotEnabledException() - Constructor for exception gw.api.geocode.GeocodeUtils.GeocodePluginNotEnabledException
-
- GeocodeUtils.GeocodePluginNotStartedException - Exception in gw.api.geocode
-
- GeocodeUtils.GeocodePluginNotStartedException() - Constructor for exception gw.api.geocode.GeocodeUtils.GeocodePluginNotStartedException
-
- GeocodeWorkItem - Interface in gw.pl.contact.entity
-
GeocodeWorkItem
Queue of Addresses to be geocoded.
- GEODATA - Static variable in class gw.api.util.Logger
-
Deprecated.
Logger for geocoding related features
- get(int) - Static method in enum gw.api.database.DBDayOfWeek
-
- get() - Static method in class gw.api.databuilder.UniqueKeyGenerator
-
Get the singleton key generator.
- get(int) - Static method in class gw.api.databuilder.UniqueKeyGenerator
-
Get the singleton key generator.
- get() - Static method in class gw.api.reflect.BasicTypes
-
Returns a set of "basic" or non-composite types, i.e., types that represent properties
not represented by edges in an object graph.
- get(Object) - Method in class gw.api.web.tools.ModeMap
-
- get(IAnnotatedFeatureInfo) - Static method in class gw.datatype.DataTypes
-
Gets the datatype associated with the given feature, or null if none.
- get(String, Map<? extends String, ? extends String>) - Static method in class gw.datatype.DataTypes
-
Gets the datatype identified by the given name, and parametrized by the given parameters.
- get(Class<?>) - Static method in class gw.datatype.DataTypes
-
Deprecated.
Use a specific datatype instead.
- get(int) - Method in class gw.lang.enhancements.OrderedList
-
- get(String) - Static method in enum gw.lang.ir.expression.IRRelationalExpression.Operation
-
- get() - Method in interface gw.lang.javadoc.IDocRef
-
- get(CharSequence) - Static method in class gw.lang.parser.CICS
-
- get(ResourceKey, Object...) - Static method in class gw.lang.parser.resources.Res
-
- get(ITypeVariableType) - Method in class gw.lang.parser.TypeVarToTypeMap
-
- get(List) - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- get() - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- get() - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- get(R, List) - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- get(R) - Method in class gw.lang.reflect.features.PropertyReference
-
- get(R) - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- get(String) - Method in class gw.lang.reflect.FragmentCache
-
- get(IAttributedFeatureInfo) - Static method in class gw.lang.reflect.IAttributedFeatureInfo.MODIFIER
-
- GET - Static variable in class gw.lang.reflect.ImplicitPropertyUtil
-
- GET - Static variable in class gw.lang.reflect.IPresentationInfo.Default
-
- get(IType) - Method in interface gw.lang.reflect.ITypeRefFactory
-
- get(String) - Method in interface gw.lang.reflect.ITypeRefFactory
-
- get(Class<?>) - Method in interface gw.lang.reflect.ITypeSystem
-
Gets the intrinsic type for a given class.
- get(IJavaClassInfo) - Method in interface gw.lang.reflect.ITypeSystem
-
Gets the intrinsic type for a given class info object.
- get(Method) - Static method in class gw.lang.reflect.java.IJavaClassInfo.Util
-
- get(Constructor) - Static method in class gw.lang.reflect.java.IJavaClassInfo.Util
-
- get(Object) - Method in class gw.lang.reflect.PropertyNameMap
-
- get(Class) - Static method in class gw.lang.reflect.TypeSystem
-
Gets the intrinsic type for a given class.
- get(Class, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- get(IJavaClassInfo) - Static method in class gw.lang.reflect.TypeSystem
-
- get(IJavaClassInfo, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- get(IType) - Method in interface gw.pl.persistence.type.DynamicEntityPropertyInfoReference
-
Gets the instance of this entity property for the given concrete entity type.
- get() - Method in interface gw.pl.persistence.type.EntityPropertyInfoReference
-
Gets the entity property referred to by this object.
- get() - Method in interface gw.pl.persistence.type.TypeListTypeReference
-
Gets the typelist type associated with this reference.
- get() - Method in interface gw.pl.persistence.typelist.TypeKeyReference
-
Gets the typekey associated with this reference.
- get(Object) - Method in class gw.pl.util.EmptyMap
-
- get() - Method in class gw.pl.util.ScopedThreadLocal
-
- get(int) - Static method in class gw.pl.util.StaticInt
-
Get a static integers object from a range of pre-created Integers
in the INTEGER_POOL.
- get(QName, Class) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the entry with the given QName of the given class.
- get(String) - Method in interface gw.pl.util.xml.IXMLObjectSerializerRegistry
-
- get(String) - Static method in class gw.pl.util.xml.XMLObjectSerializerRegistry
-
- get(String) - Method in class gw.pl.util.xml.XMLObjectSerializerRegistryImpl
-
- get(Class<T>) - Static method in class gw.plugin.Plugins
-
Gets the single plugin implementing the given interface.
- get(String) - Static method in class gw.plugin.Plugins
-
Gets the plugin registered under the given name.
- get(Integer, List<SolrSortColumn>) - Method in class gw.plugin.solr.SolrRecordMap
-
- get(int) - Method in class gw.smoketest.platform.web.IteratorEntries
-
- get(String) - Method in class gw.util.cache.FqnCache
-
- get(String) - Method in interface gw.util.cache.IFqnCache
-
- get(String) - Method in class gw.util.cache.WeakFqnCache
-
- get(Object) - Method in class gw.util.CiHashMap
-
- get(K) - Method in class gw.util.concurrent.Cache
-
This will get a specific entry, it will call the missHandler if it is not found.
- get(Object) - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- get() - Method in class gw.util.concurrent.LockingLazyVar
-
- get() - Method in class gw.util.concurrent.LocklessLazyVar
-
- get(Object) - Method in class gw.util.DerivedKeyHashMap
-
- get(int) - Method in class gw.util.DynamicArray
-
Returns the element at the specified position in this list.
- get() - Method in class gw.util.Reference
-
- get(int) - Method in class gw.util.RegExpMatch
-
- get(Object) - Method in class gw.util.ScopedMap
-
- get(Object) - Method in class gw.util.SpaceEfficientHashMap
-
- get(int) - Method in class gw.util.Stack
-
- get(int) - Static method in class gw.xml.ws.Server
-
Returns the server on the specified port, creating it if needed.
- get() - Method in class gw.xml.ws.WsiRequestLocal
-
Returns the current value of this request local.
- get(Object) - Method in class gw.xml.XMLNodeAttributeMap
-
- get(int) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- GET_BATCH_ITERATOR - Static variable in class gw.api.profiler.ProfilerTag
-
- get_Checkbox() - Method in class gw.smoketest.platform.web.RowElement
-
Gets the checkbox that can be used to select this entry
- GET_CONNECTION - Static variable in class gw.api.profiler.ProfilerTag
-
- get_Current() - Method in class gw.smoketest.platform.web.RowElement
-
Returns true if this entry is currently selected to view its detail in the Detail panel.
- get_ListPaging() - Method in class gw.smoketest.platform.web.IteratorEntriesWithPaging
-
- GET_PREPARED_STMT_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- GET_READ_CONNECTION_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- get_Select() - Method in class gw.smoketest.platform.web.RowElement
-
Gets the button that can be used to pick this row and return the value to the base page
- GET_WRITE_CONNECTION_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- getAbbreviation(Country, String) - Static method in class gw.api.util.StateAbbreviationUtil
-
Returns the StateAbbreviation associated with the country and abbreviation string in the current language.
- getAbsolutePath(String, String) - Static method in class gw.plugin.document.DocumentConfigUtil
-
A path is absolute if it begins with a "/" or a "\" or a drive letter ":".
- getAbsolutePath(String, String) - Static method in class gw.plugin.email.EmailConfigUtil
-
A path is absolute if it begins with a "/" or a "\" or a drive letter ":".
- getAbsolutePath(String, String) - Static method in class gw.plugin.note.NoteConfigUtil
-
A path is absolute if it begins with a "/" or a "\" or a drive letter ":".
- getAccesses() - Method in class gw.api.tools.CacheByUserStatistics
-
- getAccessibilityForClass(IType, IType) - Static method in class gw.lang.reflect.FeatureManager
-
- getAccessibilityForType(IType) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getAccessibilityForType(IType) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getAccessibilityForType(IType) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getAccessibilityForType(IType) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getAccessibilityForType(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getAccessor() - Method in interface gw.lang.reflect.IPropertyInfo
-
- getAccessor() - Method in class gw.lang.reflect.MetaPropertyInfoDelegate
-
- getAccessor() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getAccessor() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getAccessor() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- getAccessor() - Method in class gw.xml.parser2.XMLChildElementPropertyInfo
-
- getAccessor() - Method in class gw.xml.parser2.XMLChildListPropertyInfo
-
- getAccessor() - Method in class gw.xml.parser2.XMLNodeValuePropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.ParentPropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDAttributePropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDChildElementPropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDChildListPropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDGroupingListPropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDGroupingPropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDNodeValuePropertyInfo
-
- getAccessor() - Method in class gw.xml.xsd.typeloader.XSDSimpleChildPropertyInfo
-
- getAccessPath() - Method in interface gw.lang.parser.expressions.IQueryPathExpression
-
- getAckCode() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Returns the acknowledgement code to store with the message.
- getAction() - Method in class gw.api.admin.DestinationMessageStatistics.DestinationAction
-
- getActionEventParameter() - Static method in class gw.api.web.WebUtil
-
Returns the arbitrary "parameter" string that was sent back from the browser
as part of the current "action event" (like a button click or menu item selection).
- getActionType() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- getActivationCtx() - Method in interface gw.lang.parser.IScope
-
Get the activation record context.
- getActivationCtx() - Method in class gw.lang.parser.StandardScope
-
- getActiveSessionData() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Returns all server session information.
- getActiveSessionData() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getActiveStatus() - Method in class gw.api.tools.BatchProcess
-
- getActiveThreadCount() - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- getActiveUserRoleAssignments(UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Gets the active assignments to the given role.
- getActiveWizardInCurrentLocationGroup() - Static method in class gw.api.util.LocationUtil
-
Deprecated.
DO NOT USE. To be removed.
- getActiveWorkflowWorkItem() - Method in interface gw.pl.workflow.entity.Workflow
-
This will find the active work item for this workflow if it exists
- getActiveWorkItem() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- getActiveWorksheet() - Static method in class gw.api.web.workspace.WorkspaceUtil
-
Gets the active worksheet so it can be queried before being closed.
- getActivityPatternByCode(String) - Method in interface gw.api.activity.PublicActivityPatternFinder
-
Returns any existing activity pattern whose "Code" attribute is
code, or null if there are no such activity
pattern.
- getActivityStatus() - Method in interface gw.pl.activity.entity.Activity
-
- getActorRole() - Method in exception gw.xml.ws.WsdlFault
-
Gets the SOAP 1.1 actor role.
- getActualLoader() - Method in interface gw.lang.reflect.gs.IGosuClassLoader
-
- getActualReturnType(IJavaClassType, TypeVarToTypeMap, boolean) - Static method in class gw.lang.reflect.java.ClassInfoUtil
-
- getActualType(IType, TypeVarToTypeMap, boolean) - Method in interface gw.lang.reflect.ITypeSystem
-
- getActualType(TypeVarToTypeMap) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getActualType(TypeVarToTypeMap, boolean) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getActualType(TypeVarToTypeMap) - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getActualType(TypeVarToTypeMap, boolean) - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getActualType(IType, TypeVarToTypeMap, boolean) - Static method in class gw.lang.reflect.TypeSystem
-
- getActualTypeArguments() - Method in interface gw.lang.reflect.java.IJavaClassParameterizedType
-
- getActualTypeInContainer(IFeatureInfo, IType) - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getActualTypes(IJavaClassType[], TypeVarToTypeMap, boolean) - Static method in class gw.lang.reflect.java.ClassInfoUtil
-
- getAdapterClass() - Method in interface gw.lang.reflect.java.IJavaType
-
Returns the Gosu proxy for this class.
- getAdded() - Method in class gw.api.graph.compare.EntityComparison
-
Returns all beans that are in the comparison graph but are not
in the source graph.
- getAdded() - Method in interface gw.api.graph.compare.GraphComparison
-
Returns all of the nodes which are present in the compare graph
but not in the source graph ("added").
- getAddedArrayElements(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
- getAddedArrayElements(IArrayPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
- getAddedArrayElements(String) - Method in interface gw.pl.persistence.core.Bean
-
- getAddedElements() - Method in class gw.api.admin.ImportDataArrayDifferences
-
The elements added to the array by the import.
- getAdditionalArgs() - Method in class gw.config.TypeLoaderSpec
-
- getAdditionalData() - Method in enum gw.smoketest.platform.web.PCFElementId.PCFElementScope
-
- getAdditionalDFSDecls() - Method in class gw.lang.parser.ParserOptions
-
- getAdditionalPaths() - Static method in class gw.api.xsd.XSDPublishHelper
-
- getAdditionalSchemas() - Method in class gw.xml.XmlParseOptions
-
Any additional schemas that should be present when parsing.
- getAdditionalSourceRoots() - Method in interface gw.lang.reflect.IEntityAccess
-
- getAdditionalTableStatistics() - Method in interface gw.api.database.TableStatistics
-
- getAdditionalTypeLoaders() - Method in class gw.config.Registry
-
- getAdditivity() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
a new mechanism will be introduced to do this in 9.
- getAddressBookFingerprint() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
- getAddressByGeocode(BigDecimal, BigDecimal) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
By default, we simply call getAddressByGeocode(latitude,longitude, -1).
- getAddressByGeocode(BigDecimal, BigDecimal, int) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
By default, we simply "wrap" getAddressByGeocodeBestMatch().
- getAddressByGeocode(BigDecimal, BigDecimal) - Static method in class gw.api.geocode.GeocodeUtils
-
Retrieves from the current Geocoding Plugin the list of possible addresses located at the Geocode
(latitude/longitude pair) provided.
- getAddressByGeocode(BigDecimal, BigDecimal, int) - Static method in class gw.api.geocode.GeocodeUtils
-
Retrieves from the current Geocoding Plugin the list of possible addresses located at the Geocode
(latitude/longitude pair) provided.
- getAddressByGeocode(BigDecimal, BigDecimal) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Retrieves from the external Geocoding service the list of possible addresses located at the Geocode
(latitude/longitude pair) provided.
- getAddressByGeocode(BigDecimal, BigDecimal, int) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Retrieves from the external Geocoding service the list of possible addresses located at the Geocode
(latitude/longitude pair) provided.
- getAddressByGeocodeBestMatch(BigDecimal, BigDecimal) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
There is no practical "generic" way to find an address by Geocode and this is an optional operation.
- getAddressByGeocodeBestMatch(BigDecimal, BigDecimal) - Static method in class gw.api.geocode.GeocodeUtils
-
Retrieves from the current Geocoding Plugin that address which is the best match for the Geocode
(latitude/longitude pair) provided.
- getAddressByGeocodeBestMatch(BigDecimal, BigDecimal) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Retrieves from the external Geocoding service that address which is the best match for the Geocode
(latitude/longitude pair) provided.
- getAddressFieldValue(Zone, String, AddressFillable) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Return the zone value for the given zone and address field.
- getAddressLine1() - Method in interface gw.api.address.AddressFillable
-
- getAddressLine2() - Method in interface gw.api.address.AddressFillable
-
- getAddressLine3() - Method in interface gw.api.address.AddressFillable
-
- getAddressOwnerFieldIds() - Method in class gw.api.util.CountryConfig
-
Get the AddressOwnerFieldIds associated with the visible fields.
- getAfter() - Method in interface gw.lang.parser.IToken
-
- getAfterUpgradeDatamodelChanges() - Method in interface gw.plugin.upgrade.IDatamodelUpgrade
-
- getAgeInSeconds() - Method in class gw.plugin.solr.SolrResultSet
-
Age of this result set in seconds
- getAggregatedQuerySummaries() - Method in interface gw.api.profiler.ProfilerDataSource
-
- getAggregatedQuerySummaries() - Method in class gw.api.profiler.StackQuerySummary
-
- getAlias() - Method in interface gw.api.database.IQuerySelectColumn
-
- getAliasByInternalCode(String, String, String) - Method in interface gw.api.util.TypecodeMapper
-
For use during exports, returns a string corresponding to an alias to an
internal typecode given a typelist, a namespace, and an internal code.
- getAliasByInternalCode(String, String, String) - Static method in class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
For use during exports, returns a string corresponding to an alias to an internal typecode given a typelist, a
namespace, and an internal code.
- getAliasByInternalCode(String, String, String) - Method in class gw.plugin.util.TypecodeMapperUtil
-
For use during exports, returns a string corresponding to an alias to an
internal typecode given a typelist, a namespace, and an internal code.
- getAliasesByInternalCode(String, String, String) - Method in interface gw.api.util.TypecodeMapper
-
For use during exports, returns an array of strings representing external
aliases to internal typecodes given a typelist, a namespace, and an
internal code.
- getAliasesByInternalCode(String, String, String) - Static method in class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
For use during exports, returns an array of strings representing external aliases to internal typecodes given
a typelist, a namespace, and an internal code.
- getAliasesByInternalCode(String, String, String) - Method in class gw.plugin.util.TypecodeMapperUtil
-
For use during exports, returns an array of strings representing external
aliases to internal typecodes given a typelist, a namespace, and an
internal code.
- getAliasName() - Method in class gw.api.database.upgrade.before.BeforeUpgradeDerivedTableColumn
-
- getAll() - Static method in class gw.api.database.DatabaseOutlineInfo
-
Get all the outlines in the database
- getAll() - Static method in class gw.lang.parser.Keyword
-
- getAll(Object) - Method in class gw.pl.util.JSONMultiObject
-
- getAllAddresses() - Method in interface gw.ab.addressbook.entity.ABContact
-
Gets all the Contact's Addresses.
- getAllAddresses() - Method in interface gw.pl.contact.entity.Contact
-
Gets all the Contact's Addresses.
- getAllArchivedAsString() - Static method in class gw.api.archiving.ArchivedSummary
-
- getAllBeans(String) - Method in class gw.api.tools.MBeansData
-
- getAllBeansInGraph(KeyableBean) - Static method in class gw.api.domain.DomainGraphSupport
-
Returns a collection of beans under root bean in the domain graph
- getAllChildren() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
Returns all children.
- getAllChildren() - Method in interface gw.api.bean.compare.ui.HierarchicalDiff
-
Children of this DiffDisplay.
- getAllChildren() - Method in class gw.api.bean.compare.ui.HierarchicalDiffDelegate
-
- getAllChildren(DiffDisplay) - Static method in class gw.api.contact.pendingchanges.DiffDisplays
-
- getAllChildren(Widget) - Method in class gw.api.print.PrintWidgetAction
-
Retrieves all children of a given widget.
- getAllClassesInClassHierarchyAsIntrinsicTypes(IType) - Static method in class gw.lang.reflect.TypeBase
-
- getAllContactContacts() - Method in interface gw.ab.addressbook.entity.ABContact
-
- getAllContactContacts() - Method in interface gw.pl.contact.entity.Contact
-
- getAllDefinedTypes() - Method in class gw.lang.gosuc.GosucProject
-
- getAllEffectiveDates() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Returns a sorted list of distinct effective and expiration dates that
exist on EffDated beans in the branch.
- getAllElementsForTest() - Method in class gw.api.importing.graph.MapBackedGraph
-
hidden for testing only
- getAllExtensions() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getAllForeignKeyConstraints() - Method in class gw.api.tools.DatabaseInfo
-
- getAllGroups() - Method in interface gw.pl.community.entity.User
-
Returns a Set of all the groups to which this user belongs or has admin rights to.
- getAllGroupUsers() - Method in interface gw.pl.community.entity.User
-
Deprecated.
Use (UserStubI.getGroupUsers() instead).
- getAllIncludedRunlevels(Runlevel) - Static method in enum gw.api.server.AvailabilityLevel
-
- getAllIncludedRunlevelsReversed(Runlevel) - Static method in enum gw.api.server.AvailabilityLevel
-
- getAllInterfaces(Class) - Static method in class gw.util.GosuClassUtil
-
- getAllKeys() - Static method in class gw.api.system.ABConfigParameters
-
- getAllKeys() - Static method in class gw.api.system.PLConfigParameters
-
- getAllLanguages() - Static method in class gw.api.util.LocaleUtil
-
- getAllLinks() - Method in class gw.api.reflect.PropertyExtractor
-
Returns a collection of all (logically) outgoing links from the entity, including "virtual"
links such as arrays and one-to-ones.
- getAllLocales() - Static method in class gw.api.util.LocaleUtil
-
- getAllNamespaces() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getAllNamespaces() - Method in interface gw.lang.reflect.ITypeLoader
-
Don't call this method unless you really know what you're doing.
- getAllNamespaces() - Method in class gw.xml.xsd.typeloader.XSDBuiltinTypeLoader
-
- getAllNamespaces() - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getAllOperationNames(String) - Static method in class gw.api.profiler.WebServiceProfilerPageHelper
-
- getAllOperationNames(String) - Static method in class gw.api.webservice.WebServiceDiscoveryAPIHelper
-
- getAllowedAssignmentSearchTypes() - Method in class gw.api.assignment.AssigneePicker
-
Return a list of AssignmentSearchTypes ("User", "Group" and "Queue") specifying the allowed types of
assignee for this picker.
- getAllowsChildren() - Method in class gw.api.profiler.IterationInfoNode
-
- getAllQueryExecs() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getAllRegions() - Static method in class gw.api.admin.BaseAdminUtil
-
Returns all the regions sorted by name.
- getAllRequiredModules(GosucModule) - Method in class gw.lang.gosuc.Gosuc
-
- getAllRoles() - Static method in class gw.api.admin.BaseAdminUtil
-
Returns all the roles in the system as entities.
- getAllRoles() - Method in interface gw.pl.community.entity.UserSearchCriteria
-
Returns a set of all roles which can be searched for, sorted by name.
- getAllSchemaNamespaces() - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getAllServers() - Method in class gw.api.tools.ClusterInfoData
-
Returns information about all servers (nodes with distinct serverIDs)
forming the cluster.
- getAllServiceNames() - Static method in class gw.api.profiler.WebServiceProfilerPageHelper
-
- getAllSourceRoots() - Method in class gw.lang.gosuc.GosucModule
-
- getAllStatistics() - Static method in class gw.api.tools.CacheByUserStatistics
-
- getAllSubtypes() - Method in interface gw.entity.IEntityType
-
Returns all entity types that derrive form this entity type.
- getAllThreadStacks() - Static method in class gw.util.Shell
-
Deprecated.
- getAllTypeKeys() - Static method in class gw.ab.addressbook.typekey.ABContact
-
- getAllTypeKeys() - Static method in class gw.ab.addressbook.typekey.ABContactType
-
- getAllTypeKeys() - Static method in class gw.ab.addressbook.typekey.ABResultType
-
- getAllTypeKeys() - Static method in class gw.ab.addressbook.typekey.VendorAvailabilityType
-
- getAllTypeKeys() - Static method in class gw.ab.addressbook.typekey.VendorServicesLoadStatus
-
- getAllTypeKeys() - Static method in class gw.ab.contact.typekey.PendingContactChange
-
- getAllTypeKeys() - Static method in class gw.ab.contact.typekey.PendingContactChangeView
-
- getAllTypeKeys() - Static method in class gw.pl.accounting.typekey.LedgerSide
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.Activity
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.ActivityCategory
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.ActivityClass
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.ActivityStatus
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.ActivityType
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.ExternalToolType
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.IncludeDaysType
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.Priority
-
- getAllTypeKeys() - Static method in class gw.pl.activity.typekey.StartPointType
-
- getAllTypeKeys() - Static method in class gw.pl.addressbook.typekey.UpdateOp
-
- getAllTypeKeys() - Static method in class gw.pl.adressbook.typekey.ContactChangeResolution
-
- getAllTypeKeys() - Static method in class gw.pl.archive.typekey.ArchiveFinalStatus
-
- getAllTypeKeys() - Static method in class gw.pl.archive.typekey.ArchiveSourceStatus
-
- getAllTypeKeys() - Static method in class gw.pl.assignment.typekey.AssignmentSearchType
-
- getAllTypeKeys() - Static method in class gw.pl.assignment.typekey.AssignmentSelectionType
-
- getAllTypeKeys() - Static method in class gw.pl.assignment.typekey.UserRole
-
- getAllTypeKeys() - Static method in class gw.pl.assignment.typekey.UserRoleConstraint
-
- getAllTypeKeys() - Static method in class gw.pl.autosync.typekey.AutoSync
-
- getAllTypeKeys() - Static method in class gw.pl.batchprocessing.typekey.BatchProcessType
-
- getAllTypeKeys() - Static method in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
- getAllTypeKeys() - Static method in class gw.pl.calendar.typekey.HolidayTagCode
-
- getAllTypeKeys() - Static method in class gw.pl.calendar.typekey.Weekdays
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.ApprovalStatus
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.AssignmentStatus
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.BusinessType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.CharacterSet
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.GenderType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.GroupType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.LanguageType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.LoadFactorType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.LocaleType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.RegionType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.StartupPage
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.SystemUserType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.TimeZoneType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.UserAttributeType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.UserExperienceType
-
- getAllTypeKeys() - Static method in class gw.pl.community.typekey.VacationStatusType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.Address
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.AddressType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.Contact
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactBidiRel
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactClass
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactLinkStatusType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactMatchResultType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactRel
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactRelCons
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactSearchResultType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactSearchType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ContactTagType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.CustomerServiceTier
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.EmploymentStatusType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.GeocodeStatus
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.MaritalStatus
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.NamePrefix
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.NameSuffix
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.OfficialID
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.OfficialIDType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.OrganizationType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.PayPeriodType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.PrimaryPhoneType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ProximitySearchStatus
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ReviewCategory
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.ReviewServiceType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.SpecialtyType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.TaxFilingStatusType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.TaxStatus
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.UnitOfDistance
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.VendorType
-
- getAllTypeKeys() - Static method in class gw.pl.contact.typekey.VenueType
-
- getAllTypeKeys() - Static method in class gw.pl.currency.typekey.Currency
-
- getAllTypeKeys() - Static method in class gw.pl.currency.typekey.FXRateMarket
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.DateFieldsToSearchType
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.DateRangeChoiceType
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.DateSearchType
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.FinancialCriterion
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.FinancialSearchField
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.SearchObjectType
-
- getAllTypeKeys() - Static method in class gw.pl.custom.typekey.SearchResult
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.ConsistencyCheckType
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.DataDistributionType
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.DateBinDataType
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.EntitySourceType
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.MergeConflictResolution
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.MergeConflictStrategy
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.OraSQLTuningSetCaptureOpt
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.SQLStatementType
-
- getAllTypeKeys() - Static method in class gw.pl.database.typekey.StringCriterionMode
-
- getAllTypeKeys() - Static method in class gw.pl.datagen.typekey.DataGenActionType
-
- getAllTypeKeys() - Static method in class gw.pl.datagen.typekey.DataGenStatusType
-
- getAllTypeKeys() - Static method in class gw.pl.document.typekey.DocumentSection
-
- getAllTypeKeys() - Static method in class gw.pl.document.typekey.DocumentSecurityType
-
- getAllTypeKeys() - Static method in class gw.pl.document.typekey.DocumentStatusType
-
- getAllTypeKeys() - Static method in class gw.pl.document.typekey.DocumentType
-
- getAllTypeKeys() - Static method in class gw.pl.etlstrings.typekey.ETLStrings
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.zone.typekey.Country
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.zone.typekey.Jurisdiction
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.zone.typekey.JurisdictionType
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.zone.typekey.State
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.zone.typekey.StateAbbreviation
-
- getAllTypeKeys() - Static method in class gw.pl.geodata.zone.typekey.ZoneType
-
- getAllTypeKeys() - Static method in class gw.pl.history.typekey.CustomHistoryType
-
- getAllTypeKeys() - Static method in class gw.pl.history.typekey.DataChangeStatus
-
- getAllTypeKeys() - Static method in class gw.pl.history.typekey.History
-
- getAllTypeKeys() - Static method in class gw.pl.history.typekey.HistoryType
-
- getAllTypeKeys() - Static method in class gw.pl.messaging.typekey.ErrorCategory
-
- getAllTypeKeys() - Static method in class gw.pl.messaging.typekey.MessageDestinationStatus
-
- getAllTypeKeys() - Static method in class gw.pl.messaging.typekey.SynchState
-
- getAllTypeKeys() - Static method in class gw.pl.note.typekey.NoteSecurityType
-
- getAllTypeKeys() - Static method in class gw.pl.note.typekey.NoteTopicType
-
- getAllTypeKeys() - Static method in class gw.pl.note.typekey.NoteType
-
- getAllTypeKeys() - Static method in class gw.pl.note.typekey.SortByRange
-
- getAllTypeKeys() - Static method in class gw.pl.parameter.typekey.ComponentType
-
- getAllTypeKeys() - Static method in class gw.pl.parameter.typekey.ParameterType
-
- getAllTypeKeys() - Static method in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
- getAllTypeKeys() - Static method in class gw.pl.platform.typekey.PhoneType
-
- getAllTypeKeys() - Static method in class gw.pl.print.typekey.PrintFormat
-
- getAllTypeKeys() - Static method in class gw.pl.profiler.typekey.InboundHistory
-
- getAllTypeKeys() - Static method in class gw.pl.profiler.typekey.ProfilerConfig
-
- getAllTypeKeys() - Static method in class gw.pl.purge.typekey.ArchiveState
-
- getAllTypeKeys() - Static method in class gw.pl.question.typekey.QuestionFormat
-
- getAllTypeKeys() - Static method in class gw.pl.question.typekey.QuestionSetType
-
- getAllTypeKeys() - Static method in class gw.pl.question.typekey.QuestionType
-
- getAllTypeKeys() - Static method in class gw.pl.resource.typekey.ResourceContext
-
- getAllTypeKeys() - Static method in class gw.pl.rule.typekey.RuleSetType
-
- getAllTypeKeys() - Static method in class gw.pl.sample.typekey.PrimaryColor
-
- getAllTypeKeys() - Static method in class gw.pl.sample.typekey.SampleColor
-
- getAllTypeKeys() - Static method in class gw.pl.sample.typekey.SampleTheme
-
- getAllTypeKeys() - Static method in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
- getAllTypeKeys() - Static method in class gw.pl.security.typekey.RoleType
-
- getAllTypeKeys() - Static method in class gw.pl.security.typekey.SystemPermissionType
-
- getAllTypeKeys() - Static method in class gw.pl.staging.typekey.LoadCommandType
-
- getAllTypeKeys() - Static method in class gw.pl.staging.typekey.LoaderCallbackTimeType
-
- getAllTypeKeys() - Static method in class gw.pl.staging.typekey.LoadErrorType
-
- getAllTypeKeys() - Static method in class gw.pl.staging.typekey.LoadStepType
-
- getAllTypeKeys() - Static method in class gw.pl.upgrader.typekey.TableUpdateStatsType
-
- getAllTypeKeys() - Static method in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
- getAllTypeKeys() - Static method in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
- getAllTypeKeys() - Static method in class gw.pl.validation.old.typekey.ValidationIssue
-
- getAllTypeKeys() - Static method in class gw.pl.validation.typekey.ValidationIssueType
-
- getAllTypeKeys() - Static method in class gw.pl.validation.typekey.ValidationLevel
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.Workflow
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowActionType
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowActiveState
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowHandler
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowState
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowTriggerKey
-
- getAllTypeKeys() - Static method in class gw.pl.workflow.typekey.WorkflowWorkItem
-
- getAllTypeKeys() - Static method in class gw.pl.workitemset.typekey.WorkItemSetState
-
- getAllTypeKeys() - Static method in class gw.pl.workqueue.typekey.WorkItemStatusType
-
- getAllTypeLoaders() - Method in interface gw.lang.reflect.ITypeSystem
-
- getAllTypeLoaders() - Static method in class gw.lang.reflect.TypeSystem
-
- getAllTypeNames() - Method in interface gw.lang.reflect.gs.IGosuClassRepository
-
- getAllTypeNames(String...) - Method in interface gw.lang.reflect.gs.IGosuClassRepository
-
Returns the names of all types in this repository that end with one of the specified file extensions
- getAllTypeNames() - Method in interface gw.lang.reflect.ITypeLoader
-
- getAllTypeNames() - Method in interface gw.lang.reflect.ITypeSystem
-
Returns all type names in the system for all type loaders.
- getAllTypeNames() - Method in class gw.lang.reflect.TypeLoaderBase
-
- getAllTypeNames() - Static method in class gw.lang.reflect.TypeSystem
-
Returns all type names in the system for all type loaders.
- getAllTypesInHierarchy() - Method in class gw.lang.reflect.DefaultArrayType
-
- getAllTypesInHierarchy() - Method in class gw.lang.reflect.FunctionType
-
- getAllTypesInHierarchy() - Method in interface gw.lang.reflect.IType
-
Returns a Set of all IIntrinsicTypes that this class is assignable from,
including this class.
- getAllTypesInHierarchy() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getAllTypesInHierarchy() - Method in class gw.lang.reflect.TypeBase
-
- getAllTypesInHierarchy() - Method in class gw.xml.parser2.LocationRefType
-
- getAllTypesInHierarchy() - Method in class gw.xml.parser2.XMLNodeType
-
- getAllTypesInHierarchy() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getAllTypesInHierarchy() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getAllTypesInHierarchy() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getAllUserRoles() - Method in interface gw.pl.security.entity.Role
-
Returns all UserRoles associated with this role.
- getAllUsers() - Method in interface gw.pl.community.entity.Organization
-
- getAllUsers() - Method in interface gw.pl.security.entity.Role
-
Returns all the Users associated with this role.
- getAllUsersArray() - Method in interface gw.pl.security.entity.Role
-
Returns all the Users associated with this Role.
- getAllVersionsUntyped() - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- getAllXsdTypeloaders() - Static method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getAlternateException() - Method in exception gw.lang.parser.exceptions.ParseException
-
An alternate ParseException that may provide additional information.
- getAltValue() - Method in class gw.smoketest.platform.web.ValueElement
-
- getAltValue(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the alternate value of the named form element, e.g. the converted value of a multi-currency field.
- getAmount() - Method in class gw.api.financials.CurrencyAmount
-
The BigDecimal amount of the CurrencyAmount.
- getAmount() - Method in class gw.api.financials.CurrencyAmountPair
-
- getAmount() - Method in interface gw.api.financials.IMoney
-
The money amount.
- getAmount() - Method in interface gw.api.financials.IMutableMoney
-
The money amount.
- getAmount() - Method in interface gw.api.financials.MoneyComponentFacade
-
Deprecated.
The money amount.
- getAmount() - Method in class gw.pl.currency.MonetaryAmount
-
The BigDecimal amount of the MonetaryAmount.
- getAnalysisLevel() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getAncestor(Class<T>) - Method in class gw.xml.AbstractXMLNode
-
Gets the nearest ancestor of this node that is an instance of the given class.
- getAncestor(Class<T>) - Method in interface gw.xml.IReadOnlyXMLNode
-
- getAncestry() - Method in interface gw.pl.vendormanagement.entity.SpecialistService
-
- getAnnotation() - Method in interface gw.lang.parser.expressions.IAnnotationExpression
-
- getAnnotation(IType) - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getAnnotation(IType) - Method in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- getAnnotation(IType, List<IAnnotationInfo>, String) - Method in class gw.lang.reflect.IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
- getAnnotation(Class) - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getAnnotation(Class) - Method in class gw.lang.reflect.java.asm.AsmField
-
- getAnnotation(Class) - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getAnnotation(Class<? extends Annotation>) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getAnnotation(Class<? extends Annotation>) - Method in interface gw.lang.reflect.java.IJavaAnnotatedElement
-
Returns this element's annotation for the specified type if
such an annotation is present, else null.
- getAnnotation(IType) - Method in class gw.lang.reflect.MethodInfoBase
-
- getAnnotation(IType) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getAnnotation(IType) - Method in class gw.lang.reflect.PropertyInfoBase
-
- getAnnotation(IType) - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getAnnotation(IType) - Method in class gw.lang.reflect.TypeInfoBase
-
- getAnnotation(IType) - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getAnnotation(IType) - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getAnnotationDefaultValue() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getAnnotationFieldValueAsArray(IAnnotationInfo, String) - Static method in class gw.lang.GosuShop
-
- getAnnotationInfoFactory() - Static method in class gw.lang.GosuShop
-
- getAnnotationInfoFactory() - Method in interface gw.lang.IGosuShop
-
- getAnnotations() - Method in class gw.lang.ir.IRClass
-
- getAnnotations() - Method in class gw.lang.ir.IRSymbol
-
- getAnnotations() - Method in class gw.lang.ir.statement.IRFieldDecl
-
- getAnnotations() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getAnnotations() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getAnnotations() - Method in interface gw.lang.parser.IReducedSymbol
-
- getAnnotations() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getAnnotations() - Method in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- getAnnotations() - Method in interface gw.lang.reflect.IModifierInfo
-
- getAnnotations() - Method in class gw.lang.reflect.java.asm.AsmField
-
- getAnnotations() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getAnnotations() - Method in class gw.lang.reflect.MethodInfoBase
-
- getAnnotations() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getAnnotations() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getAnnotations() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getAnnotations() - Method in class gw.lang.reflect.TypeInfoBase
-
- getAnnotations() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getAnnotations() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getAnnotationsOfType(IType) - Method in class gw.lang.reflect.BaseFeatureInfo
-
Returns the list of annotations exactly matching the annotation passed in.
- getAnnotationsOfType(IType) - Method in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- getAnnotationsOfType(IType, List<IAnnotationInfo>) - Method in class gw.lang.reflect.IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
- getAnnotationsOfType(IType) - Method in class gw.lang.reflect.MethodInfoBase
-
- getAnnotationsOfType(IType) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getAnnotationsOfType(IType) - Method in class gw.lang.reflect.PropertyInfoBase
-
- getAnnotationsOfType(IType) - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getAnnotationsOfType(IType) - Method in class gw.lang.reflect.TypeInfoBase
-
- getAnnotationsOfType(IType) - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getAnnotationsOfType(IType) - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getAnnotationType() - Method in class gw.lang.annotation.Annotations.Builder.AnnotationInvocationHandler
-
- getApiClass(CommandLine) - Method in class gw.pl.util.webservices.CmdLineToolBase
-
- getAPICompatibleTestEnvironment() - Method in class gw.testharness.v3.PLTestClass
-
- getApplicableMajorVersion() - Method in class gw.api.database.upgrade.VersionAction
-
- getApplicableMinorVersion() - Method in class gw.api.database.upgrade.VersionAction
-
- getApplicableTo() - Method in class gw.api.database.upgrade.VersionAction
-
- getApplication() - Static method in class gw.api.web.Scopes
-
Deprecated.
Returns a Map that can be used to store and retrieve values whose lifespan should
be bound up with the lifespan of the web application.
- getApplicationBaseURL(HttpServletRequest) - Method in interface gw.plugin.baseurlbuilder.IBaseURLBuilder
-
Return the base URL of the web application for the given request.
- getApplicationMajorVersion() - Method in interface gw.api.importing.graph.Graph
-
The application major version
- getApplicationMajorVersion() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getApplicationMajorVersion() - Static method in class gw.api.importing.ImportingUtil
-
Return the current application major version
- getApplicationMinorVersion() - Method in interface gw.api.importing.graph.Graph
-
The application major version
- getApplicationMinorVersion() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getApplicationMinorVersion() - Static method in class gw.api.importing.ImportingUtil
-
Return the current application minor version
- getAppName() - Method in class gw.testharness.clustering.ClusterTest
-
- getAppName() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getAppName() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getAppName() - Method in class gw.testharness.v3.PLTestClass
-
Deprecated.
Replaced by Version.getAppCode()
- getApprovalFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity an approval activity?
- getApprovingUser(String, String) - Method in interface gw.plugin.approval.IApprovalAdapter
-
Returns the user and group to which an approval activity should be
assigned.
- getAppServer(String, int) - Method in class gw.testharness.clustering.ClusterTest
-
- getAppServer(String) - Method in class gw.testharness.clustering.ClusterTest
-
- getAppServerURL() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getAppServerURL() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getAppVersion() - Method in class gw.api.webservice.systemTools.ServerVersion
-
The version of the application
- getArchivedCount() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionCheckWrapper
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.CreateSpatialIndexVersionTrigger
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DatamodelChangeWithoutArchivedDocumentChange
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DatamodelChangeWithoutDatabaseChange
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DropColumnsAndDeletePropertiesIfSafeDatamodelChange
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DropTableAfterUpgradeTrigger
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DropTableIfEmptyVersionTrigger
-
- getArchivedDocumentUpgradeVersionTrigger() - Method in interface gw.api.datamodel.upgrade.IDatamodelChange
-
- getArchivedEntitySet(String) - Method in class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
Returns an IArchivedEntitySet representing all entities of the given name.
- getArchivedTypekey(String, String) - Method in class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
Returns the IArchivedTypekey representing the given typekey.
- getArchivedTypekeySet(String) - Method in class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
Returns all IArchivedTypekey's representing the given type list.
- getArchiveExcludedBecauseOfFailureCountSummaries() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getArchiveExcludedBecauseOfRulesCountSummaries() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getArchiveFailure() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureCountSummary
-
- getArchiveSkippedCountSummaries() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getArchivingContext() - Static method in class gw.api.archiving.ArchivingUtil
-
This will return a context object
- getArchivingSchema() - Static method in class gw.api.archiving.ArchivingUtil
-
This will get the archiving schema
- getArchivingSchemaVersion() - Static method in class gw.api.archiving.ArchivingUtil
-
This will get the archiving schema version
- getArgPosition() - Method in interface gw.lang.parser.expressions.IMethodCallExpression
-
- getArgPosition() - Method in interface gw.lang.parser.IHasArguments
-
- getArgs() - Method in class gw.api.profiler.ArgsAggregatedQuerySummary
-
- getArgs() - Method in class gw.api.profiler.ArgsStackAggregatedQuerySummary
-
- getArgs() - Method in class gw.api.profiler.QuerySummary
-
- getArgs() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getArgs() - Method in class gw.lang.ir.expression.IRNewExpression
-
- getArgs() - Method in interface gw.lang.parser.expressions.IBeanMethodCallExpression
-
- getArgs() - Method in interface gw.lang.parser.expressions.IBlockExpression
-
- getArgs() - Method in interface gw.lang.parser.expressions.IMethodCallExpression
-
- getArgs() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getArgs() - Method in interface gw.lang.parser.expressions.IObjectLiteralExpression
-
- getArgs() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getArgs() - Method in interface gw.lang.parser.IHasArguments
-
- getArgs() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getArgs() - Method in interface gw.lang.reflect.gs.IGosuConstructorInfo
-
- getArgs() - Method in interface gw.lang.reflect.gs.IGosuMethodInfo
-
- getArgs() - Method in class gw.testharness.clustering.InvokeMethodRequest
-
- getArgsAggregatedQuerySummaries() - Method in class gw.api.profiler.AggregatedQuerySummary
-
Returns an array of
ArgsAggregatedQuerySummary objects, one for
each distinct argument list found in all of this object's contained queries.
- getArgsFP() - Method in class gw.api.profiler.QuerySummary
-
- getArgSignature() - Method in interface gw.lang.reflect.IConstructorType
-
- getArgsStackAggregatedQuerySummaries() - Method in class gw.api.profiler.StackAggregatedQuerySummary
-
- getArgTypes() - Method in interface gw.lang.parser.expressions.IBeanMethodCallExpression
-
- getArgTypes() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getArgTypes() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getArgTypes() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getArguments() - Method in class gw.lang.reflect.MethodScore
-
- getArray(IArrayPropertyInfo) - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- getArrayAccessExpression() - Method in interface gw.lang.parser.statements.IArrayAssignmentStatement
-
- getArrayAsOf(IArrayPropertyInfo, Date) - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- getArrayComponent(Object, int) - Method in class gw.lang.reflect.DefaultArrayType
-
- getArrayComponent(Object, int) - Method in class gw.lang.reflect.FunctionType
-
- getArrayComponent(int) - Method in interface gw.lang.reflect.gs.IGosuArrayClassInstance
-
- getArrayComponent(Object, int) - Method in interface gw.lang.reflect.IType
-
Returns the value of the indexed component in the specified
array object.
- getArrayComponent(Object, int) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getArrayComponent(Object, int) - Method in class gw.lang.reflect.TypeBase
-
- getArrayComponent(Object, int) - Method in class gw.xml.parser2.LocationRefType
-
- getArrayComponent(Object, int) - Method in class gw.xml.parser2.XMLNodeType
-
- getArrayComponentClass() - Method in class gw.lang.reflect.TypeBase
-
- getArrayLength(Object) - Method in class gw.lang.reflect.DefaultArrayType
-
- getArrayLength(Object) - Method in class gw.lang.reflect.FunctionType
-
- getArrayLength(Object) - Method in interface gw.lang.reflect.IType
-
Returns the length of the specified array object.
- getArrayLength(Object) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getArrayLength(Object) - Method in class gw.lang.reflect.TypeBase
-
- getArrayLength(Object) - Method in class gw.xml.parser2.LocationRefType
-
- getArrayLength(Object) - Method in class gw.xml.parser2.XMLNodeType
-
- getArrayLinks() - Method in class gw.api.reflect.PropertyExtractor
-
Returns a collection of all array links from the entity.
- getArraysReferingToMe() - Method in interface gw.entity.IEventType
-
- getArrayType() - Method in interface gw.lang.ir.IRType
-
- getArrayType() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getArrayType() - Method in class gw.lang.ir.SyntheticIRType
-
- getArrayType() - Method in class gw.lang.reflect.DefaultArrayType
-
- getArrayType() - Method in class gw.lang.reflect.FunctionType
-
- getArrayType() - Method in interface gw.lang.reflect.IType
-
Make an array type from this type.
- getArrayType() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getArrayType() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getArrayType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getArrayType() - Method in class gw.lang.reflect.TypeBase
-
- getArrayType() - Method in class gw.xml.parser2.LocationRefType
-
- getArrayType() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getArrayType() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getArrayType() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getArrayType() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getArrayVersionsOfEachType(Set<? extends IType>) - Method in class gw.lang.reflect.TypeBase
-
- getArrayWithRetired(KeyableBean, IArrayPropertyInfo, Class<T>) - Static method in class gw.api.bean.LinkedBeans
-
Gets array beans for the given owner and array property, including retired.
- getArrayWithRetired(KeyableBean, String, Class<T>) - Static method in class gw.api.bean.LinkedBeans
-
Gets array beans for the given owner and array property, including retired.
- getAsExpression() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getAsmType() - Method in interface gw.lang.reflect.java.IAsmJavaClassInfo
-
- getAsOf() - Method in interface gw.plugin.archiving.ArchiveSourceInfo
-
The date this information was generated
- getAsOfDateMayRefresh(Date) - Static method in class gw.api.web.tools.ArchiveInfoPage
-
- getAssignableClass() - Method in class gw.api.assignment.AssignmentType
-
Return the class of assignable object for which this assignment type is
the primary type.
- getAssignableClass() - Method in class gw.api.assignment.DefaultAssignmentType
-
- getAssignableClass() - Method in class gw.lang.parser.HashedObjectLiteral
-
- getAssignablesGroup() - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
- getAssignableType() - Method in class gw.api.assignment.AssignmentPopup
-
The type of entity being assigned by this popup.
- getAssignedFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is assignment status set to assigned?
- getAssignmentCommand() - Method in class gw.plugin.assignment.AssignmentResponse
-
The assignment command.
- getAssignmentRole() - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use getRole()
- getAssignmentToken(Assignable) - Method in interface gw.api.assignment.DynamicAssignmentStrategy
-
Returns the token used to cache the previous assignments.
- getAssociatedTable() - Method in interface gw.api.database.ConsistencyCheck
-
Get the table associated with this check.
- getAttr() - Method in class gw.xml.parser2.XMLPrimaryAttribute
-
- getAttribute() - Method in class gw.api.graph.AttributeEdge
-
Returns the weight associated with the edge.
- getAttribute(String) - Method in class gw.api.graph.print.DotAttributes
-
Returns the value of the given attribute.
- getAttribute(String) - Method in interface gw.api.importing.graph.Element
-
Get the xml value of this attribute.
- getAttribute(String) - Method in interface gw.lang.parser.IAttributeSource
-
- getAttribute(String) - Method in interface gw.plugin.management.GWMBean
-
Get an attribute
- getAttribute(String) - Method in class gw.rules.ExecutionSession
-
Returns the attribute in the session with the given name
- getAttribute() - Method in interface gw.xml.parser2.IXMLParseIssue
-
- getAttribute() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getAttribute() - Method in class gw.xml.parser2.XMLParseIssue
-
- getAttributeDefaults() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getAttributeDefaults() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getAttributeDefaults() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getAttributeFormDefault() - Method in class gw.xml.xsd.schema.XSDSchema
-
- getAttributeIndent() - Method in class gw.xml.XmlSerializationOptions
-
- getAttributeMap() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getAttributeMap() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getAttributeName() - Method in class gw.api.admin.AttributeSearchCriteria
-
- getAttributeName() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getAttributeNames() - Method in interface gw.api.database.CatalogSubStatisticsCore
-
Each database has a different set of "attributes" for each substatistics(index, histogram, etc.).
- getAttributeNames() - Method in class gw.api.database.DatabaseParameterSet
-
- getAttributeNames() - Method in interface gw.api.database.StepStatistics
-
Each database has a different set of "attributes" for each step.
- getAttributeNames() - Method in interface gw.api.database.TableStatistics
-
- getAttributeNames() - Method in interface gw.api.importing.graph.Element
-
Get the list of attribute names (in name order)
- getAttributeNames() - Method in class gw.api.tools.DatabaseInfo.PartitionedIndexInfo
-
- getAttributeNames() - Method in class gw.xml.XmlBase
-
Returns a map of all attribute simple values by QName.
- getAttributeNewLine() - Method in class gw.xml.XmlSerializationOptions
-
- getAttributes(T) - Method in class gw.api.graph.print.ColoringDotFormatter
-
Adds any configured fill color to the node.
- getAttributes(Edge<T>) - Method in class gw.api.graph.print.ColoringDotFormatter
-
Adds any configured color to the edge.
- getAttributes(T) - Method in interface gw.api.graph.print.DotFormatter
-
Returns the label for the given node.
- getAttributes(Edge<T>) - Method in interface gw.api.graph.print.DotFormatter
-
Returns the label for the given edge.
- getAttributes(EntityDiff<KeyableBean>) - Method in class gw.api.graph.print.EntityDiffFormatter
-
- getAttributes(Edge<EntityDiff<KeyableBean>>) - Method in class gw.api.graph.print.EntityDiffFormatter
-
- getAttributes(KeyableBean) - Method in class gw.api.graph.print.EntityDotFormatter
-
Gets the attributes for the node.
- getAttributes(Edge<KeyableBean>) - Method in class gw.api.graph.print.EntityDotFormatter
-
Gets the attributes for the edge.
- getAttributes(T) - Method in class gw.api.graph.print.ITypeDotFormatter
-
Gets the attributes for the node.
- getAttributes(Edge<T>) - Method in class gw.api.graph.print.ITypeDotFormatter
-
Gets the attributes for the edge.
- getAttributes() - Method in class gw.api.tools.EntityDisplayInfo
-
- getAttributes() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getAttributes() - Method in class gw.fs.physical.win32.Win32FindData
-
- getAttributes(String[]) - Method in interface gw.plugin.management.GWMBean
-
Get a list of attributes
- getAttributes() - Method in class gw.plugin.management.GWMBeanInfo
-
Attributes
- getAttributes() - Method in interface gw.test.ITestMetadata
-
- getAttributes() - Method in class gw.test.TestMetadata
-
- getAttributes() - Method in class gw.xml.AbstractXMLNode
-
Gets the attributes of this node as a name/value map.
- getAttributes() - Method in interface gw.xml.IXMLNode
-
- getAttributes() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns the attributes associated with this node.
- getAttributes() - Method in class gw.xml.xsd.info.XSDElementInfo
-
- getAttributes() - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getAttributeSimpleValue(QName) - Method in class gw.xml.XmlBase
-
Returns the simple value of an attribute by QName.
- getAttributeSimpleValue(String) - Method in class gw.xml.XmlBase
-
Returns the simple value of an attribute in the null namespace by local name.
- getAttributesInternal() - Method in class gw.xml.AbstractXMLNode
-
- getAttributeSource(GlobalScope) - Method in interface gw.lang.reflect.IEntityAccess
-
- getAttributeType() - Method in class gw.api.admin.AttributeSearchCriteria
-
- getAttributeValue(String) - Method in interface gw.api.database.IndexStatistics
-
- getAttributeValue(String) - Method in class gw.xml.AbstractXMLNode
-
Gets the value of the attribute with the given name.
- getAttributeValue(QName) - Method in class gw.xml.AbstractXMLNode
-
Gets the value of the attribute with the given qualified name.
- getAttributeValue(String) - Method in interface gw.xml.IReadOnlyXMLNode
-
- getAttributeValue(QName) - Method in interface gw.xml.IReadOnlyXMLNode
-
- getAttributeValue(XMLAttributeDeclaration) - Method in class gw.xml.parser2.PLXMLNode
-
- getAttributeValue(String) - Method in class gw.xml.XmlBase
-
Returns the string value of an attribute in the null namespace by local name.
- getAttributeValue(QName) - Method in class gw.xml.XmlBase
-
Returns the string value of an attribute by QName.
- getAttributeValues() - Method in interface gw.api.database.CatalogSubStatisticsCore
-
Each database has a different set of "attributes" for each substatistics(index, histogram, etc.).
- getAttributeValues() - Method in class gw.api.database.DatabaseParameterSet
-
- getAttributeValues(String, int) - Method in class gw.api.database.DatabaseParameterSet
-
- getAttributeValues() - Method in interface gw.api.database.StepStatistics
-
Each database has a different set of "attributes" for each step.
- getAttributeValues() - Method in interface gw.api.database.TableStatistics
-
- getAttributeValues() - Method in class gw.api.tools.DatabaseInfo.PartitionedIndexInfo
-
- getAttributeValuesAsList() - Method in class gw.api.database.DatabaseParameterSet
-
- getAttributeValuesAsStrings() - Method in class gw.api.database.DatabaseParameterSet
-
- getAuthenticatedProxy(Class, String, String, String) - Static method in class gw.pl.util.webservices.APILocator
-
Returns an authenticated proxy of the given type to a remote SOAP API
[web-service] published by a Guidewire server.
- getAuthenticatedUser(HttpServletRequest, boolean) - Static method in class gw.servlet.ServletUtils
-
This will get the currently logged on user if the servlet shares the application context.
- getAutofillValue(Country, String, String[], Object[], boolean, Integer) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Gets the value for the specified address field named fieldName based on address auto-fill configuration.
- getAutofillValue(Country, String, String[], Object[]) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
This method wraps this.getAutofillValue() passing in false for the doOverride property.
- getAutofillValue(Country, String, String[], Object[], boolean) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Gets the value for the specified address field named fieldName based on address auto-fill configuration.
- getAutofillValue(Country, String, String[], Object[], boolean, Integer) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Gets the value for the specified address field named fieldName based on address auto-fill configuration.
- getAutofillValue(Object[], Integer) - Method in class gw.api.contact.AutofillRequest
-
Get the autofill value.
- getAutofillValue(Country, String, String[], Object[], boolean, Integer) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Gets the value for the specified address field named fieldName based on address auto-fill configuration.
- getAvailability() - Method in interface gw.lang.IWsiAvailabilityAnnotation
-
- getAvailabilityLevel(Runlevel) - Static method in enum gw.api.server.AvailabilityLevel
-
given a runlevel get the equivalent availability level, if there is one.
- getAvailableAnalysisLevels() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getAvailableCompressionLevels() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getAvailableCount() - Method in class gw.api.web.tools.ItemStatusCounts
-
- getAvailableCount() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getAvailableCount() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getAvailableDataSets() - Method in class gw.api.admin.ExportDataInfo
-
The list of available export data sets for the current application.
- getAvailableLoggingFormatters() - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- getAvailableLoggingLevels() - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- getAvailableSinceAsDate() - Method in interface gw.pl.workqueue.entity.WorkItem
-
Return AvailableSince as Date value.
- getAvailableSinceAsLong() - Method in interface gw.pl.workqueue.entity.WorkItem
-
Return AvailableSince as Long value.
- getAvailableSteps() - Method in interface gw.pl.workflow.entity.WorkflowSearchCriteria
-
Returns all the step ids available for the specified workflow subtype and version
- getAvailableSubtypes(IType) - Method in interface gw.ab.addressbook.entity.ABContactSearchCriteria
-
- getAvailableSubtypes(IType) - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Gets the available subtypes that may be searched for, given the required type.
- getAvailableTimeouts() - Method in interface gw.pl.workflow.entity.Workflow
-
Returns a list of available timeouts
- getAvailableTriggers() - Method in interface gw.pl.workflow.entity.Workflow
-
Returns a list of available triggers
- getAvailableTypes() - Method in interface gw.pl.workflow.entity.WFStatsSearchCriteria
-
Returns all the workflow subtypes that are not abstract.
- getAvailableTypes() - Method in interface gw.pl.workflow.entity.WorkflowSearchCriteria
-
Returns all the workflow subtypes that are not abstract.
- getAvailableVersions() - Method in interface gw.pl.workflow.entity.WorkflowSearchCriteria
-
Returns all the versions available for the given subtype
- getAvailDatabaseUpdateStats() - Method in class gw.api.tools.UpdateStatsDVHelper
-
- getAvailDataDists() - Method in class gw.api.tools.DataDistDVHelper
-
- getAverageElapsed() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getAverageQueryTime() - Method in class gw.api.profiler.StackQuerySummary
-
- getAverageRowCount() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getAverageRowCount() - Method in class gw.api.profiler.StackQuerySummary
-
- getAverageTime() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getAwaitingRetry() - Method in class gw.api.admin.DestinationMessageStatistics
-
The number of messages that have failed at least once and are awaiting further processing
- getAwrReportUserSettings() - Method in class gw.api.database.AWRReportUserSettingsFactory
-
- getAWRSnapshotRange(Date, Date) - Method in class gw.api.tools.AWRSnapshotHelper
-
Given start time and end time of the event of interest, find the relevant snapshot range and returns formatted
string in the form of [start id]-[end id].
- getAWRSnapshots() - Method in class gw.api.tools.OracleAWRHelper
-
- getBackingClass() - Method in class gw.lang.reflect.DefaultArrayType
-
- getBackingClass() - Method in interface gw.lang.reflect.IHasJavaClass
-
- getBackingClass() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getBackingClass() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getBackingClass() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getBackingClassInfo() - Method in interface gw.lang.reflect.java.IJavaBackedTypeData
-
- getBackingClassInfo() - Method in interface gw.lang.reflect.java.IJavaType
-
- getBackingClassInfo() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getBackingConstructorInfo() - Method in interface gw.lang.reflect.gs.IGosuConstructorInfo
-
- getBackingDfs() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getBackingDfs() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getBackingLinkPropertyInfo() - Method in interface gw.lang.reflect.IEntityCovariantLinkHackPropInfo
-
- getBackingMethodInfo() - Method in interface gw.lang.reflect.gs.IGosuMethodInfo
-
- getBackingMethodInfo() - Method in interface gw.lang.reflect.ITypeInfoMethodInfo
-
- getBackingMethodInfo() - Method in class gw.lang.reflect.MetaMethodInfoDelegate
-
- getBackingPropertyInfo() - Method in interface gw.lang.reflect.ITypeInfoPropertyInfo
-
- getBackingPropertyInfo() - Method in class gw.lang.reflect.MetaPropertyInfoDelegate
-
- getBackingType() - Method in class gw.test.TestClassWrapper
-
- getBackupUser() - Method in interface gw.pl.community.entity.User
-
Returns the backup user for this user
- getBackupUserId() - Method in interface gw.pl.community.entity.User
-
Returns the ID of the backup user for this user
- getBadValue() - Method in class gw.api.validation.FieldValidation
-
- getBadValue() - Method in class gw.plugin.validation.FieldValidationData
-
Bad field value that caused the validation exception.
- getBase() - Method in class gw.util.Stack
-
- getBase() - Method in interface gw.xml.xsd.schema.IXSDExtensionOrRestriction
-
- getBase() - Method in class gw.xml.xsd.schema.XSDExtension
-
- getBase() - Method in class gw.xml.xsd.schema.XSDRestriction
-
- getBasedOn() - Method in class gw.api.diff.DiffProperty
-
Gets the bean on which this diff is based.
- getBasedOnUntyped() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Return the bean from which this bean was based (cloned), or null if this
bean is new to this branch.
- getBaseName() - Method in interface gw.fs.IFile
-
- getBaseName(IFile) - Static method in class gw.fs.IFileUtil
-
- getBaseName(String) - Static method in class gw.fs.IFileUtil
-
- getBaseName() - Method in class gw.fs.jar.JarEntryFileImpl
-
- getBaseName() - Method in class gw.fs.physical.PhysicalFileImpl
-
- getBaseName() - Method in class gw.fs.url.URLFileImpl
-
- getBaseType() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getBaseURI() - Method in class gw.xml.XMLNodeHandler
-
- getBasicAuthenticatedUser(HttpServletRequest) - Static method in class gw.servlet.ServletUtils
-
This will get the username and password from basic authentication and attempt to login (see
below).
- getBatchAddress() - Method in class gw.api.tools.ClusterInfoData
-
Returns cluster address of batch server as a string.
- getBatchProcess() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getBatchProcessByName(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
- getBatchServer(String, int) - Method in class gw.testharness.clustering.ClusterTest
-
- getBatchServer(String) - Method in class gw.testharness.clustering.ClusterTest
-
- getBatchServerInfo() - Method in class gw.api.tools.ClusterInfoData
-
Returns information about current batch server (serverID, cluster address).
- getBatchSize() - Method in class gw.api.admin.DestinationMessageStatistics
-
The batch size of messages that are actively queued for processing
- getBatchSize() - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Get the max number of workitems to be checked out when a
worker wakes up.
- getBccRecipients() - Method in class gw.api.email.Email
-
BCC recipients.
- getBean() - Method in class gw.api.diff.DiffItem
-
Get the bean associated with this change.
- getBean() - Method in class gw.api.diff.DiffPathElement
-
- getBean() - Method in class gw.api.importing.XmlExporter
-
Get the bean that was last started
- getBean() - Method in class gw.api.phone.PhoneDelegateBase
-
- getBean() - Method in class gw.api.web.util.BeanTreeNode
-
- getBeanAttributes(String) - Method in class gw.api.tools.MBeansData
-
- getBeanByName(String) - Method in class gw.api.tools.MBeansData
-
- getBeanMethodCall() - Method in interface gw.lang.parser.statements.IBeanMethodCallStatement
-
- getBeanName() - Method in interface gw.plugin.management.GWMBean
-
BeanName
- getBeanOperations(String) - Method in class gw.api.tools.MBeansData
-
- getBeanPath() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSortColumn
-
Gets the column to sort on, in GW bean path notation.
- getBeanPath() - Method in class gw.plugin.validation.FieldValidationData
-
Path to the bean to be validated from the root entity.
- getBeanQueries() - Method in class gw.api.tools.DBInfoActivityStatsSummaryListsTableRecord
-
- getBeansByRootType(IEntityType) - Method in interface gw.pl.persistence.core.Bundle
-
Returns all beans in the bundle of the given type
- getBeansToBeMatched(KeyableBean, PotentialMatchPool) - Method in class gw.api.graph.compare.EntityGraphPair
-
Returns all beans from the compare graph that have the given entity type and whose incoming edges have at
least one match in the given incoming edges from the other entity (in the other graph).
- getBeanVersion() - Method in interface gw.pl.persistence.core.entity.Versionable
-
- getBeanWriter(Emitter, TypeEntry, TypeEntry) - Method in class gw.pl.util.webservices.axis.GWJavaTypeWriter
-
- getBeforeUpgradeDatamodelChanges() - Method in interface gw.plugin.upgrade.IDatamodelUpgrade
-
- getBeginDate() - Method in class gw.api.database.DBDateRange
-
- getBeginIntervalTime() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- getBeginNumber() - Method in class gw.api.database.NumberRange
-
- getBeginSnapId() - Method in class gw.api.database.AWRReportUserSettings
-
- getBeginTime() - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- getBestAvailableFile(File) - Static method in class gw.pl.util.FileUtil
-
- getBidiRel(ABContact) - Method in interface gw.ab.addressbook.entity.ABContactContact
-
This will return the relationship from the supplied contacts perspective
- getBidiRel(Contact) - Method in interface gw.pl.contact.entity.ContactContact
-
This will return the relationship from the supplied contacts perspective
- getBindingEntry(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the BindingEntry with the given QName.
- getBlock() - Method in interface gw.lang.IAutocreate
-
- getBlock() - Method in interface gw.lang.parser.IBlockClass
-
- getBlock(int) - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getBlockGosuClass() - Method in interface gw.lang.parser.expressions.IBlockExpression
-
- getBlocks() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getBlockToInterfaceConversionClass(IType) - Static method in class gw.lang.GosuShop
-
- getBlockToInterfaceConversionClass(IType) - Method in interface gw.lang.IGosuShop
-
- getBlockType() - Method in interface gw.lang.parser.expressions.IBlockInvocation
-
- getBlockType() - Method in interface gw.lang.parser.IBlockClass
-
- getBlueprintURL() - Method in class gw.xml.xsd.URLXSDSource
-
- getBlueprintURL() - Method in interface gw.xml.xsd.XSDSource
-
- getBody() - Method in class gw.api.email.Email
-
Get the content of the email
- getBody() - Method in class gw.lang.ir.statement.IRCatchClause
-
- getBody() - Method in class gw.lang.ir.statement.IRDoWhileStatement
-
- getBody() - Method in class gw.lang.ir.statement.IRForEachStatement
-
- getBody() - Method in class gw.lang.ir.statement.IRWhileStatement
-
- getBody() - Method in interface gw.lang.parser.expressions.IBlockExpression
-
- getBody() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email Body
- getBody() - Method in interface gw.plugin.ISimpleTemplateDescriptor
-
- getBody() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Body
- getBOM() - Method in class gw.pl.io.BOMAwareInputStream
-
- getBoolean(String, Boolean) - Method in class gw.processes.WorkQueueInstrumentation
-
Returns current value if it exists and not null or specified default value otherwise.
- getBooleanSettingsString() - Method in class gw.api.database.AWRReportUserSettingsFactory
-
- getBoolValue() - Method in class gw.smoketest.platform.web.BooleanValueElement
-
Gets boolean value
- getBoolValue() - Method in class gw.smoketest.platform.web.RadioButtonValueElement
-
Gets boolean value
- getBound() - Method in class gw.lang.reflect.java.asm.AsmWildcardType
-
- getBoundArgs() - Method in interface gw.lang.parser.expressions.IFeatureLiteralExpression
-
- getBoundArgValues() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getBoundArgValues() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getBoundArgValues() - Method in interface gw.lang.reflect.features.IInvokableFeatureReference
-
- getBoundArgValues() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getBoundArgValues() - Method in class gw.lang.reflect.features.MethodReference
-
- getBoundedQueueCapacity() - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- getBoundedQueueSize() - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- getBoundingType() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- getBoundingType() - Method in interface gw.lang.reflect.gs.IGenericTypeVariable
-
- getBoundingType() - Method in interface gw.lang.reflect.ITypeVariableType
-
- getBounds() - Method in interface gw.lang.reflect.java.IJavaClassTypeVariable
-
- getBoundValues() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getBoundValues() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getBoundValues() - Method in class gw.lang.reflect.features.MethodReference
-
- getBoxedType(Class) - Static method in class gw.lang.ir.builder.IRArgConverter
-
- getBoxedType(IRType) - Static method in class gw.lang.ir.builder.IRArgConverter
-
- getBoxType(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getBoxType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getBranchesUntyped() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedContainer
-
Gets the branches contained by this container.
- getBranchId() - Method in class gw.pl.persistence.core.effdate.EffDatedKey
-
- getBranchUntyped() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Return the branch associated with this bean.
- getBuffer() - Method in class gw.util.process.ProcessRunner
-
- getBuildNum() - Method in class gw.lang.GosuVersion
-
- getBundle() - Method in interface gw.api.databuilder.BuilderContext
-
Gets the bundle into which the bean is being built.
- getBundle() - Method in class gw.api.databuilder.NullBuilderContext
-
- getBundleSize() - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
Returns the size of the bundle used by the work queue writer
- getBundleTransactionCallbacks() - Method in interface gw.pl.persistence.core.Bundle
-
Returns the callbacks registered to run when the containing bundle is
committed.
- getBusinessDayEnd() - Static method in class gw.api.util.DateUtil
-
Return a date whose hour, minute and second fields are set to the end of the business day, as configured in
config.xml.
- getBusinessDaysAsBooleanArray(Object) - Static method in class gw.api.util.DateUtil
-
Return an array seven of booleans where each boolean indicates whether the corresponding day is considered
a business day.
- getBusinessDayStart() - Static method in class gw.api.util.DateUtil
-
Return a date whose hour, minute and second fields are set to the start of the business day, as configured in
config.xml.
- getBusinessWeekEnd() - Static method in class gw.api.util.DateUtil
-
Return the business day end as an integer.
- getBusinessWeekZones(ZoneType) - Method in interface gw.pl.calendar.entity.BusinessWeek
-
- getBusinessWeekZonesQuery(ZoneType) - Method in interface gw.pl.calendar.entity.BusinessWeek
-
This returns the set of BusinessWeekZones of the specified type.
- getByFullName(String) - Method in interface gw.lang.reflect.ITypeSystem
-
Gets an intrinsic type based on a fully-qualified name.
- getByFullName(String) - Static method in class gw.lang.reflect.TypeSystem
-
Gets an intrinsic type based on a fully-qualified name.
- getByFullName(String, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getByFullName(String, String) - Static method in class gw.lang.reflect.TypeSystem
-
Deprecated.
call getByFullName( String, IModule )
- getByFullNameIfValid(String) - Method in interface gw.lang.reflect.ITypeSystem
-
Gets a type based on a fully-qualified name.
- getByFullNameIfValid(String) - Static method in class gw.lang.reflect.TypeSystem
-
Gets a type based on a fully-qualified name.
- getByFullNameIfValid(String, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getByFullNameIfValidNoJava(String) - Method in interface gw.lang.reflect.ITypeSystem
-
- getByFullNameIfValidNoJava(String) - Static method in class gw.lang.reflect.TypeSystem
-
- getByName(String) - Static method in enum gw.i18n.DateTimeFormat
-
Looks up a format by name.
- getByName(String) - Static method in enum gw.i18n.FlexibleDateFormat
-
Looks up a format by name.
- getByRelativeName(String) - Method in interface gw.lang.reflect.ITypeSystem
-
- getByRelativeName(String, ITypeUsesMap) - Method in interface gw.lang.reflect.ITypeSystem
-
Gets an intrinsic type based on a relative name.
- getByRelativeName(String) - Static method in class gw.lang.reflect.TypeSystem
-
- getByRelativeName(String, ITypeUsesMap) - Static method in class gw.lang.reflect.TypeSystem
-
Gets an intrinsic type based on a relative name.
- getByString(String) - Method in class gw.lang.parser.TypeVarToTypeMap
-
- getByteArray() - Method in class gw.lang.reflect.java.asm.AsmClassLoader.ExposedByteArrayOutputStream
-
- getBytes() - Method in class gw.lang.Blob
-
Deprecated.
Required for SOAP serialization. Do not call.
- getBytes(ICompilableType) - Method in interface gw.lang.reflect.gs.IGosuClassLoader
-
- getBytes() - Method in enum gw.pl.util.BOM
-
- getBytes() - Method in class gw.xml.AbstractXMLNode
-
Writes this node to an array of bytes, using the default format.
- getBytes() - Method in class gw.xml.BinaryData
-
Returns the backing content as a byte array.
- getBytes() - Method in interface gw.xml.IReadOnlyXMLNode
-
- getBytesReceived() - Method in interface gw.plugin.cluster.TransportStatistics
-
Total size of all messages received since start.
- getBytesSent() - Method in interface gw.plugin.cluster.TransportStatistics
-
Total size of all messages sent since start.
- getCached(Address, Address) - Method in class gw.api.contact.DrivingDirectionsCache
-
Returns a DrivingDirections object for a given source and destination address if it is in the cache.
- getCachedArrayForeignKeysInDMFile() - Method in interface gw.entity.IEntityTypeInfo
-
- getCachedCascadeDeleteArraysInDMFile() - Method in interface gw.entity.IEntityTypeInfo
-
- getCachedOwnedArraysInDMFile() - Method in interface gw.entity.IEntityTypeInfo
-
- getCachedOwnerLinksInDMFile() - Method in interface gw.entity.IEntityTypeInfo
-
- getCachedScalableFields() - Method in interface gw.entity.IEntityTypeInfo
-
- getCalendar(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDatePresentationHandler
-
Gets the display calendar to use when rendering values of this datatype.
- getCalendar(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
Gets the calendar to use when rendering values of this datatype.
- getCalendarConst() - Method in enum gw.lang.reflect.interval.DateUnit
-
- getCalendarFields(Calendar, boolean) - Method in class gw.xml.date.AbstractXmlDateType
-
- getCallableConstructor(IType...) - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getCallableConstructor(IType...) - Method in class gw.lang.reflect.BaseTypeInfo
-
- getCallableConstructor(IType...) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getCallableConstructor(IType...) - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getCallableConstructor(IType...) - Method in interface gw.lang.reflect.ITypeInfo
-
Returns a IConstructorInfo matching the specified parameter types or null
if no match is found.
- getCallableConstructor(IType...) - Method in class gw.lang.reflect.TypeInfoBase
-
- getCallableConstructor(IType...) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getCallableMethod(CharSequence, IType...) - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getCallableMethod(CharSequence, IType...) - Method in class gw.lang.reflect.BaseTypeInfo
-
- getCallableMethod(CharSequence, IType...) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getCallableMethod(CharSequence, IType...) - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getCallableMethod(CharSequence, IType...) - Method in interface gw.lang.reflect.ITypeInfo
-
Returns a IMethodInfo matching the specified name and has parameter types that
produce the best match.
- getCallableMethod(CharSequence, IType...) - Method in class gw.lang.reflect.TypeInfoBase
-
- getCallableMethod(CharSequence, IType...) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getCallerMethod(int, int) - Static method in class gw.pl.util.ExceptionUtil
-
This will report the caller method names, if you don't want
the current routine in the list skip should be 1.
- getCallHandler() - Method in interface gw.lang.reflect.IMethodInfo
-
- getCallHandler() - Method in class gw.lang.reflect.MetaMethodInfoDelegate
-
- getCallHandler() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getCallHandler() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getCancellationDate() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Date when branch was cancelled, or NULL if not canceled.
- getCandidateGroups(Assignable, Group, boolean) - Method in interface gw.api.assignment.DynamicGroupAssignmentStrategy
-
Return the set of groups who should be considered as the result of the assignment operation.
- getCandidateUsers(Assignable, Group, boolean) - Method in interface gw.api.assignment.DynamicUserAssignmentStrategy
-
Return the set of users who should be considered as the result of the assignment operation.
- getCapturedSymbol(String) - Method in interface gw.lang.parser.expressions.IBlockExpression
-
- getCapturedTypeVars() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getCaptureOption() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- getCardinality() - Method in class gw.api.reflect.graph.PropertyAttribute
-
Returns the cardinality of the edge.
- getCases() - Method in class gw.lang.ir.statement.IRSwitchStatement
-
- getCases() - Method in interface gw.lang.parser.statements.ISwitchStatement
-
- getCatchStatements() - Method in class gw.lang.ir.statement.IRTryCatchFinallyStatement
-
- getCatchStatements() - Method in interface gw.lang.parser.statements.ITryCatchFinallyStatement
-
- getCatchStmt() - Method in interface gw.lang.parser.statements.ICatchClause
-
- getCatchType() - Method in interface gw.lang.parser.statements.ICatchClause
-
- getCategories() - Method in interface gw.entity.TypeKey
-
Returns the list of categories that this key belongs to
- getCategories() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getCategory() - Method in class gw.api.activity.ActivityPatternMenuCategory
-
Returns the category associated with this ActivityPatternMenuCategory.
- getCategory() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getCategory() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- getCategory() - Method in interface gw.lang.reflect.IPresentationInfo
-
- getCategory() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getCategory() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- getCategory() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- getCategory() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- getCategory() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- getCause() - Method in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- getCausesStrings(Throwable) - Static method in class gw.pl.util.ExceptionUtil
-
This will reduce the stack trace to a list of strings, one for each
exception in the cause status
- getCcRecipients() - Method in class gw.api.email.Email
-
Get the CC list of the email.
- getCdcs() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getCdcWorkItemCount() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getChainingInputType() - Method in class gw.api.quickjump.EntityViewCommand
-
If this command can be "chained" after another command, returns the type of the
output expected from the previous command.
- getChainingInputType() - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
If this command can be "chained" after another command, returns the type of the
output expected from the previous command.
- getChainingInputType() - Method in class gw.api.quickjump.ParameterizedNavigationCommand
-
If this command can be "chained" after another command, returns the type of the
output expected from the previous command.
- getChainingInputType() - Method in class gw.api.quickjump.StaticNavigationCommand
-
If this command can be "chained" after another command, returns the type of the
output expected from the previous command.
- getChangedArrayElements(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Return the set of changed elements within an array.
- getChangedArrayElements(IArrayPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
Return the set of changed elements within an array.
- getChangedArrayElements(String) - Method in interface gw.pl.persistence.core.Bean
-
Return the set of changed elements within an array.
- getChangedField() - Method in interface gw.ab.history.entity.TrackedChange
-
- getChangedFields() - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Gets the set of changed fields on this bean.
- getChangedFields() - Method in interface gw.pl.persistence.core.Bean
-
Gets the set of changed fields on this bean.
- getChangedProperties() - Method in interface gw.pl.persistence.core.Bean
-
Gets the set of changed fields on this bean.
- getChangelist() - Method in interface gw.api.scm.IScmAdapter
-
Returns the current changelist.
- getChangesSinceLastTime() - Method in class gw.fs.watcher.DirectoryWatcher
-
- getChangeType() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Type of change made to this row
- getChannelMemberList() - Method in class gw.api.tools.ClusterInfoData
-
Returns list of cluster members.
- getCharacterEncoding() - Method in class gw.api.print.ListViewPrintOptions
-
Returns the character encoding (null is UTF-8).
- getCharacterMask() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- getCharacterMask() - Method in interface gw.lang.reflect.IPresentationInfo
-
- getCharacterMask() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getCharacterMask() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- getCharacterMask() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- getCharacterMask() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- getCharacterMask() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- getCharacterMask() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- getCharSet() - Method in class gw.api.admin.ImportDataInfo
-
Returns the charset that will be used to parse the imported file.
- getCheckCommand() - Method in interface gw.api.database.ConsistencyCheck
-
Gets the string associated with the command that will be run as the consistency check.
- getCheckedOut() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getCheckedOutCount() - Method in class gw.api.web.tools.ItemStatusCounts
-
- getCheckedOutCount() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getCheckedOutCount() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getCheckOrTableFilename(String, String) - Method in class gw.api.tools.ConsistencyChecksRunsPagePrinter
-
- getCheckType() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- getCheckTypeCode(PickerRow) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getCheckTypeDescription(PickerRow) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getCheckTypeFilename(String) - Method in class gw.api.tools.ConsistencyChecksPagePrinter
-
- getCheckTypeFilename(String) - Method in class gw.api.tools.DatabaseCheckPagePrinter
-
- getCheckTypeFilename(String) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter
-
- getChild(int) - Method in class gw.api.admin.RootTreeNode
-
- getChild(ProfilerTag) - Method in class gw.api.profiler.IterationInfoNode
-
- getChild(int) - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
- getChild(int) - Method in class gw.api.tree.SimpleTreeNode
-
Returns the desired child node of this node.
- getChild(int) - Method in interface gw.api.tree.TreeNode
-
Returns the desired child node of this node.
- getChild(String) - Method in class gw.pl.util.PropertyTree
-
Gets the child with a particular key.
- getChild(List<String>, String) - Method in class gw.pl.util.PropertyTree
-
Traverses to the child.
- getChild(String) - Method in class gw.util.cache.FqnCacheNode
-
- getChild(QName) - Method in class gw.xml.XmlBase
-
Returns the direct child element with the specified name, or null if no such direct child element exists.
- getChild(String) - Method in class gw.xml.XmlBase
-
Returns the direct child element with the specified local name in the null namespace, or null if no such direct child element exists.
- getChildAfter(int) - Method in interface gw.lang.parser.IParseTree
-
- getChildAfter(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- getChildAt(int) - Method in class gw.api.profiler.IterationInfoNode
-
- getChildBefore(int) - Method in interface gw.lang.parser.IParseTree
-
- getChildBefore(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- getChildCount() - Method in class gw.api.profiler.IterationInfoNode
-
- getChildElement(String) - Method in class gw.pl.util.xml.XMLCodec
-
- getChildElement(Node, String) - Method in class gw.pl.util.xml.XMLCodec
-
- getChildElement(String) - Method in class gw.xml.AbstractXMLNode
-
- getChildElement(QName) - Method in class gw.xml.AbstractXMLNode
-
Finds the first immediate child with the specified qualified name.
- getChildElement(Class<T>) - Method in class gw.xml.AbstractXMLNode
-
Finds the first immediate child of the specified class.
- getChildElement(XMLChildElementDeclaration<T>) - Method in class gw.xml.parser2.PLXMLNode
-
Returns the child element specified, or none if no child element is present.
- getChildElements() - Method in class gw.pl.util.xml.XMLCodec
-
- getChildElements(String) - Method in class gw.pl.util.xml.XMLCodec
-
- getChildElements(Node) - Method in class gw.pl.util.xml.XMLCodec
-
- getChildElements(Node, String) - Method in class gw.pl.util.xml.XMLCodec
-
- getChildFields() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getChildGroups() - Method in interface gw.pl.community.entity.Group
-
Returns all of the groups having this group as their parent and
which are visible to the caller.
- getChildGroupsSortedByName() - Method in interface gw.api.team.TeamModel
-
Gets all child groups of this model, sorted by name.
- getChildList(Class<T>) - Method in class gw.xml.AbstractXMLNode
-
Gets the list of children that are instances of the given class.
- getChildList(String) - Method in class gw.xml.AbstractXMLNode
-
- getChildList(QName) - Method in class gw.xml.AbstractXMLNode
-
Finds all immediate children with the specified qualified name.
- getChildList(XMLChildListDeclaration<T>) - Method in class gw.xml.parser2.PLXMLNode
-
- getChildList(List<XMLFieldDeclaration>) - Method in class gw.xml.parser2.PLXMLNode
-
- getChildList(List<XMLFieldDeclaration>, boolean) - Method in class gw.xml.parser2.PLXMLNode
-
- getChildOf(T, Object) - Method in class gw.api.graph.Tree
-
Returns the child of the given parent where the edge has the given attribute.
- getChildren() - Method in class gw.api.admin.RootTreeNode
-
- getChildren() - Method in class gw.api.profiler.IterationInfoNode
-
- getChildren() - Method in interface gw.api.profiler.ProfilerFrame
-
- getChildren() - Method in class gw.api.profiler.ProfilerTag
-
- getChildren() - Method in class gw.api.tools.LoadStepDisplayable
-
- getChildren() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
Loads all children of this node, and returns them.
- getChildren() - Method in class gw.api.tree.SimpleTreeNode
-
Returns the children nodes of this node.
- getChildren() - Method in interface gw.api.tree.TreeNode
-
Returns the children nodes of this node.
- getChildren() - Method in interface gw.lang.parser.IParseTree
-
- getChildren(IType) - Method in interface gw.lang.reflect.INamespaceType
-
- getChildren() - Method in interface gw.pl.vendormanagement.entity.SpecialistService
-
Gets the SpecialistServices with this SpecialistService as their parent.
- getChildren() - Method in class gw.util.cache.FqnCacheNode
-
- getChildren() - Method in class gw.xml.AbstractXMLNode
-
Returns a list of child xml nodes.
- getChildren() - Method in interface gw.xml.IReadOnlyXMLNode
-
- getChildren() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns the immediate children of this node.
- getChildren(QName) - Method in class gw.xml.XmlBase
-
Returns a list of direct child elements by name.
- getChildren(String) - Method in class gw.xml.XmlBase
-
Returns a list of direct child elements with the specified local name in the null namespace.
- getChildren() - Method in class gw.xml.XmlBase
-
Returns a list of all direct child elements.
- getChildren() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getChildren() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- getChildrenBefore(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- getChildrenElapsedTime() - Method in interface gw.api.profiler.ProfilerFrame
-
- getChildrenElapsedTime() - Method in class gw.api.profiler.ProfilerTag
-
- getChildrenOf(T) - Method in class gw.api.graph.Tree
-
Returns the children of the given parent node.
- getChildUsersSortedByName() - Method in interface gw.api.team.TeamModel
-
Gets all child users of this model, sorted by name.
- getChoice() - Method in class gw.api.print.ListViewPrintOptions
-
Returns the value of the print option chosen by the user.
- getChoice() - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- getChomp(String, String) - Static method in class gw.util.GosuStringUtil
-
- getChosenNames() - Method in class gw.api.tools.ConsistCheckTypePicker
-
- getChosenNames() - Method in class gw.api.tools.NameablePicker
-
- getChosenPickers() - Method in class gw.api.tools.ConsistCheckTypePicker
-
- getChosenPickers() - Method in class gw.api.tools.NameablePicker
-
- getChosenTableNames() - Method in class gw.api.tools.DBTablePicker
-
- getChosenTablePickers() - Method in class gw.api.tools.DBTablePicker
-
- getChunkSize() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getChunkSize() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- getChunkSize() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- getCity() - Method in interface gw.api.address.AddressFillable
-
- getCityLabel() - Method in class gw.api.util.CountryConfig
-
The label to use for the city field.
- getCityStateZip() - Method in interface gw.pl.contact.entity.Address
-
Returns City, State and ZIP in the standard "city, state ZIP" format
- getClass(String) - Static method in class gw.lang.reflect.ReflectUtil
-
- getClassAndThrowCompileErrors(String) - Static method in class gw.lang.reflect.GosuReflectUtil
-
- getClassBuilder() - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- getClassButThrowIfInvalid(String) - Static method in class gw.lang.reflect.ReflectUtil
-
- getClassContextName() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getClassDeclaration() - Method in interface gw.lang.parser.statements.IClassStatement
-
- getClasses() - Method in class gw.api.database.DatabaseParameterSet
-
- getClasses() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getClasses() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- getClasses() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getClasses() - Method in class gw.xml.parser2.XMLFieldChoiceGroup
-
- getClasses() - Method in interface gw.xml.parser2.XMLFieldOrderingElement
-
- getClasses() - Method in class gw.xml.parser2.XMLNodeValueDeclaration
-
- getClassFileStatement() - Method in interface gw.lang.parser.statements.IClassStatement
-
- getClassName(Test) - Method in class gw.junit.XMLJUnitResultFormatter
-
- getClassName() - Method in interface gw.lang.parser.IFileContext
-
- getClassName() - Method in interface gw.lang.parser.statements.IClassDeclaration
-
- getClassName() - Method in class gw.lang.ProgramFileContext
-
- getClassName() - Method in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- getClassName() - Method in class gw.test.TestClass
-
- getClassName() - Method in class gw.testharness.QuickRemoteTestCase
-
- getClassNameFromFile(IDirectory, IFile, String[]) - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository
-
- getClassNameNoPackage(Class) - Static method in class gw.pl.util.ClassUtil
-
Deprecated.
Use gw.lang.reflect.ClassUtil.getNameNoPackage() instead
- getClassNames() - Method in class gw.lang.reflect.gs.ReloadResults
-
- getClasspath() - Static method in class gw.lang.Gosu
-
- getClasspath() - Method in class gw.lang.gosuc.GosucModule
-
- getClasspath() - Method in interface gw.lang.parser.statements.IClasspathStatement
-
- getClasspathEntries() - Method in class gw.config.Registry
-
- getClassPathLength() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getClasspathResourceLocation(Class, String) - Static method in class gw.pl.util.ClassUtil
-
Contructs a URL string for a resource in the same package as the given
class.
- getClassResourcePackageAsIDirectory(Class) - Static method in class gw.testharness.v3.PLTestClassUtil
-
- getClassStatement() - Method in interface gw.lang.parser.statements.IClassFileStatement
-
- getClassStatement() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getClassStatementWithoutCompile() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getClassType() - Method in interface gw.lang.parser.IFileRepositoryBasedType
-
- getClassType() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getClassType() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getClazz() - Method in class gw.testharness.clustering.InvokeMethodRequest
-
- getClearExplainTables() - Method in class gw.api.tools.DB2PDPageHelper
-
- getClearPkgCacheEventMonitor() - Method in class gw.api.tools.DB2PDPageHelper
-
- getClientVersion() - Static method in class gw.api.tools.RuntimeEnvironmentInfoPageHelper
-
Returns client version information
- getClosedLastNDaysFilter(int) - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is close date within the last N days?
- getCloseIOAfterCommit() - Method in class gw.pl.util.xml.XMLCodec
-
- getClusterAddress() - Method in class gw.api.tools.ClusterInfoData
-
Returns cluster address of this node as a string.
- getClusterDatabaseConfig() - Method in class gw.testharness.clustering.ClusterTest
-
- getClusterDatabaseConfigTemplate() - Method in class gw.testharness.clustering.ClusterTest
-
- getClusterDatabaseConfigTemplate() - Method in interface gw.testharness.clustering.IDatabaseServer
-
- getClusterMembers() - Method in class gw.api.tools.ClusterInfoData
-
- getClusterMulticastAddress() - Method in class gw.testharness.clustering.ClusterTest
-
- getClusterMulticastPort() - Method in class gw.testharness.clustering.ClusterTest
-
- getCode(Object) - Static method in class gw.api.util.mapping.GWObjectUtils
-
- getCode() - Method in class gw.api.webservice.systemTools.SystemRunlevel
-
- getCode() - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the code field on TypeKey
- getCode() - Method in interface gw.i18n.ILocale
-
Gets the code for this locale.
- getCode() - Method in class gw.lang.reflect.EnumValuePlaceholder
-
- getCode() - Method in interface gw.lang.reflect.IEnumConstant
-
- getCode() - Method in interface gw.pl.external.i18n.ILocale
-
Deprecated.
- getCode() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getCode() - Method in class gw.plugin.custompicker.CustomPickerCode
-
The code
- getCode(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- getCode() - Method in interface gw.xml.IXmlSchemaEnumValue
-
Returns the code of this enum constant.
- getCode() - Method in exception gw.xml.ws.WsdlFault
-
Gets the fault code.
- getCode() - Method in class gw.xml.xsd.typeloader.XSDEnumerationValue
-
- getCodeForDateRange() - Method in interface gw.pl.custom.entity.DateCriteria
-
The code for the "enteredrange" DateSearchType typekey.
- getCodeForFromList() - Method in interface gw.pl.custom.entity.DateCriteria
-
The code for the "fromlist" DateSearchType typekey.
- getCodeForTypeKey(TypeKey) - Method in interface gw.pl.custom.entity.DateCriteria
-
The code for the given type key.
- getCodeQName() - Method in exception gw.xml.ws.WsdlFault
-
Gets the fault code QName.
- getCoercer() - Method in interface gw.lang.parser.expressions.ITypeAsExpression
-
- getCoercerInternal(IType, IType, boolean) - Method in class gw.lang.parser.StandardCoercionManager
-
Returns a coercer from values of rhsType to values of lhsType if one exists.
- getCoercionManager() - Static method in class gw.config.CommonServices
-
- getColor() - Method in enum gw.api.profiler.ProfilerCategory
-
- getColPosition() - Method in class gw.api.print.ListViewPrintOptions.ColumnHeaderInfo
-
Returns the position of the column header relative to the first.
- getColumn(int) - Method in interface gw.api.database.QueryRow
-
Returns the column for the given position.
- getColumn(String) - Method in interface gw.api.database.QueryRow
-
Returns the column for the given column name.
- getColumn(String) - Method in interface gw.api.database.upgrade.after.IAfterUpgradeTable
-
Use to get at a column that is not backed by a property, i.e. one that has been deleted
- getColumn(IEntityPropertyInfo) - Method in interface gw.api.database.upgrade.after.IAfterUpgradeTable
-
- getColumn() - Method in class gw.api.database.upgrade.before.BeforeUpgradeDerivedTableColumn
-
- getColumn() - Method in class gw.api.database.upgrade.before.BeforeUpgradeOrderBy
-
- getColumn(String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeReadOnlyTable
-
- getColumn(String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
- getColumn() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getColumn() - Method in interface gw.lang.parser.IParsedElement
-
- getColumn() - Method in interface gw.lang.parser.IParseIssue
-
- getColumn() - Method in interface gw.lang.parser.IParseTree
-
- getColumn() - Method in exception gw.lang.parser.template.TemplateParseException
-
- getColumnCount() - Method in interface gw.api.database.QueryRow
-
- getColumnHeaders() - Method in class gw.api.print.ListViewPrintOptions
-
Returns the list of column headers from the source list view available for CSV output.
- getColumnInfos() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getColumnList() - Method in class gw.api.util.phone.EntityPhoneMapper
-
- getColumnName() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getColumnName(IEntityPropertyInfo) - Method in class gw.api.webservice.zone.InsertTransaction
-
- getColumnName() - Method in interface gw.pl.persistence.type.DynamicEntityPropertyInfoReference
-
Deprecated.
Use gw.entity.IEntityPropertyInfo#getColumnName() instead.
- getColumnName() - Method in class gw.plugin.solr.SolrSortColumn
-
Sortable Solr field name
- getColumnNames() - Method in interface gw.api.database.QueryRow
-
Returns a Set of all column names in the row.
- getColumnNumber() - Method in class gw.lang.reflect.LocationInfo
-
- getColumnNumber() - Method in class gw.xml.FileNameAndLineNumber
-
- getColumnRef(IEntityPropertyInfo) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Returns a reference to the given column
- getColumnRef(DBFunction) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Returns a reference to the given column
- getColumnRef(IEntityPropertyInfo) - Method in class gw.api.database.Query
-
Returns a reference to the given column
- getColumnRef(DBFunction) - Method in class gw.api.database.Query
-
Returns a reference to the given column
- getColumnRef(String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeQueryableTable
-
- getColumnRef(IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeQueryableTable
-
- getCombinedMessages() - Method in class gw.plugin.approval.ApprovalResult
-
Combines the messages created by the approval process into one long string, with individual messages separated by linebreaks.
- getCommand(ConsistencyCheck) - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- getCommand(C) - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
- getCommand(LoaderSQLIntegrityCheck) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- getCommandDisplaySuffix() - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
- getCommandDisplaySuffixes() - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
- getCommandLineName() - Method in class gw.pl.util.webservices.CmdLineToolBase
-
- getComment() - Method in class gw.xml.AbstractXMLNode
-
Gets the comment associated with this node.
- getComment() - Method in class gw.xml.XmlElement
-
Returns the comment previously set on this element, if applicable.
- getCommentAndReset() - Method in class gw.xml.XMLNodeLexicalHandler
-
- getCommentForQuery() - Method in class gw.api.database.DBDateRange
-
- getCommentForQuery() - Method in class gw.api.database.Range
-
Returns a comment for embedding in a query.
- getCommentLineBreak() - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- getCommentLineBreak() - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- getCommentLineBreak() - Method in interface gw.xml.IXMLNodeFormat
-
- getCommentLineBreak() - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- getCommentLineBreak() - Method in class gw.xml.XMLNodeFormat
-
- getCommentLineBreak() - Method in class gw.xml.xsd.XSDNodeFormat
-
- getComments() - Method in class gw.xml.XmlSerializationOptions
-
Returns the Comments property.
- getCommonPrefix(String[]) - Static method in class gw.util.GosuStringUtil
-
Compares all Strings in an array and returns the initial sequence of
characters that is common to all of them.
- getCommonServiceInit() - Method in class gw.config.Registry
-
- getComparator() - Static method in class gw.api.util.LocaleUtil
-
- getComparator() - Method in class gw.api.util.Range
-
Gets the comparator used to define the range.
- getCompare() - Method in class gw.api.bean.compare.EntityMatchImpl
-
Gets the comparison entity.
- getCompare() - Method in interface gw.api.graph.compare.GraphMatch
-
Returns the compare node in the match.
- getCompareBeans() - Method in class gw.api.graph.compare.EntityGraphPair
-
- getCompareColumns() - Method in class gw.api.database.DatabaseParameterSet
-
- getCompareGraphDescriptor() - Method in class gw.api.graph.compare.EntityGraphPair
-
- getCompareValue() - Method in interface gw.api.bean.compare.Diff
-
Returns the new value.
- getCompareValue() - Method in class gw.api.bean.compare.DiffImpl
-
- getCompatible() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getCompilationState() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getCompiledContextObjectDefaultValueExpression(ISymbolTable, String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a compiled Gosu expression which will evaluate to the desired default value for the context object.
- getCompiledContextObjectDefaultValueExpression(ISymbolTable, String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getCompiledGosuClassSymbolTable() - Method in interface gw.lang.reflect.ITypeSystem
-
- getCompiledGosuClassSymbolTable() - Static method in class gw.lang.reflect.TypeSystem
-
- getCompilingClass() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getCompilingClass() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getCompilingType(String) - Method in interface gw.lang.reflect.ITypeSystem
-
- getCompilingType(String) - Static method in class gw.lang.reflect.TypeSystem
-
- getCompletedFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is activity status complete?
- getCompletedLastNDaysFilter(int) - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - completed, closed date in last N days.
- getCompleteStackTrace(Throwable) - Static method in class gw.pl.util.ExceptionUtil
-
Gets the full stack trace (including long causal chains)
Won't explode if the causal chain contains a loop (getStackTrace will)
- getComplexType() - Method in class gw.xml.xsd.schema.XSDElement
-
- getComponentType() - Method in class gw.lang.ir.expression.IRArrayLoadExpression
-
- getComponentType() - Method in class gw.lang.ir.expression.IRNewArrayExpression
-
- getComponentType() - Method in interface gw.lang.ir.IRType
-
- getComponentType() - Method in class gw.lang.ir.statement.IRArrayStoreStatement
-
- getComponentType() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getComponentType() - Method in class gw.lang.ir.SyntheticIRType
-
- getComponentType() - Method in interface gw.lang.parser.expressions.IArrayAccessExpression
-
- getComponentType() - Method in interface gw.lang.parser.expressions.IMapAccessExpression
-
- getComponentType() - Method in class gw.lang.reflect.DefaultArrayType
-
- getComponentType() - Method in class gw.lang.reflect.FunctionType
-
- getComponentType() - Method in interface gw.lang.reflect.IType
-
If this is an array type, a type representing the component type of the
array.
- getComponentType(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getComponentType() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getComponentType() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getComponentType() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- getComponentType() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getComponentType() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getComponentType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getComponentType() - Method in class gw.lang.reflect.TypeBase
-
- getComponentType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getComponentType() - Method in class gw.xml.parser2.LocationRefType
-
- getComponentType() - Method in class gw.xml.parser2.XMLNodeType
-
- getCompoundIntegrityCheck() - Method in interface gw.api.database.WebLoaderSQLIntegrityCheck
-
- getCompoundTypeComponents() - Method in class gw.lang.reflect.DefaultArrayType
-
- getCompoundTypeComponents() - Method in class gw.lang.reflect.FunctionType
-
- getCompoundTypeComponents() - Method in interface gw.lang.reflect.IType
-
- getCompoundTypeComponents() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getCompoundTypeComponents() - Method in class gw.lang.reflect.TypeBase
-
- getCompoundTypeComponents() - Method in class gw.xml.parser2.LocationRefType
-
- getCompoundTypeComponents() - Method in class gw.xml.parser2.XMLNodeType
-
- getCompressionLevel() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getConcreteClass() - Method in class gw.lang.reflect.DefaultArrayType
-
- getConcreteClass() - Method in interface gw.lang.reflect.IDefaultArrayType
-
- getConcreteType() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getConcreteType() - Method in interface gw.lang.reflect.java.IJavaClassParameterizedType
-
- getConcreteType() - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getCondition() - Method in class gw.lang.ir.statement.IRCaseClause
-
- getCondition() - Method in interface gw.lang.parser.expressions.IConditionalTernaryExpression
-
- getCondition() - Method in interface gw.lang.parser.statements.IAssertStatement
-
- getConfig() - Method in interface gw.xml.ws.IWsdlPort
-
This is the config used for this service
- getConfigFile(String) - Static method in class gw.api.util.ConfigAccess
-
Returns the specified configuration file.
- getConfigFiles(String) - Static method in class gw.api.util.ConfigAccess
-
Returns all matching files from all modules.
- getConfiguration(int) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
This will return the current configuration of this destination.
- getConfiguration(int) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- getConfiguration() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns the transport configuration
- getConfiguredHolidays() - Static method in class gw.api.util.DateUtil
-
Return the days configured to be holidays for the system.
- getConfiguredHolidays(HolidayTagCode) - Static method in class gw.api.util.DateUtil
-
Return the days configured to be holidays under a certain holiday tag code.
- getConfiguredHolidays(Zone) - Static method in class gw.api.util.DateUtil
-
Return the days configured to be holidays for a certain location.
- getConfiguredSize() - Method in class gw.util.concurrent.Cache
-
- getConfigVersion() - Method in class gw.api.webservice.systemTools.ServerVersion
-
Gets the version of the configuration files
- getConfigVersionModified() - Method in class gw.api.webservice.systemTools.ServerVersion
-
- getConflicts() - Method in class gw.api.admin.ImportDataInfo
-
The list of conflicts, where the imported data differs from the existing data.
- getConnection() - Method in class gw.solr.PLBatchLoadDataSource
-
- getConsecutiveExceptions() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of consecutive exceptions
- getConsistCheckRunsByStartTime() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getConsistCheckTypeCodes() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getConsistencyCheckDescription() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- getConsistencyCheckerPredicates(String) - Method in interface gw.datatype.handler.IDataTypeConstraintsHandler
-
Returns a group of SQL predicates that should be true for this datatype, for the given column.
- getConsistencyCheckerPredicates(String) - Method in interface gw.datatype.IConstrainedDataType
-
Gets any related consistency checks for the given column, as a string.
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.DateOnlyConstraintsHandler
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.DateTimeConstraintsHandler
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.IntegerConstraintsHandlerBase
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.LongConstraintsHandlerBase
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.PastDateTimeConstraintsHandler
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.StringConstraintsHandlerBase
-
- getConsistencyCheckerPredicates(String) - Method in class gw.datatype.impl.TypeKeyConstraintsHandler
-
- getConsistencyChecks(String) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
Return all the consistency checks.
- getConsistencyCheckType() - Method in interface gw.api.database.ConsistencyCheck
-
Get the ConsistencyCheckType for this check.
- getConsoleMessage() - Method in exception gw.lang.parser.exceptions.ParseException
-
Override so we can reset the message if need be.
- getConsoleMessage() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getConsoleMessage() - Method in interface gw.lang.parser.IParseIssue
-
- getConsoleMessage() - Method in interface gw.lang.reflect.ITypeParseIssue
-
- getConsoleMessage() - Method in class gw.xml.parser2.XMLParseIssue
-
- getConstituents() - Method in interface gw.lang.parser.expressions.IDelegateStatement
-
- getConstraintsHandler() - Method in interface gw.datatype.def.IDataTypeDef
-
Gets the constraints handler for this datatype.
- getConstructor(IJavaClassConstructor) - Method in interface gw.lang.javadoc.IClassDocNode
-
- getConstructor() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getConstructor(IType, IType[]) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getConstructor(IType...) - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getConstructor(IType...) - Method in class gw.lang.reflect.BaseTypeInfo
-
- getConstructor(IType, IType[]) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getConstructor(IRelativeTypeInfo.Accessibility, IType[]) - Method in class gw.lang.reflect.FeatureManager
-
- getConstructor(IType...) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getConstructor(IType, IType[]) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getConstructor(IType...) - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getConstructor() - Method in interface gw.lang.reflect.IConstructorInfo
-
- getConstructor() - Method in interface gw.lang.reflect.IConstructorType
-
An associated Constructor.
- getConstructor(IType, IType[]) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getConstructor(IType...) - Method in interface gw.lang.reflect.ITypeInfo
-
Returns a IConstructorInfo that has parameter types that produce the best match.
- getConstructor(IJavaClassInfo...) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getConstructor(IJavaClassInfo...) - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getConstructor(IType...) - Method in class gw.lang.reflect.TypeInfoBase
-
- getConstructor(IType...) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getConstructor() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getConstructor() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- getConstructor(IType, IType[]) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getConstructorArguments() - Method in class gw.test.TestEnvironment
-
- getConstructorInfo() - Method in interface gw.lang.parser.IConstructorFunctionSymbol
-
- getConstructorInfo() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getConstructorInfo() - Method in interface gw.lang.reflect.features.IConstructorReference
-
Returns the method info for this reference
- getConstructorInfoFactory() - Static method in class gw.lang.GosuShop
-
- getConstructorInfoFactory() - Method in interface gw.lang.IGosuShop
-
- getConstructors() - Method in class gw.i18n.ILocaleTypeInfo
-
- getConstructors() - Method in interface gw.lang.javadoc.IClassDocNode
-
- getConstructors() - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getConstructors(IType) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getConstructors() - Method in class gw.lang.reflect.BaseTypeInfo
-
- getConstructors() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getConstructors(IType) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getConstructors(IRelativeTypeInfo.Accessibility) - Method in class gw.lang.reflect.FeatureManager
-
- getConstructors() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getConstructors(IType) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getConstructors() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getConstructors(IType) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getConstructors() - Method in interface gw.lang.reflect.ITypeInfo
-
- getConstructors() - Method in class gw.lang.ScriptParametersTypeInfo
-
- getConstructors() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getConstructors() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getConstructors() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getConstructors(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getConstructorSignature(IConstructorInfo) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getContact() - Method in class gw.api.admin.UserContactHandle
-
Return the contact for the user.
- getContact() - Method in interface gw.api.contact.ContactHandle
-
- getContact() - Method in interface gw.api.contact.ExternalContact
-
Returns the contact this references.
- getContact() - Method in class gw.api.contact.LocationContactHandle
-
- getContact() - Method in class gw.api.email.EmailContact
-
- getContactCompany() - Method in interface gw.pl.contact.entity.Contact
-
Retreives the company from a contact.
- getContactContactsByRelationship(ContactBidiRel) - Method in interface gw.pl.contact.entity.Contact
-
- getContactIntrinsicType() - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Gets the Contact Subtype being searched for, or Contact.TYPE if no subtype is requested.
- getContactSubtypeFilter() - Method in class gw.plugin.addressbook.AddressBookRemotableSearchResultSpec
-
Deprecated.
Get the Contact subtype security filter, which is an array of Contact type codes
identifying subtypes that can NOT be viewed by the current user.
- getContactSubtypeType() - Method in interface gw.ab.addressbook.entity.ABContactSearchCriteria
-
- getContainedParsedElementsByType(Class<E>, List<E>) - Method in interface gw.lang.parser.IParsedElement
-
- getContainedParsedElementsByType(List<IParseTree>, Class<E>, List<E>) - Static method in class gw.lang.parser.IParseTree.Search
-
- getContainedParsedElementsByTypes(List<IParsedElement>, Class<? extends IParsedElement>...) - Method in interface gw.lang.parser.IParsedElement
-
- getContainedParsedElementsByTypesWithIgnoreSet(List<IParsedElement>, Set<Class<? extends IParsedElement>>, Class<? extends IParsedElement>...) - Method in interface gw.lang.parser.IParsedElement
-
- getContainer() - Method in class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- getContainer() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getContainer() - Method in interface gw.lang.reflect.IFeatureInfo
-
Get this feature's containing feature.
- getContainer() - Method in class gw.lang.reflect.java.JavaExceptionInfo
-
- getContainer() - Method in class gw.lang.reflect.MethodInfoBase
-
- getContainer() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getContainer() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getContainer() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getContainer() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getContainer() - Method in class gw.lang.reflect.TypeInfoBase
-
- getContainer() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getContainer() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getContainer() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- getContainerId() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Gets the ID of the container to which this branch belongs.
- getContainerUntyped() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Gets the container to which this branch belongs.
- getContainingType() - Method in class gw.lang.parser.IScriptPartId
-
- getContainingType() - Method in class gw.lang.parser.ScriptPartId
-
- getContainingType() - Method in class gw.lang.parser.TypelessScriptPartId
-
- getContainingType() - Method in interface gw.lang.reflect.gs.IGosuPropertyInfo
-
- getContainingTypeName() - Method in class gw.lang.parser.IScriptPartId
-
- getContainingTypeName() - Method in class gw.lang.parser.ScriptPartId
-
- getContainingTypeName() - Method in class gw.lang.parser.TypelessScriptPartId
-
- getContent() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getContent(String) - Static method in class gw.pl.util.FileUtil
-
Reads a file's content as a String.
- getContent(File) - Static method in class gw.pl.util.FileUtil
-
Reads a file's content as a String.
- getContent(IFile) - Static method in class gw.pl.util.FileUtil
-
Reads a file's content as a String.
- getContent(URL) - Static method in class gw.pl.util.FileUtil
-
Reads a URL's content as a String.
- getContent(URL, String) - Static method in class gw.pl.util.FileUtil
-
- getContent(InputStream) - Static method in class gw.util.StreamUtil
-
Returns the content of the specified input stream.
- getContent(Reader) - Static method in class gw.util.StreamUtil
-
Returns the content of the specified reader.
- getContentPrompt() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
If not empty, this is a string to be prompted for additional content.
- getContents() - Method in class gw.lang.parser.resources.Strings
-
- getContentType() - Method in class gw.api.email.AbstractEmailMessageTransport.DocumentContentsDataSource
-
- getContext() - Method in class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- getContext() - Method in interface gw.lang.parser.IActivationContext
-
- getContext() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getContext() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getContext() - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getContextClassName() - Method in interface gw.lang.parser.IProvidesContextClass
-
- getContextFactory() - Method in class gw.api.print.PrintAction
-
- getContextIssueIfNotEmpty() - Static method in class gw.api.archiving.ArchivingUtil
-
This will log any context issues that exist
- getContextObjectAllowsNull(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Indicates whether null is a legal value for the given context object.
- getContextObjectAllowsNull(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectDefaultValue(ISymbolTable, IDocumentTemplateDescriptor, String) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Evaluate the default value of a context object in the template and return it
- getContextObjectDefaultValueExpression(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a Gosu expression which will evaluate to the desired default value for the context object.
- getContextObjectDefaultValueExpression(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectDisplayName(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a human-readable display name for the given context object.
- getContextObjectDisplayName(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectDisplayName(String, ILocale) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectNames() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the names of the context objects defined in this template descriptor.
- getContextObjectNames() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectPossibleValuesExpression(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a Gosu expression which will evaluate to the desired set of legal values for the given context object.
- getContextObjectPossibleValuesExpression(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectType(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the type of the specified context object.
- getContextObjectType(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getContextObjectValue(String) - Method in class gw.document.DocumentCreationInfo
-
Deprecated.
Use the exposed ContextObjectValueMap field instead
- getContextString() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getContextString() - Method in interface gw.lang.parser.IFileContext
-
- getContextString() - Method in class gw.lang.ProgramFileContext
-
- getContextStringNoLineNumbers() - Method in interface gw.lang.parser.exceptions.ICoercionIssue
-
- getContextStringNoLineNumbers() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getContextSymbols(String, boolean) - Method in interface gw.lang.parser.IProvidesContextClass
-
- getContextSymbols() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getContextType() - Method in interface gw.lang.parser.IExpression
-
- getContextType() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getContextualLogger() - Static method in class gw.rules.ExecutionSession
-
Returns the logger for the currently running rule.
- getConvertedMenuLinksIdForExt() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getCookie() - Method in class gw.pl.util.webservices.GWSession
-
- getCoordinatorAddress() - Method in class gw.api.tools.ClusterInfoData
-
Returns JGroups coordinator address as a string.
- getCorrectionsFromGeocodingPlugin() - Method in interface gw.pl.contact.entity.Address
-
This gets a list of addresses which could match the provided address.
- getCorrectionsFromGeocodingPlugin(int) - Method in interface gw.pl.contact.entity.Address
-
This gets a list of addresses which could match the provided address.
- getCount() - Method in class gw.api.archiving.ArchiveDetailsData
-
- getCount() - Method in interface gw.api.database.IQueryResult
-
Returns the approximate count of entities in the results.
- getCount() - Method in class gw.api.util.stats.StatisticsCollector
-
- getCount() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- getCount() - Method in class gw.api.webservice.importTools.ImportResultSummary
-
The number of entities affected.
- getCount() - Method in class gw.plugin.solr.SolrQueryProcessor
-
- getCounterValue(String) - Method in interface gw.api.profiler.ProfilerFrame
-
Get the value of a specific counter
- getCounterValue(String) - Method in class gw.api.profiler.ProfilerTag
-
- getCountLimitedBy(int) - Method in interface gw.api.database.IQueryResult
-
Returns the number of entities in the results limited by the given integer result.
- getCountries() - Method in interface gw.pl.community.entity.Organization
-
Returns the country to which this organization belongs.
- getCountry() - Method in interface gw.api.address.AddressFillable
-
- getCountry() - Method in class gw.api.admin.ZoneSearchCriteria
-
Deprecated.
- getCountry(PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Converts a PhoneCountryCode typekey to a Country typekey if possible
- getCountryByNameOrCode(String) - Static method in class gw.api.geocode.GeocodeUtils
-
Provides a single method to try find a Country by name or typecode (OOTB corresponds ISO 2-letter abbreviation.
- getCountryCode() - Method in class gw.api.phone.PhoneDelegateBase
-
- getCountryCode() - Method in interface gw.api.phone.PhoneFields
-
- getCountryCode() - Method in interface gw.api.util.phone.GWPhoneNumber
-
- getCountryCode() - Method in class gw.api.util.phone.GWPhoneNumberBuilder
-
Returns the current PhoneCountryCode attached to the builder
- getCountryCode() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- getCountryCode() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- getCountryCodeForRegion(PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Returns a numeric country code based on the PhoneCountryCode typekey
- getCountryCodeForRegion(Country) - Static method in class gw.api.util.PhoneUtil
-
Returns a numeric country code based on the Country typekey
- getCountryCodeProperty() - Method in class gw.api.phone.PhoneDelegateBase
-
- getCountryConfig(Country) - Static method in class gw.api.util.CountryConfig
-
Get the country configuration data for the specified country.
- getCountryConfig(String) - Static method in class gw.api.util.CountryConfig
-
Get the country configuration data for the specified country code.
- getCountryFromRegionCode(int) - Static method in class gw.api.util.PhoneUtil
-
Converts a numeric region code to a Country typekey if possible.
- getCountryTypeCodeByName(String) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
Provides a single method to try find a Country by name or typecode (OOTB corresponds ISO 2-letter abbreviation.)
- getCounty() - Method in interface gw.api.address.AddressFillable
-
- getCpuTime() - Method in class gw.api.tools.DBInfoActivityStatsEntityListsTableRecord
-
- getCreatedDocumentMimeType() - Method in class gw.plugin.document.impl.BaseExcelDocumentProductionImpl
-
- getCreatedDocumentMimeType() - Method in class gw.plugin.document.impl.BaseMailMergeDocumentProductionImpl
-
- getCreatedDocumentMimeType() - Method in class gw.plugin.document.impl.BaseWordDocumentProductionImpl
-
- getCreatedTableName() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- getCreateStatus() - Method in interface gw.pl.contact.entity.Contact
-
Returns the create status of the contact from Contact Manager
- getCreateTime() - Method in interface gw.pl.persistence.core.entity.Editable
-
- getCreateUser() - Method in interface gw.pl.persistence.core.entity.Editable
-
Returns the user that created this bean
- getCreationTime() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getCreationTime() - Method in class gw.fs.physical.win32.Win32FindData
-
- getCredentialsFromPlugin(String) - Static method in class gw.plugin.credentials.CredentialsUtil
-
- getCrossGraphInfo() - Method in interface gw.api.importing.graph.Graph
-
cross graph information that records cross graph relationship in the graph
- getCrossGraphInfo() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getCrossGraphLinksByOwner(String) - Method in interface gw.api.importing.graph.CrossGraphInfo
-
- getCrossGraphLinksByOwner(String) - Method in class gw.api.importing.graph.MapBackedGraph
-
- getCrossGraphLinksByTarget(String) - Method in interface gw.api.importing.graph.CrossGraphInfo
-
- getCrossGraphLinksByTarget(String) - Method in class gw.api.importing.graph.MapBackedGraph
-
- getCSR() - Method in interface gw.lang.parser.IScope
-
- getCSR() - Method in class gw.lang.parser.StandardScope
-
- getCSVLine() - Method in interface gw.pl.cache2.entity.CacheStatisticsRollupSnapshot
-
- getCtx() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getCtx() - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- getCtxInferenceMgr() - Method in class gw.lang.parser.ParserOptions
-
- getCurrency() - Method in class gw.api.financials.CurrencyAmount
-
The Currency typekey of this CurrencyAmount.
- getCurrency() - Method in class gw.api.financials.CurrencyAmountPair
-
- getCurrency() - Method in interface gw.api.financials.IMoney
-
The currency of the Amount.
- getCurrency(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IMoneyConstraintsHandler
-
Gets the currency associated with this money value.
- getCurrency(Object, IPropertyInfo) - Method in interface gw.datatype.IConstrainedDataType
-
Gets the currency associated with this value.
- getCurrency(Object, IPropertyInfo) - Method in class gw.datatype.impl.CurrencyAmountConstraintsHandlerBase
-
- getCurrency() - Method in class gw.pl.currency.MonetaryAmount
-
The Currency typekey of this MonetaryAmount.
- getCurrencyFormatExpression(Currency) - Static method in class gw.api.util.CurrencyUtil
-
Generates a Pebbles formatting expression for the indicated currency.
- getCurrent() - Static method in enum gw.api.system.server.Runlevel
-
- getCurrent() - Static method in class gw.api.validation.ValidationResult
-
Gets the current thread-local validation result, if one has been set.
- getCurrent() - Static method in class gw.processes.WorkQueueInstrumentation
-
Returns current instrumentation.
- getCurrent() - Static method in class gw.rules.ExecutionSession
-
- getCurrent() - Method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
Checks if this step is the current step of the wizard
- getCurrent() - Static method in class gw.transaction.Transaction
-
Returns the current transaction bundle.
- getCurrentAssignment() - Method in interface gw.pl.assignment.entity.Assignable
-
This method exists to support the notion of "secondary" assignment in the Assignment Rules.
- getCurrentCompilingType() - Method in interface gw.lang.reflect.ITypeSystem
-
- getCurrentCompilingType() - Static method in class gw.lang.reflect.TypeSystem
-
- getCurrentDefinition() - Method in class gw.pl.util.webservices.axis.GWParser
-
Return the current definition.
- getCurrentElement() - Method in class gw.pl.util.xml.XMLCodec
-
- getCurrentFrame() - Method in class gw.api.profiler.ProfilerTag
-
- getCurrentGeocodePlugin() - Static method in class gw.api.geocode.GeocodeUtils
-
Returns the currently enabled Geocoding Plugin.
- getCurrentGroupFromES() - Static method in class gw.api.assignment.AssignmentEngineUtil
-
Deprecated.
use getDefaultGroupFromES instead
- getCurrentGroupIDFromES() - Static method in class gw.api.assignment.AssignmentEngineUtil
-
Deprecated.
use getDefaultGroupIDFromExecutionSession instead
- getCurrentLanguage() - Method in interface gw.api.community.PublicUserUtil
-
Get the current user's language.
- getCurrentLanguage() - Static method in class gw.api.util.LocaleUtil
-
- getCurrentLanguageLabel() - Static method in class gw.api.util.LocaleUtil
-
Returns display label of the current language, which may be based on user language setting or the browser setting.
- getCurrentLanguageType() - Static method in class gw.api.util.LocaleUtil
-
- getCurrentLocale() - Method in interface gw.api.community.PublicUserUtil
-
Get the current user's locale.
- getCurrentLocale() - Static method in class gw.api.util.LocaleUtil
-
- getCurrentLocaleType() - Static method in class gw.api.util.LocaleUtil
-
- getCurrentModule() - Method in interface gw.lang.reflect.ITypeSystem
-
- getCurrentModule() - Static method in class gw.lang.reflect.TypeSystem
-
- getCurrentNode() - Method in class gw.pl.util.xml.XMLCodec
-
- getCurrentPage() - Method in interface gw.testharness.ISmokeTest
-
- getCurrentPageName() - Method in interface gw.testharness.ISmokeTestHelper
-
Returns the name of the current page
- getCurrentPrivateGlobalScopeIndex() - Method in class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- getCurrentPrivateGlobalScopeIndex() - Method in interface gw.lang.parser.IActivationContext
-
- getCurrentProgram() - Static method in class gw.lang.cli.CommandLineAccess
-
- getCurrentRoleAssignment() - Method in interface gw.api.assignment.UserRoleOwner
-
Returns the user role assignment for the current rule execution
- getCurrentScopeIndex() - Method in class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- getCurrentScopeIndex() - Method in interface gw.lang.parser.IActivationContext
-
- getCurrentScreenName() - Method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
- getCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- getCurrentStep() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
This will get the current step the workflow is on
- getCurrentStepId() - Method in class gw.api.web.wizard.WizardInfo
-
The id/name of the current wizard step.
- getCurrentStepNumber() - Method in class gw.api.web.wizard.WizardInfo
-
1-based number of the current wizard step, relative to the total number of steps.
- getCurrentTableStatistics(String) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getCurrentTime() - Method in class gw.api.web.tools.WorkQueueInfoPagePrinter
-
- getCurrentTime() - Method in interface gw.lang.reflect.IEntityAccess
-
- getCurrentTime() - Method in interface gw.plugin.system.ITestingClock
-
Gets the current time, in milliseconds.
- getCurrentToken() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getCurrentUser() - Method in interface gw.api.community.PublicUserUtil
-
Get the current user.
- getCurrentUser() - Method in interface gw.pl.messaging.entity.MessageContext
-
Gets the current user.
- getCurrentUser() - Static method in class gw.plugin.util.CurrentUserUtil
-
- getCurrentUser() - Static method in class gw.testharness.CurrentUserTestUtil
-
- getCurrentUserLanguage() - Static method in class gw.api.util.LocaleUtil
-
- getCurrentUserLocale() - Static method in class gw.api.util.LocaleUtil
-
- getCurrentUserMemberGroups() - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
- getCurrentWorksheet() - Method in interface gw.testharness.ISmokeTest
-
- getCurrentWorksheetName() - Method in interface gw.testharness.ISmokeTestHelper
-
Returns the name of the current worksheet
- getCustomCodes(String[]) - Method in interface gw.plugin.custompicker.ICustomPickerAdapter
-
Deprecated.
the custom picker adapter is only provided for backwards compatibility. You can now
set up a PCF picker popup and call arbitrary Gosu to populate a list view with any kind of
object (not just custom picker code items). The Gosu could also call a plugin - see the
configuration and integration guides for details.
- getCustomErrors() - Method in interface gw.lang.reflect.IProvidesCustomErrorInfo
-
- getCustomEvents() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Retrieve custom events.
- getCustomInstrumentation(Map<String, WorkQueueInstrumentationFieldType>) - Method in interface gw.pl.workqueue.entity.InstrumentedWorkerTask
-
Gets custom instrumentation.
- getCycleHandler() - Method in class gw.api.graph.traverse.GraphTraverserBase.TraversalContext
-
- getData() - Method in class gw.api.admin.RootTreeNode
-
- getData() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
- getData() - Method in class gw.api.tree.SimpleTreeNode
-
Returns the node data.
- getData() - Method in interface gw.api.tree.TreeNode
-
Returns the node data.
- getData() - Method in class gw.api.util.stats.StatisticsCollector
-
- getDataAsMap() - Method in interface gw.pl.clusterinfo.entity.ClusterMemberData
-
Returns arbitrary data associated with the cluster member.
- getDatabase() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getDatabaseCollation() - Static method in class gw.api.tools.DatabaseParametersHelper
-
- getDatabaseColumns() - Method in class gw.api.database.DatabaseRow
-
- getDatabaseRows(String) - Method in class gw.api.tools.DatabaseInfo
-
- getDatabaseSchema() - Method in class gw.api.tools.DatabaseInfo
-
- getDatabaseStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getDatabaseStorageSets() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getDatabaseStorageSetsRefreshCache() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionCheckWrapper
-
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.CreateSpatialIndexVersionTrigger
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DatamodelChangeWithoutArchivedDocumentChange
-
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DatamodelChangeWithoutDatabaseChange
-
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DropColumnsAndDeletePropertiesIfSafeDatamodelChange
-
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DropTableAfterUpgradeTrigger
-
- getDatabaseUpgradeVersionTrigger() - Method in class gw.api.database.upgrade.DropTableIfEmptyVersionTrigger
-
- getDatabaseUpgradeVersionTrigger() - Method in interface gw.api.datamodel.upgrade.IDatamodelChange
-
- getDatabaseUrl() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getDataCache() - Method in class gw.plugin.solr.PagedQueryIterator
-
- getDataCache() - Method in class gw.plugin.solr.SolrQueryProcessor.SolrPagedQueryIterator
-
- getDataFromContext(String) - Method in class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
Retrieves arbitrary data from the context ("session") of this upgrade
- getDataModelADT() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getDataModelDataType() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getDataProperties() - Method in class gw.api.reflect.PropertyExtractor
-
Returns all properties that represent columns defined in the metadata (not arrays or links),
filtering out internal properties.
- getDataSet() - Method in class gw.api.admin.ExportDataInfo
-
Return the currently selected data set to be exported.
- getDataspace() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- getDataType() - Method in interface gw.api.bean.compare.PropertyDiff
-
Returns the data type of the property (or null if none).
- getDataType() - Method in class gw.api.bean.compare.PropertyDiffImpl
-
- getDataType() - Method in interface gw.api.database.upgrade.after.IAfterUpgradeColumn
-
- getDataType() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeReadOnlyColumn
-
- getDate(String, Date) - Method in class gw.processes.WorkQueueInstrumentation
-
Returns current value if it exists and not null or specified default value otherwise.
- getDateAnalysisDataDistsByColumnName() - Method in interface gw.pl.database.entity.TableDataDist
-
- getDateCompleted() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
The date that the process completed
- getDateCompleted() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
The date that the process completed
- getDateEffective() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the effective date of the template.
- getDateEffective() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDateExpiration() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the expiration date of the template.
- getDateExpiration() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDateFieldToSearchList() - Method in interface gw.pl.custom.entity.DateCriteria
-
The list of available date fields to search, as filtered by the SearchType.
- getDateInstance(int) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date formatter instance using the specified style in the
default time zone and locale.
- getDateInstance(int, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date formatter instance using the specified style and
locale in the default time zone.
- getDateInstance(int, TimeZone) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date formatter instance using the specified style and
time zone in the default locale.
- getDateInstance(int, TimeZone, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date formatter instance using the specified style, time
zone and locale.
- getDateModified() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the date this template was last modified.
- getDateModified() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDateRange() - Method in class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- getDateRangeChoiceList() - Method in interface gw.pl.custom.entity.DateCriteria
-
The list of available date range choices (preset date ranges), as filtered by the SearchType.
- getDateRangeChoiceList() - Method in interface gw.pl.custom.entity.DateCriterionChoice
-
The list of available date range choices (preset date ranges), as filtered by the SearchType.
- getDateRangeToSearch() - Method in interface gw.pl.custom.entity.DateCriteria
-
The date range to be search as specified either by the DateRangeChoice (if DateSearchType is
"fromlist") or the StartDate and EndDate (if DateSearchType is "enteredrange").
- getDateTime() - Method in class gw.api.tools.TestingClock
-
- getDateTime() - Method in interface gw.pl.workflow.entity.Workflow
-
Gets the current time, which is normally the time from the SystemClock, but will
be the value of the "testTime" field if the Workflow's handler is internal
- getDateTimeInstance(int, int) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date/time formatter instance using the specified style
in the default time zone and locale.
- getDateTimeInstance(int, int, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date/time formatter instance using the specified style and
locale in the default time zone.
- getDateTimeInstance(int, int, TimeZone) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date/time formatter instance using the specified style and
time zone in the default locale.
- getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a date/time formatter instance using the specified style,
time zone and locale.
- getDateTimeOrderings() - Method in interface gw.entity.IEntityTypeInfo
-
- getDateTimeValue() - Method in class gw.smoketest.platform.web.DateElement
-
Gets date and time value
- getDateValue() - Method in class gw.smoketest.platform.web.DateElement
-
Gets date value (no time)
- getDay() - Method in class gw.xml.date.AbstractXmlDateType
-
- getDay() - Method in class gw.xml.date.XmlDate
-
- getDay() - Method in class gw.xml.date.XmlDateTime
-
- getDay() - Method in class gw.xml.date.XmlDay
-
- getDay() - Method in class gw.xml.date.XmlMonthDay
-
- getDayNum() - Method in enum gw.api.database.DBDayOfWeek
-
- getDayOfMonth(Date) - Static method in class gw.api.util.DateUtil
-
Get the day of month.
- getDayOfMonth(Date) - Static method in class gw.date.GosuDateUtil
-
Get the day of month.
- getDayOfWeek(Date) - Static method in class gw.api.util.DateUtil
-
Get the day of week.
- getDayOfWeek(Date) - Static method in class gw.date.GosuDateUtil
-
Get the day of week.
- getDayOfWeekName(Date) - Static method in class gw.api.util.DateUtil
-
Get the day of week name.
- getDayOfYear(Date) - Static method in class gw.api.util.DateUtil
-
Get the day of year.
- getDayOfYear(Date) - Static method in class gw.date.GosuDateUtil
-
Get the day of year.
- getDays() - Method in class gw.api.util.CoreFilters.DaysBase
-
returns the days.
- getDays() - Method in class gw.xml.date.XmlDuration
-
- getDBCatalogStatisticsZipFileAsByteArray(CaseInsensitiveSet, CaseInsensitiveSet, CaseInsensitiveSet) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getDBCCState() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Returns the state of the consistency checks process.
- getDBCCState() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getDBColumns() - Method in interface gw.api.database.Histogram
-
Returns the associated columns.
- getDBDataTypeString() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getDbmsReport(String, ProfilerDataSource) - Static method in class gw.api.profiler.ProfilerPageHelper
-
- getDbmsReport(ProfilerDataSource) - Method in interface gw.api.profiler.ProfilerStack
-
Returns PCF location information in the form "from -> to"
- getDbmsReports(ProfilerFrame, ProfilerDataSource) - Static method in class gw.api.profiler.ProfilerPageHelper
-
- getDbmsReports(ProfilerFrameGroup, ProfilerDataSource) - Static method in class gw.api.profiler.ProfilerPageHelper
-
- getDBTable() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getDbTableNames() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getDBTables() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getDBTables(boolean) - Method in class gw.api.tools.DatabaseStorageHelper
-
- getDBTables() - Method in class gw.api.tools.DataDistDVHelper
-
- getDbTablesMap() - Method in class gw.api.tools.DatabaseStorageHelper
-
- getDbTablesMap() - Method in class gw.api.tools.DataDistDVHelper
-
- getDbType() - Static method in class gw.api.tools.DatabaseParametersHelper
-
- getDBType() - Static method in class gw.testharness.DatabaseTestUtil
-
Returns the DBtype
- getDebug() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use isDebug()
- getDebugInfo() - Static method in class gw.api.web.tools.ModeMap
-
- getDeclarations() - Method in interface gw.lang.parser.IParsedElementWithAtLeastOneDeclaration
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.BaseTypeInfo
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getDeclaredAnnotations() - Method in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDeclaredAnnotations() - Method in interface gw.lang.reflect.java.IJavaAnnotatedElement
-
Returns all annotations that are directly present on this
element.
- getDeclaredAnnotations() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getDeclaredAnnotations() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.ParentPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDAttributePropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDChildElementPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDChildListPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDGroupingListPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDGroupingPropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDNodeValuePropertyInfo
-
- getDeclaredAnnotations() - Method in class gw.xml.xsd.typeloader.XSDSimpleChildPropertyInfo
-
- getDeclaredClasses() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDeclaredClasses() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getDeclaredConstructors() - Method in class gw.datatype.DataTypesTypeInfo
-
- getDeclaredConstructors() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getDeclaredConstructors() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getDeclaredConstructors() - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
Returns a list of IConstructorInfo objects reflecting all the
constructors declared by the class represented by this
IType object.
- getDeclaredConstructors() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDeclaredConstructors() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getDeclaredConstructors() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getDeclaredConstructors() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getDeclaredFields() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getDeclaredFields() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDeclaredFields() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getDeclaredMethod(String, IJavaClassInfo...) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDeclaredMethod(String, IJavaClassInfo...) - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getDeclaredMethods() - Method in class gw.datatype.DataTypesTypeInfo
-
- getDeclaredMethods(Class) - Method in interface gw.lang.IGosuShop
-
- getDeclaredMethods() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getDeclaredMethods() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getDeclaredMethods() - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
Returns a list of IMethodInfo objects reflecting all the
methods declared by the class or interface represented by this
IType object.
- getDeclaredMethods() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDeclaredMethods() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getDeclaredMethods(Class) - Static method in class gw.lang.reflect.TypeSystem
-
- getDeclaredMethods() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getDeclaredMethods() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getDeclaredMethodsAndConstructors() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getDeclaredNamespaces() - Method in class gw.xml.XmlElement
-
Returns a list of explicitly declared namespaces at this element's level.
- getDeclaredProperties() - Method in class gw.datatype.DataTypesTypeInfo
-
- getDeclaredProperties() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getDeclaredProperties() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getDeclaredProperties() - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
Returns a list of IPropertyInfo objects reflecting all the
properties declared by the class or interface represented by this
IType object.
- getDeclaredProperties() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getDeclaredProperties() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getDeclaringClass() - Method in class gw.lang.reflect.java.asm.AsmField
-
- getDeclaringClass() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getDeclaringType() - Method in interface gw.lang.reflect.IConstructorType
-
Returns the type being contructed.
- getDeclaringTypeInfo() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getDeclaringTypeOfProperty() - Method in interface gw.lang.parser.IInitializerSymbol
-
- getDeclFunctionStmt() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getDeclSymbols() - Method in class gw.lang.parser.ParserOptions
-
- getDecryption(String, String) - Static method in class gw.api.importing.ImportingUtil
-
This will get the DecryptProvider object and initialize it
- getDeepestFirstChild() - Method in interface gw.lang.parser.IParseTree
-
- getDeepestLocation(int, boolean) - Method in interface gw.lang.parser.IParseTree
-
- getDeepestLocation(int, int, boolean) - Method in interface gw.lang.parser.IParseTree
-
- getDeepestLocation(boolean, int, int, boolean) - Method in interface gw.lang.parser.IParseTree
-
- getDeepestLocation(boolean, List<IParseTree>, int, int, boolean) - Static method in class gw.lang.parser.IParseTree.Search
-
- getDeepestLocation(List<IParseTree>, int, boolean) - Static method in class gw.lang.parser.IParseTree.Search
-
A convenience method to find the deepest location for a specified position
given an array of locations (typically obtained via IGosuParser.getLocations())
- getDeepestLocation(List<IParseTree>, int, int, boolean) - Static method in class gw.lang.parser.IParseTree.Search
-
A convenience method to find the deepest location for a specified segment
given an array of locations (typically obtained via IGosuParser.getLocatoins())
- getDeepestLocationSpanning(List<IParseTree>, int, int, boolean) - Static method in class gw.lang.parser.IParseTree.Search
-
- getDeepestStatementLocation(int, boolean) - Method in interface gw.lang.parser.IParseTree
-
- getDeepestStatementLocation(List<IParseTree>, int, boolean) - Static method in class gw.lang.parser.IParseTree.Search
-
A convenience method to find the deepest location for a specified position
given an array of locations (typically obtained via IGosuParser.getLocatoins())
- getDefault() - Method in class gw.api.system.ParameterKey
-
Get the default value for the parameter.
- getDefault() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getDefault() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- getDefaultChecks() - Method in class gw.api.tools.ConsistencyChecksPagePrinter
-
- getDefaultChecks() - Method in class gw.api.tools.DatabaseCheckPagePrinter
-
- getDefaultChecks() - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter
-
- getDefaultClassLoader() - Static method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getDefaultClassLoader(IModule) - Static method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getDefaultConstant() - Method in class gw.api.system.ParameterKey
-
Get the default constant value if specified.
- getDefaultContextObjectValue(String) - Method in class gw.document.DocumentCreationInfo
-
Get the default value for a particular context object for use in creation of the new document contents from a template.
- getDefaultCountry() - Static method in class gw.api.admin.BaseAdminUtil
-
Returns the default country.
- getDefaultCountry() - Static method in class gw.api.util.LocaleUtil
-
- getDefaultCurrency() - Static method in class gw.api.util.CurrencyUtil
-
Get the default currency, specified in the DefaultApplicationCurrency config.xml parameter.
- getDefaultElementName() - Method in class gw.xml.AbstractXMLNode
-
Deprecated.
use #getDefaultQName
- getDefaultEntityAccess() - Static method in class gw.lang.GosuShop
-
- getDefaultEntityAccess() - Method in interface gw.lang.IGosuShop
-
- getDefaultGroupFromExecutionSession() - Static method in class gw.api.assignment.AssignmentEngineUtil
-
Helper function that gets the default group stored in the ExecutionSession.
- getDefaultGroupIDFromExecutionSession() - Static method in class gw.api.assignment.AssignmentEngineUtil
-
Helper function that gets the default group ID stored in the ExecutionSession.
- getDefaultGroupType() - Method in class gw.api.databuilder.GroupBuilder
-
- getDefaultLanguage() - Static method in class gw.api.util.LocaleUtil
-
- getDefaultLanguage() - Method in interface gw.pl.workflow.entity.Workflow
-
Will return the default language from this workflow.
- getDefaultLanguageType() - Static method in class gw.api.util.LocaleUtil
-
- getDefaultLocale() - Static method in class gw.api.util.LocaleUtil
-
- getDefaultLocale() - Method in interface gw.pl.workflow.entity.Workflow
-
Will return the default locale from this workflow.
- getDefaultLocaleType() - Static method in class gw.api.util.LocaleUtil
-
- getDefaultNodeClass() - Method in class gw.xml.parser2.PLXMLParser
-
- getDefaultNodeClass() - Method in class gw.xml.XMLParser
-
- getDefaultNodeClass() - Method in class gw.xml.XMLParserBase
-
- getDefaultParameterizedType(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getDefaultParameterizedType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getDefaultParameterizedTypeWithTypeVars(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getDefaultParameterizedTypeWithTypeVars(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getDefaultPhoneCountryCode() - Static method in class gw.api.util.PhoneUtil
-
This is the server-wide phone country code
- getDefaultPhysicalFileSystem() - Method in class gw.fs.FileFactory
-
- getDefaultQName() - Method in class gw.pl.modules.ImportModulesNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModuleDependencyNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModuleNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModulePropertyNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModulesNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModuleSrcNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModuleTypeLoaderNode
-
- getDefaultQName() - Method in class gw.pl.modules.ModuleTypeLoadersNode
-
- getDefaultQName() - Method in class gw.xml.AbstractXMLNode
-
Gets the default qualified name for this node.
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDAll
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDAny
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDAttribute
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDChoice
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDComplexContent
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDComplexType
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDElement
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDEnumeration
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDExtension
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDRestriction
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDSchema
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDSequence
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDSimpleContent
-
- getDefaultQName() - Method in class gw.xml.xsd.schema.XSDSimpleType
-
- getDefaultSecurityType() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the code of the DocumentSecurityType value to be used as the default value for the SecurityType field
on Documents created from this template.
- getDefaultSecurityType() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDefaultServerUrl() - Method in class gw.pl.util.webservices.CmdLineToolBase
-
Obtain a string containing the default server url.
- getDefaultStatements() - Method in class gw.lang.ir.statement.IRSwitchStatement
-
- getDefaultStatements() - Method in interface gw.lang.parser.statements.ISwitchStatement
-
- getDefaultSymbolTable() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getDefaultType() - Method in interface gw.lang.reflect.ITypeSystem
-
- getDefaultType() - Static method in class gw.lang.reflect.TypeSystem
-
- getDefaultTypeLoader() - Method in interface gw.lang.reflect.ITypeSystem
-
- getDefaultTypeLoader() - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- getDefaultTypeLoader() - Static method in class gw.lang.reflect.TypeSystem
-
- getDefaultTypeMapping() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Returns the default TypeMapping used by the service
- getDefaultTypeUses() - Method in interface gw.lang.reflect.IEntityAccess
-
Get a set of type names that are automatically imported
- getDefaultTypeUsesMap() - Static method in class gw.lang.reflect.TypeSystem
-
- getDefaultUnitOfDistance() - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Returns the system default unit of distance.
- getDefaultUnitOfDistance() - Static method in class gw.api.geocode.GeocodeUtils
-
Returns the system-default unit of distance, as defined in config.xml
Note that right now we do not support feet or meters as the default, as these should not be exposed
by the UI unless the customer has a very specific reason for doing so.
- getDefaultUserName() - Method in class gw.pl.util.webservices.CmdLineToolBase
-
Obtain a string containing the default user name.
- getDefaultValue() - Method in class gw.api.archiving.upgrade.IssueProperty
-
- getDefaultValue() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getDefaultValue() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- getDefaultValue() - Method in interface gw.lang.reflect.IPresentationInfo
-
- getDefaultValue() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getDefaultValue() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getDefaultValue() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- getDefaultValue() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- getDefaultValue() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- getDefaultValue() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- getDefaultValueExpression() - Method in class gw.document.DocumentCreationInfo.DynamicWidgetInfo
-
Returns a Gosu expression which should be evaluated to determine the default value of the context object.
- getDefaultValueExpression() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getDefaultValueExpression() - Method in interface gw.lang.parser.IReducedSymbol
-
- getDefaultValueExpression() - Method in interface gw.lang.parser.ISymbol
-
The symbol's default value e.g., a default parameter value for a function.
- getDefaultValueExpressions() - Method in class gw.lang.reflect.FunctionType
-
- getDefaultValueExpressions() - Method in interface gw.lang.reflect.IInvocableType
-
- getDefaultValueExpressions() - Method in interface gw.lang.reflect.IOptionalParamCapable
-
- getDefaultValueExpressions() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getDefaultValueExpressions() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getDefaultValueKey() - Method in class gw.api.system.ParameterKey
-
Get reference to parameter that can provide default value if required.
- getDeferredUpgradeCompletedStatus() - Method in interface gw.pl.upgrader.entity.UpgradeInstance
-
- getDefinedLevels() - Method in class gw.api.tools.SetLogLevelData
-
- getDefinition() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the Definition.
- getDefinitionContainer() - Method in class gw.xml.xsd.schema.XSDComplexContent
-
- getDefinitionContainer() - Method in class gw.xml.xsd.schema.XSDComplexType
-
Returns either the type node or the extension node if this type has an extension
- getDefinitionContainer() - Method in class gw.xml.xsd.schema.XSDSimpleContent
-
- getDelegate() - Method in interface gw.lang.parser.expressions.IQueryPathExpression
-
- getDelegate() - Method in interface gw.lang.parser.IExpansionPropertyInfo
-
- getDelegate() - Method in interface gw.lang.reflect.gs.IGosuClassDelegate
-
- getDelegate() - Method in class gw.xml.XMLNodeAttributeMap
-
- getDelegate() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getDelegatePI() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getDelegateStmt() - Method in interface gw.lang.parser.IDelegateFunctionSymbol
-
- getDeletableTempFileDirectory() - Static method in class gw.pl.util.FileUtil
-
Will create a directory for temp files that can be deleted on startup, and will be aged by the PurgeDeletableFiles
- getDeleteStatus() - Method in interface gw.plugin.archiving.ArchiveSourceInfo
-
The delete status
- getDensityStatistics() - Method in interface gw.api.database.CatalogSubStatistics
-
Returns the DensityStatistics.
- getDensityStatisticsWithSteps(TableStatistics) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getDependencies() - Method in class gw.lang.gosuc.GosucModule
-
- getDependencies() - Method in interface gw.lang.reflect.module.IModule
-
- getDependencies() - Method in class gw.pl.modules.ModuleNode
-
- getDependencies() - Method in class gw.pl.modules.pom.PomModuleSpec
-
- getDependenciesClass() - Method in class gw.pl.util.internal.DependenciesState
-
- getDependenciesClasses() - Method in class gw.pl.util.internal.AllDependenciesState
-
- getDependenciesState(Class) - Method in class gw.pl.util.internal.AllDependenciesState
-
- getDependency(Class<T>) - Method in class gw.pl.util.internal.DependenciesBase
-
- getDependency(String) - Method in class gw.pl.util.internal.DependenciesState
-
- getDependency(Class, Class) - Static method in class gw.pl.util.internal.DependenciesUtil
-
Given a dependencies class (like PLDependencies.class), and the dependency to look for,
tries to retrieve the class.
- getDependencyIgnoringInitializationFlag(Class<T>) - Method in class gw.pl.util.internal.DependenciesBase
-
Gets the dependency instance registered for the given dependency interface, regardless of whether these
dependencies are "initializing."
- getDependsOn() - Method in class gw.api.system.ParameterKey
-
Get the parameter this one depends on.
- getDeploySkeleton() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use isSkeletonWanted()
- getDeprecated() - Method in interface gw.lang.javadoc.IBaseFeatureNode
-
- getDeprecated() - Method in interface gw.lang.javadoc.IClassDocNode
-
- getDeprecatedReason() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getDeprecatedReason() - Method in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- getDeprecatedReason() - Method in class gw.lang.reflect.MethodInfoBase
-
- getDeprecatedReason() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getDeprecatedReason() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getDeprecatedReason() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getDeprecatedReason() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getDeprecatedReason() - Method in class gw.lang.reflect.TypeInfoBase
-
- getDeprecatedReason() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getDeprecatedReason() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getDeprecatedReason() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getDeprecatedReason() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getDeprecatedReason() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getDeprecatedReason() - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getDesc() - Method in class gw.api.tools.EntityDisplayInfo
-
- getDesc() - Method in class gw.plugin.management.AttributeInfo
-
Description
- getDesc() - Method in class gw.plugin.management.OperationInfo
-
Description
- getDescendents() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns an Iterable over the descendents of this node (not including this node).
- getDescription() - Method in class gw.api.admin.EventMessage
-
- getDescription() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getDescription() - Method in class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- getDescription() - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- getDescription() - Method in class gw.api.archiving.ArchiveDetailsData
-
- getDescription() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureCountSummary
-
- getDescription() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesCountSummary
-
- getDescription() - Method in class gw.api.archiving.ArchiveSkippedCountSummary
-
- getDescription() - Method in interface gw.api.database.ConsistencyCheck
-
Gets a string description of this check
- getDescription() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- getDescription() - Method in interface gw.api.database.IndexStatistics
-
- getDescription() - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionCheckWrapper
-
- getDescription() - Method in class gw.api.database.upgrade.CompoundVersionCheck
-
- getDescription() - Method in class gw.api.database.upgrade.DropColumnIfSafeVersionCheck
-
- getDescription() - Method in class gw.api.database.upgrade.DropTableAfterUpgradeTrigger
-
- getDescription() - Method in class gw.api.database.upgrade.DropTableIfEmptyVersionTrigger
-
- getDescription() - Method in class gw.api.database.upgrade.VersionAction
-
- getDescription() - Method in interface gw.api.database.WebLoaderSQLIntegrityCheck
-
- getDescription(ConsistencyCheck) - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- getDescription() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getDescription(C) - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
- getDescription() - Method in class gw.api.tools.DataDistDVHelper
-
- getDescription(LoaderSQLIntegrityCheck) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- getDescription() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- getDescription() - Method in class gw.api.tools.PerfDownloadDetail
-
- getDescription() - Method in enum gw.api.tools.PerfReportHelper.DBPerfReportStatus
-
- getDescription() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getDescription() - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the description field on TypeKey
- getDescription() - Method in interface gw.entity.TypeKey
-
Returns the description for this typekey for the current locale.
- getDescription(ILocale) - Method in interface gw.entity.TypeKey
-
Returns the description of this typekey for the given locale.
- getDescription() - Method in class gw.lang.gosuc.GosucArg
-
- getDescription() - Method in interface gw.lang.javadoc.IBaseFeatureNode
-
- getDescription() - Method in interface gw.lang.javadoc.IClassDocNode
-
- getDescription() - Method in interface gw.lang.javadoc.IExceptionNode
-
- getDescription() - Method in interface gw.lang.javadoc.IParamNode
-
- getDescription() - Method in class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- getDescription() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getDescription() - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getDescription() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getDescription() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getDescription() - Method in interface gw.lang.reflect.IAnnotationInfo
-
- getDescription() - Method in interface gw.lang.reflect.IFeatureInfo
-
A full description of this feature.
- getDescription() - Method in class gw.lang.reflect.java.JavaExceptionInfo
-
- getDescription() - Method in class gw.lang.reflect.MethodInfoBase
-
- getDescription() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getDescription() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getDescription() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getDescription() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getDescription() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getDescription() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- getDescription() - Method in class gw.lang.reflect.TypeInfoBase
-
- getDescription() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getDescription(ILocale) - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getDescription() - Method in interface gw.pl.scriptparameter.entity.ScriptParameter
-
Returns localized description of the parameter
- getDescription() - Method in class gw.plugin.cluster.StatisticsAttributeInfo
-
- getDescription() - Method in class gw.plugin.custompicker.CustomPickerCode
-
Description of the code
- getDescription() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns human-readable description of the template and/or the document it will create.
- getDescription() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDescription(ILocale) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDescription() - Method in class gw.plugin.management.GWMBeanInfo
-
Description
- getDescription() - Method in class gw.plugin.management.NotificationInfo
-
Description
- getDescription() - Method in class gw.processes.BatchProcessBase
-
This will return a description for this specific batch process, it normally only needs to be
overridden to report the arguments passed in the constructor.
- getDescription() - Method in class gw.rules.RuleSetDescription
-
Returns the rule name
- getDescription() - Method in interface gw.xml.parser2.EnumWithDescription
-
- getDescription() - Method in class gw.xml.parser2.XMLFieldDeclaration
-
- getDescription() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getDescription() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getDescription() - Method in class gw.xml.xsd.URLXSDSource
-
- getDescription() - Method in interface gw.xml.xsd.XSDSource
-
- getDescriptionPart(Element) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
- getDescriptor() - Method in class gw.lang.ir.IRAnnotation
-
- getDescriptor() - Method in class gw.lang.ir.IRGosuAnnotation
-
- getDescriptor() - Method in interface gw.lang.ir.IRType
-
- getDescriptor(IType) - Method in interface gw.lang.ir.IRTypeResolver
-
- getDescriptor(Class) - Method in interface gw.lang.ir.IRTypeResolver
-
- getDescriptor(IJavaClassInfo) - Method in interface gw.lang.ir.IRTypeResolver
-
- getDescriptor() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getDescriptor() - Method in class gw.lang.ir.SyntheticIRType
-
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.AlreadyExecutedException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.BadIdentifierException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.BatchProcessException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.DataConversionException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.DuplicateKeyException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.EntityStateException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.FieldConversionException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.FieldFormatException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.LoginException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.PermissionException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.RequiredFieldException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.ServerStateException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPRetryableException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPSenderException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPServerException
-
Get Custom Deserializer
- getDeserializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.UnknownTypeKeyException
-
Get Custom Deserializer
- getDesktopCounts() - Static method in class gw.api.desktop.DesktopCounts
-
Returns a handle to the DesktopCounts from which statistics for the Desktop can be retrieved.
- getDestId() - Method in class gw.api.admin.EventMessage
-
- getDestID() - Method in interface gw.pl.messaging.entity.MessageContext
-
Returns the ID of the destination to which any messages created
will be sent.
- getDestinationId() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getDestinationId() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the id of the destination.
- getDestinationID() - Method in interface gw.api.contact.ABMessageTransport
-
- getDestinationID() - Method in class gw.api.messaging.SynchStateData
-
Deprecated.
ID of the destination to which this synchState corresponds
- getDestinationName() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getDestinationName() - Method in class gw.api.admin.EventMessage
-
- getDestinationName() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the name of the destination.
- getDetail() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
- getDetail() - Method in interface gw.lang.parser.statements.IAssertStatement
-
- getDetail() - Method in exception gw.xml.ws.WsdlFault
-
Gets the detail element.
- getDetailedStatus() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- getDetailedStatus() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- getDetailedStatus() - Method in interface gw.processes.BatchProcess
-
Returns a detailed description of the status, which is useful when integers are not good enough
- getDetails() - Method in class gw.api.webservice.importTools.ImportResults
-
The details of every item that was imported.
- getDetailsArray() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
- getDetailsData() - Method in class gw.api.archiving.ArchiveDetails
-
- getDetailsData() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureDetails
-
- getDfs() - Method in interface gw.lang.reflect.IDFSBackedFeatureInfo
-
- getDfsDecls() - Method in interface gw.lang.parser.IGosuParser
-
- getDfsOwner() - Method in interface gw.lang.parser.statements.ISyntheticFunctionStatement
-
- getDiff() - Method in class gw.api.bean.compare.ui.BaseEntityDiffDisplay
-
The underlying
EntityDiff that was passed in when this EntityDiffDisplay was constructed.
- getDiff() - Method in class gw.api.bean.compare.ui.BasePropertyDiffDisplay
-
Return the underlying property diff that this PropertyDiffDisplay is displaying
- getDiff() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
The underlying
EntityDiff that was passed in when this EntityDiffDisplay was constructed.
- getDiff() - Method in class gw.api.bean.compare.ui.PropertyDiffDisplay
-
Return the underlying property diff that this PropertyDiffDisplay is displaying
- getDiff() - Method in class gw.pl.util.diff.lcs.LineBasedLCS
-
- getDiffable() - Method in class gw.pl.util.diff.lcs.DiffEntry
-
- getDiffDisplayTree() - Method in interface gw.api.bean.compare.ui.DiffDisplayUI
-
Returns a tree of property comparisons (by entity), so that they can be displayed
- getDiffDisplayTree() - Method in class gw.api.contact.pendingchanges.PendingChangeUI
-
- getDiffDisplayTypes() - Method in interface gw.plugin.contact.PendingContactChangeConfigurationPlugin
-
Returns a map of diff display types by entity type.
- getDifferentRelationshipsMessage() - Method in class gw.api.contact.LinkStatus
-
Get a message with the types of relationships that are different between the local and remote contacts.
- getDiffGraph() - Method in class gw.api.graph.MergeGraph
-
- getDirect(K) - Method in class gw.util.ScopedMap
-
- getDirection() - Method in class gw.api.admin.DestinationMessageStatistics.DestinationAction
-
- getDirections(Address, Address, BundleProvider) - Method in class gw.api.contact.DrivingDirectionsCache
-
Returns a DrivingDirections object for a given source and destination address.
- getDirections(Address, Address, boolean, BundleProvider) - Method in class gw.api.contact.DrivingDirectionsCache
-
Returns a DrivingDirections object for a given source and destination address.
- getDirections(Address, Address, boolean, UnitOfDistance, BundleProvider) - Method in class gw.api.contact.DrivingDirectionsCache
-
Returns a DrivingDirections object for a given source and destination address.
- getDirectory() - Method in class gw.util.ProcessStarter
-
Deprecated.
Returns this process' working directory.
- getDirectoryForPath(String) - Static method in class gw.lang.gosuc.GosucUtil
-
- getDirectReferencesTo(KeyableBean, ILinkPropertyInfo, Class<T>) - Static method in class gw.api.bean.LinkedBeans
-
Gets all beans connected to the target through the given foreign key (and source type), either
in the DB or the bundle.
- getDirectReferencesTo(KeyableBean, String, Class<T>) - Static method in class gw.api.bean.LinkedBeans
-
Gets all beans connected to the target through the given foreign key (and source type), either
in the DB or the bundle.
- getDiscriptorDirectory(TDirectory, String) - Static method in class gw.plugin.document.DocumentConfigUtil
-
This will return a Directory that is either the virtual directory with
the modules or specified by the supplied path
- getDiscriptorDirectory(String, String) - Static method in class gw.plugin.document.DocumentConfigUtil
-
This will return a Directory that is either the virtual directory with
the modules or specified by the supplied path
- getDiscriptorDirectory(String, String) - Static method in class gw.plugin.email.EmailConfigUtil
-
This will return the directory that is either the directory with
the modules or specified by the supplied path
- getDiscriptorDirectory(String, String) - Static method in class gw.plugin.note.NoteConfigUtil
-
This will return the directory that is either the directory with
the modules or specified by the supplied path
- getDisplayFormat(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDataTypePresentationHandler
-
Gets the display format for the given owning object and numeric property.
- getDisplayFormat(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
Gets the display format associated with this this datatype.
- getDisplayKey() - Method in exception gw.datatype.DataTypeException
-
- getDisplayKeyArgs() - Method in exception gw.datatype.DataTypeException
-
- getDisplayKeyForContactSubtype(String) - Static method in class gw.api.contact.NewContactUtil
-
- getDisplayKeyValue(String) - Static method in class gw.api.domain.DisplayKey
-
Returns a localized display string corresponding to the specified key.
- getDisplayKeyValue(DisplayKey) - Static method in class gw.api.domain.DisplayKey
-
Returns a localized display string corresponding to the specified key.
- getDisplayKeyValue(String, Object[]) - Static method in class gw.api.domain.DisplayKey
-
Returns the localized display text associated with key, formatted
with the specified args.
- getDisplayName() - Method in class gw.api.admin.DestinationMessageStatistics.DestinationAction
-
- getDisplayName() - Method in class gw.api.admin.ImportDataConflict
-
Get the display name of the changed entity.
- getDisplayName() - Method in interface gw.api.archiving.upgrade.IArchivedTypekey
-
- getDisplayName() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeDBFunction
-
- getDisplayName() - Method in interface gw.api.importing.graph.Element
-
the display name for this entity (will be empty or public id if not a type tha
has display name).
- getDisplayName() - Method in interface gw.api.importing.graph.Graph
-
A displayable name for this graph
- getDisplayName() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getDisplayName() - Method in class gw.api.print.ListViewPrintOptions.ColumnHeaderInfo
-
Returns the given display name for the given column header.
- getDisplayName() - Method in interface gw.api.scm.IScmAdapter
-
A human readable name that should be unique in the company of several SCM
adapters.
- getDisplayName() - Method in class gw.api.tools.PickerRow
-
- getDisplayName() - Method in class gw.api.tools.SampleDataMethod
-
- getDisplayName() - Method in class gw.document.DocumentCreationInfo.DynamicWidgetInfo
-
Returns the name to be displayed to the user for the context object.
- getDisplayName(ILocale) - Method in interface gw.entity.TypeKey
-
Returns the name of this typekey for the given locale.
- getDisplayName() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getDisplayName() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getDisplayName() - Method in interface gw.lang.parser.IReducedSymbol
-
- getDisplayName() - Method in interface gw.lang.parser.ISymbol
-
Returns the Symbol's optional display name.
- getDisplayName() - Method in class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- getDisplayName() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getDisplayName() - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getDisplayName() - Method in class gw.lang.reflect.DefaultArrayType
-
- getDisplayName() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getDisplayName() - Method in class gw.lang.reflect.EnumValuePlaceholder
-
- getDisplayName() - Method in class gw.lang.reflect.FunctionType
-
- getDisplayName() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getDisplayName() - Method in interface gw.lang.reflect.IEnumConstant
-
- getDisplayName() - Method in interface gw.lang.reflect.IFeatureInfo
-
Gets the display name of this feature.
- getDisplayName() - Method in interface gw.lang.reflect.IType
-
The display name of this intrinsic type.
- getDisplayName() - Method in interface gw.lang.reflect.IVisibilityModifierType
-
- getDisplayName() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getDisplayName() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getDisplayName() - Method in interface gw.lang.reflect.java.IJavaParameterDescriptor
-
- getDisplayName() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getDisplayName() - Method in class gw.lang.reflect.java.JavaExceptionInfo
-
- getDisplayName() - Method in class gw.lang.reflect.MethodInfoBase
-
- getDisplayName() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getDisplayName() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getDisplayName() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getDisplayName() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getDisplayName() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getDisplayName() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- getDisplayName() - Method in class gw.lang.reflect.StandardVisibilityModifierType
-
- getDisplayName() - Method in class gw.lang.reflect.TypeBase
-
- getDisplayName() - Method in class gw.lang.reflect.TypeInfoBase
-
- getDisplayName() - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Returns the display name of the particular Entity instance.
- getDisplayName() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getDisplayName(ILocale) - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getDisplayName() - Method in interface gw.pl.persistence.core.Bean
-
Returns the display name of the particular Bean instance.
- getDisplayName(String) - Method in interface gw.pl.persistence.core.Bean
-
Returns the display name of the particular Bean instance.
- getDisplayName() - Method in interface gw.rules.IRunningRuleInfo
-
Returns the display name of the currently running rule
- getDisplayName() - Method in interface gw.rules.IRunningRuleSetInfo
-
Returns the display name of the currently running rule set
- getDisplayName() - Method in class gw.xml.parser2.LocationRefType
-
- getDisplayName() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getDisplayName() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getDisplayName() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getDisplayName() - Method in class gw.xml.xsd.typeloader.XSDEnumerationValue
-
- getDisplayString(long) - Static method in class gw.api.web.tools.Duration
-
- getDisplayString() - Method in class gw.api.web.tools.Duration
-
- getDisplayText() - Method in class gw.api.contact.AutocompleteResult
-
- getDisplayText(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Returns the displayed value of the first element with the given id.
- getDisplayTree() - Method in interface gw.plugin.contact.PendingContactChangeConfigurationPlugin
-
Configuration for converting the entity graph into a tree structure to display in the UI
- getDispStepType() - Method in class gw.api.tools.LoadStepDisplayable
-
- getDistance() - Method in class gw.api.contact.DrivingDirectionsElem
-
Total driving distance for this stage, if any
- getDistanceFrom(Address) - Method in interface gw.pl.contact.entity.Address
-
Gets the great circle distance to this address from a given point, given in millimeters.
- getDistanceFrom(BigDecimal, BigDecimal) - Method in interface gw.pl.contact.entity.Address
-
Gets the great circle distance to this address from a given point, given in millimeters.
- getDistanceFromAsString(Address, UnitOfDistance) - Method in interface gw.pl.contact.entity.Address
-
Gets the great circle distance to this address from a given point, rendered as a readable string ie "1.1 mi."
- getDistanceFromAsString(Address) - Method in interface gw.pl.contact.entity.Address
-
Gets the great circle distance to this address from a given point, rendered as a readable string ie "1.1 mi."
- getDistanceFromAsString(BigDecimal, BigDecimal, UnitOfDistance) - Method in interface gw.pl.contact.entity.Address
-
Gets the great circle distance to this address from a given point, rendered as a readable string ie "1.1 mi."
- getDistanceFromAsString(BigDecimal, BigDecimal) - Method in interface gw.pl.contact.entity.Address
-
Gets the great circle distance to this address from a given point, rendered as a readable string ie "1.1 mi."
- getDividedChildrenDirectly() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- getDocsForParam(int) - Method in interface gw.lang.javadoc.JavaHasParams
-
- getDocument() - Method in class gw.document.DocumentCreationInfo
-
Get the DocumentBase entity containing the metadata values for the newly created document.
- getDocument() - Method in class gw.document.DocumentDetailsInfo
-
Get the DocumentBase entity whose details are being displayed.
- getDocument() - Method in class gw.pl.util.xml.XMLCodec
-
- getDocumentAssistantJnlpURL() - Static method in class gw.document.DocumentsUtilBase
-
Returns the absolute URL of the Document Assistant JNLP launch file
- getDocumentContents(String, String, String, String, String, String, boolean, boolean) - Static method in class gw.document.DocumentContentsInfo
-
Builds the DocumentContentsInfo containing the document contents information.
- getDocumentContentsInfo(Document, boolean) - Method in interface gw.plugin.document.IDocumentContentSourceBase
-
Returns the content info of the document corresponding to the specified document's unique id (UID).
- getDocumentContentsInfoForExternalUse(Document) - Method in interface gw.plugin.document.IDocumentContentSourceBase
-
Returns the content info of the document corresponding to the specified document's unique id (UID) for external use.
- getDocumentCreationScript() - Method in class gw.document.DocumentCreationInfo
-
Get the script, if any, which should be run on the user's machine as part of the document creation process.
- getDocumentFilePath() - Method in class gw.document.DocumentCreationInfo
-
Gets the full path on the user's machine of the temp file containing the contents of the new document.
- getDocumentLanguage() - Method in interface gw.pl.document.entity.Document
-
Gets the language in which the document was created in.
- getDocumentProductionType() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a code which will be used by the document production system to determine how to generate the
document from the template.
- getDocumentProductionType() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getDocuments() - Method in class gw.api.email.Email
-
- getDocumentTemplate(String) - Method in interface gw.plugin.document.IDocumentTemplateSource
-
Deprecated.
use the overloaded method that takes locale
- getDocumentTemplate(String, ILocale) - Method in interface gw.plugin.document.IDocumentTemplateSource
-
Returns the document template for the template id and the given locale
- getDocumentTemplateDescriptor() - Method in class gw.document.DocumentCreationInfo
-
- getDocumentTemplates(Date, Map, int) - Method in interface gw.plugin.document.IDocumentTemplateSource
-
Returns an array of document templates that satisfy the specified criteria.
- getDocumentTemplatesBackingDir() - Static method in class gw.plugin.document.DocumentConfigUtil
-
This will return a directory that is the virtual directory with the modules
- getDocumentTemplateSearchResults() - Method in class gw.document.DocumentCreationInfo
-
Deprecated.
use getDocumentTemplateDescriptor for the descriptor directly
- getDomainSchemaNamespace() - Static method in class gw.api.importing.ImportingUtil
-
This will return the namespace for domain objects
- getDomainStackTrace(int) - Method in class gw.api.profiler.QuerySummary
-
Returns a trimmed string that highlights the domain methods on the call stack
appropriate for display in a single cell of a list view.
- getDomainStackTrace(int) - Method in class gw.api.profiler.StackAggregatedQuerySummary
-
Returns a trimmed version of the filtered stack trace that can be
displayed in a ListView cell.
- getDominatingLocationList() - Method in interface gw.lang.parser.IParseTree
-
- getDotGraph(DotFormatter<T>) - Method in class gw.api.graph.print.DebuggingVisitor
-
Returns the graph in DOT format.
- getDouble(String, Double) - Method in class gw.processes.WorkQueueInstrumentation
-
Returns current value if it exists and not null or specified default value otherwise.
- getDoubleData() - Method in class gw.api.util.stats.StatisticsCollector.FormattedDouble
-
- getDps() - Method in interface gw.lang.parser.statements.IPropertyStatement
-
- getDps() - Method in interface gw.lang.reflect.gs.IGosuPropertyInfo
-
- getDrivingDirections(Address, Address, UnitOfDistance) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
There is no practical "generic" way to provide driving directions.
- getDrivingDirections(Address, Address, UnitOfDistance) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Gets driving directions, driving time and a map illustrating the route between the two addresses.
- getDrivingDirectionsCache() - Method in class gw.api.contact.ProximitySearchPageHelper
-
Gets the page-local Driving Directions Cache
- getDropUnusedColumnsSQL() - Method in class gw.api.tools.DatabaseInfo.TableWithUnusedColumnInfo
-
- getDueInNDaysFilter(int) - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the target date less than today plus N?
- getDueTodayFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the target date today?
- getDuplicates(ABContact, ABContactSearchResult) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- getDuration(Date, Date) - Method in class gw.api.tools.LoadHistoryHelper
-
- getDuration() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- getDuration() - Method in interface gw.pl.staging.entity.LoadCallback
-
Get the duration in milliseconds
- getDuration() - Method in interface gw.pl.staging.entity.LoadInsertSelect
-
Get the duration in milliseconds
- getDuration() - Method in interface gw.pl.staging.entity.LoadIntegrityCheck
-
Get the duration in milliseconds
- getDuration() - Method in interface gw.pl.staging.entity.LoadStep
-
- getDurationInSeconds() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getDurationString(Date, Date) - Method in class gw.api.tools.LoadHistoryHelper
-
- getDynamicFunctionSymbol() - Method in interface gw.lang.parser.statements.IFunctionStatement
-
- getDynamicSymbolTable() - Method in interface gw.lang.parser.ISymbol
-
- getDynamicWidgetInformation() - Method in class gw.document.DocumentCreationInfo
-
Return the set of DynamicWidgetInfo objects which correspond to the set of context object values which must be
specified to create a new document from a document template.
- getEarliestDate() - Method in class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- getEarliestPointInTimeForStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getEarliestPointInTimeForStatisticsString() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getEdgeProvider() - Method in class gw.api.graph.EntityGraphTraverser
-
- getEdgeProvider() - Method in class gw.api.graph.GenericGraphTraverser
-
- getEdgeProvider() - Method in class gw.api.graph.traverse.GraphTraverserBase
-
Returns an implementation of
EdgeProvider that
extracts/creates the appropriate outgoing edges from a
given node.
- getEdgeProvider() - Method in class gw.api.graph.traverse.TraversalStrategyBase
-
Returns the edge provider for this strategy.
- getEdges() - Method in class gw.api.graph.BasicGraph
-
Gets the graph edges.
- getEdges(Predicate<Edge<T>>) - Method in interface gw.api.graph.GraphView
-
Returns a set of all edges in the graph filtered
by the given condition.
- getEdges() - Method in class gw.api.graph.Path
-
Returns a set of edges in the path.
- getEdges() - Method in interface gw.api.graph.ReadableGraph
-
Returns a set of all edges in the graph.
- getEdgeStatus(EntityDiff<KeyableBean>, EntityDiff<KeyableBean>) - Method in class gw.api.graph.MergeGraph
-
- getEdgeTableName() - Method in class gw.plugin.upgrade.EdgeForeignKeyUpgradeInfo
-
Gets the edge table name.
- getEditable() - Method in class gw.smoketest.platform.web.ValueElement
-
Checks if this element is currently editable
- getEditEffectiveDate() - Method in class gw.api.diff.DiffItem
-
- getEditEffectiveDate() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Date at which edits to this branch are effective.
- getEffDatedBean() - Method in class gw.api.diff.DiffItem
-
Returns EffDated bean associated with this change.
- getEffDatedBranchContext() - Method in interface gw.api.importing.ImportingUtilHelper
-
EffDated entities need to be created with their EffDatedBranch.
- getEffDatedKey() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Get an effective date independent key for this bean.
- getEffectiveDate() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Get the date when this bean starts being effective.
- getElapsedTime() - Method in interface gw.api.profiler.ProfilerFrame
-
- getElapsedTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getElapsedTime() - Method in class gw.api.profiler.ProfilerTag
-
- getElapsedTime() - Method in class gw.api.tools.DBInfoActivityStatsEntityListsTableRecord
-
- getElapsedTimePercentage(int) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getElapsedTimes() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getElement(String) - Method in interface gw.api.importing.graph.Graph
-
An element for the given id
- getElement(String) - Method in class gw.api.importing.graph.MapBackedGraph
-
- getElement(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the Element TypeEntry with the given QName.
- getElement(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Return the cheat sheet description of the element, use it with care.
- getElementClass() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- getElementClass() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getElementContainers() - Method in class gw.xml.xsd.schema.XSDComplexType
-
- getElementContainers() - Method in class gw.xml.xsd.schema.XSDElement
-
- getElementCount(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Finds out how many elements there are of the given name.
- getElementFormDefault() - Method in class gw.xml.xsd.schema.XSDSchema
-
- getElementFormDefaults() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
- getElementIds() - Method in interface gw.api.importing.graph.Graph
-
all elements ids
- getElementIds() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getElementIndex() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Return an unmodifiable map of qnames -> Elements in the symbol
table.
- getElementInfo() - Method in interface gw.xml.xsd.typeloader.IXmlNodeTypeFromXsd
-
- getElementInfo() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getElementInfo() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getElementInfo(String) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getElementName() - Method in class gw.xml.AbstractXMLNode
-
Gets this node's element name.
- getElementName() - Method in interface gw.xml.IReadOnlyXMLNode
-
- getElementName() - Method in interface gw.xml.IXMLNode
-
- getElementName() - Method in interface gw.xml.parser2.IXMLParseIssue
-
- getElementName() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- getElementName() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getElementName() - Method in class gw.xml.parser2.XMLParseIssue
-
- getElementName() - Method in class gw.xml.xsd.info.XSDElementInfo
-
- getElementName() - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getElements() - Method in class gw.api.contact.DrivingDirections
-
Array of components of driving directions.
- getElements() - Method in class gw.lang.ir.expression.IRCompositeExpression
-
- getElements() - Method in class gw.xml.xsd.schema.XSDElementContainer
-
- getElementType() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getElementTypeName() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- getElementTypeName() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getElseStatement() - Method in class gw.lang.ir.statement.IRIfStatement
-
- getElseStatement() - Method in interface gw.lang.parser.statements.IIfStatement
-
- getEmailAddress() - Method in class gw.api.email.EmailContact
-
- getEmailForName(String) - Method in class gw.api.contact.ContactEmailAutocompleteHandler
-
- getEmailTemplate(String) - Method in interface gw.plugin.email.IEmailTemplateSource
-
Returns the email template for the template filename.
- getEmailTemplate(ILocale, String) - Method in interface gw.plugin.email.IEmailTemplateSource
-
Returns the email template for the template filename.
- getEmailTemplates(String, String[]) - Method in interface gw.plugin.email.IEmailTemplateSource
-
Returns an array of email templates that satisfy the specified criteria.
- getEmailTemplates(ILocale, Map) - Method in interface gw.plugin.email.IEmailTemplateSource
-
Returns an array of email templates that satisfy the specified criteria.
- getEmailTemplatesBackingDir() - Static method in class gw.plugin.email.EmailConfigUtil
-
This will return a directory that is the source for templates
- getEmailVirtualDirectory() - Static method in class gw.plugin.email.EmailConfigUtil
-
Returns the virtual directory.
- getEnabled() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getEnabled() - Method in class gw.smoketest.platform.web.ActionElement
-
Checks if this element is currently enabled
- getEnabled() - Method in class gw.smoketest.platform.web.PagingElement
-
Checks if this element is currently enabled
- getEnabled() - Method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
- getEnabledPlugins() - Static method in class gw.api.startable.StartablePluginPageHelper
-
- getEnclosingClass() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getEnclosingClass() - Method in interface gw.lang.reflect.java.IJavaAnnotatedElement
-
- getEnclosingClassInstance(IGosuObject) - Static method in class gw.lang.reflect.ReflectUtil
-
- getEnclosingEvalExpression() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getEnclosingFunctionStatement() - Method in interface gw.lang.parser.IParseTree
-
- getEnclosingType() - Method in class gw.lang.ir.IRClass.InnerClassInfo
-
- getEnclosingType() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- getEnclosingType() - Method in interface gw.lang.parser.IParseTree
-
- getEnclosingType() - Method in class gw.lang.parser.ParserOptions
-
- getEnclosingType() - Method in class gw.lang.reflect.DefaultArrayType
-
- getEnclosingType() - Method in class gw.lang.reflect.FunctionType
-
- getEnclosingType() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getEnclosingType() - Method in interface gw.lang.reflect.IType
-
Returns the type immediately enclosing this type.
- getEnclosingType() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getEnclosingType() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getEnclosingType() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getEnclosingType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getEnclosingType() - Method in class gw.lang.reflect.TypeBase
-
- getEnclosingType() - Method in class gw.xml.parser2.LocationRefType
-
- getEnclosingType() - Method in class gw.xml.parser2.XMLNodeType
-
- getEnclosingTypeReference() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getEncoding() - Method in class gw.xml.XmlSerializationOptions
-
the character set for encoding
- getEncryptedLength(int) - Method in interface gw.plugin.util.IEncryption
-
The max length of the encrypted string for the property
- getEncryption() - Method in class gw.api.importing.XmlExporter
-
- getEncryptionIdentifier() - Method in interface gw.plugin.util.IEncryption
-
The unique identifier for the encryption, used to assist encryption change control
- getEnd() - Method in class gw.api.util.Range
-
Gets the end of the range.
- getEnd() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getEnd() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getEnd() - Method in class gw.lang.reflect.IProvidesCustomErrorInfo.CustomErrorInfo
-
- getEndDate() - Method in class gw.api.database.DBDateRange
-
- getEndNumber() - Method in class gw.api.database.NumberRange
-
- getEndSnapId() - Method in class gw.api.database.AWRReportUserSettings
-
- getEndSnapshotId() - Method in class gw.api.tools.AWRSnapshotHelper.SnapshotRange
-
- getEndTime() - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- getEndTime() - Method in class gw.api.tools.PerfDownloadDetail
-
- getEndTime() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The time at which the given worker was stopped or null if the worker has not been stopped yet.
- getEndTime() - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
The time at which the given worker was stopped or null if the worker has not been stopped yet.
- getEnhancedType() - Method in interface gw.lang.reflect.gs.IGosuEnhancement
-
- getEnhancementIndex() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getEnhancementsForType(IType) - Method in interface gw.lang.reflect.gs.IEnhancementIndex
-
- getEntityAccess() - Static method in class gw.config.CommonServices
-
- getEntityByName(String) - Method in interface gw.pl.messaging.entity.Message
-
Looks up and returns the entity stored on the message at the time that
the message was created under the supplied name.
- getEntityByRef(Class, String) - Method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
Get a handle to an existing entity from its Public Id.
- getEntityByRef(String, String) - Method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
Get a handle to an existing entity from its Public Id.
- getEntityByRef(Object, Class, String) - Method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
Get a handle to an existing entity from its Public Id.
- getEntityByRef(Object, String, String) - Method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
Get a handle to an existing entity from its Public Id.
- getEntityDomainType(IEntityType) - Static method in class gw.api.importing.ImportingUtil
-
- getEntityFactory() - Static method in class gw.pl.external.entity.EntityFactory
-
- getEntityId() - Method in class gw.api.validation.EntityValidation
-
The id of the entity this validation applies to.
- getEntityIdProperty(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- getEntityInstanceFrom(Object, IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- getEntityKey() - Method in class gw.api.validation.ValidationExecutionResult
-
Key of the root entity upon which Validation was executed.
- getEntityName() - Method in interface gw.api.archiving.upgrade.IArchivedEntity
-
- getEntityName() - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
- getEntityName() - Method in class gw.api.archiving.upgrade.IssueEntity
-
- getEntityName(T) - Method in class gw.api.bean.compare.ui.BaseEntityDiffDisplay
-
Helper method to get the name for either the Source bean or the Compare bean to display in the policy
refresh UI.
- getEntityName(T) - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
Helper method to get the name for either the Source bean or the Compare bean to display in the entity comparison
UI.
- getEntityName() - Method in class gw.api.system.ParameterKey
-
Get the name of the entity this parameter is associated with.
- getEntityName() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Returns the name of the entity that this cache is tracking
- getEntityName() - Method in class gw.api.tools.DBInfoActivityStatsEntityListsTableRecord
-
- getEntityName() - Method in class gw.api.tools.SafePersistingOrderInfoHelper.SafePersistingOrderData
-
- getEntityName() - Method in class gw.api.webservice.FieldFilter
-
- getEntityName() - Method in interface gw.api.webservice.IFieldFilter
-
- getEntityName() - Method in interface gw.api.webservice.IInsertPathValue
-
- getEntityName() - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The type of entity.
- getEntityName() - Method in class gw.api.webservice.importTools.ImportResultSummary
-
The name of the entity in question.
- getEntityNames() - Method in interface gw.pl.messaging.entity.Message
-
Get the names used when associating entities with the message.
- getEntityPhoneMapperEntries() - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
Returns the phone mapper structure in case someone wants direct access to the entire mapping structure
- getEntityPhoneMapperForIEntityType(IEntityType) - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
Returns a list of phone mappers for a given entity
- getEntityProperties() - Method in interface gw.entity.IEntityType
-
Returns all properties that implement the IEntityPropertyInfo interface
- getEntityPropertiesToIgnoreForComparison() - Method in interface gw.plugin.contact.PendingContactChangeConfigurationPlugin
-
Set of properties in the entity graph to ignore when determining if the policies under comparison
actually have differences.
- getEntityType() - Method in class gw.api.admin.ImportDataConflict
-
Get the name of the type of the changed entity.
- getEntityType() - Method in interface gw.api.bean.compare.EntityDiff
-
Bean property accessor indicating the type of the bean pointed to by this EntityDiff.
- getEntityType() - Method in class gw.api.bean.compare.EntityDiffImpl
-
- getEntityType() - Method in interface gw.api.bean.compare.EntityMatch
-
Returns the entity type of the match.
- getEntityType() - Method in class gw.api.bean.compare.EntityMatchImpl
-
Returns the entity type of the match
- getEntityType() - Method in class gw.api.database.GroupingQuery
-
- getEntityType() - Method in interface gw.api.database.IQuery
-
- getEntityType() - Method in interface gw.api.database.ISimpleQueryBuilder
-
- getEntityType() - Method in class gw.api.database.Query
- getEntityType() - Method in class gw.api.util.phone.EntityPhoneMapper
-
Returns the underlying entity type
- getEntityType() - Method in interface gw.entity.SubtypeKey
-
Gets the entity subtype associated with this subtype typekey.
- getEntityType() - Method in interface gw.lang.parser.expressions.IQueryExpression
-
- getEntityType(Class) - Static method in class gw.plugin.util.GWObjectUtils
-
- getEntityType() - Method in interface gw.webservice.contactapi.AddressBookUIDTuple
-
- getEntityTypeName() - Method in interface gw.api.importing.graph.Element
-
The string name for this type
- getEntityValidation() - Method in class gw.api.validation.ValidationIssue
-
Corresponding EntityValidation, if any.
- getEntityValidation(Key) - Method in class gw.api.validation.ValidationResult
-
Returns the EntityValidation for a given entity, if one exists.
- getEntityValidations() - Method in class gw.api.validation.ValidationResult
-
Returns the full list of entity validations.
- getEntry() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getEntryException() - Method in class gw.api.util.LoginForm
-
- getEntryPointFrame() - Method in interface gw.api.profiler.ProfilerStack
-
- getEntryPointName() - Method in interface gw.api.profiler.ProfilerStack
-
- getEntryPointName(String, String) - Static method in class gw.api.profiler.WebServiceProfiler
-
- getEnum(Class, String) - Method in class gw.plugin.util.EnumerationCache
-
- getEnumConstants() - Method in interface gw.lang.reflect.IEnumType
-
- getEnumConstants() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getEnumConstants() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getEnumConstants() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getEnumerationDocumentation(Node, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaTypeWriter
-
- getEnumerationInfo(String) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getEnumerationOptions() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getEnumsPackageName() - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getEnumsSuffix() - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getEnumType() - Method in interface gw.xml.xsd.typeloader.IXsdEnumerationType
-
- getEnumType() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getEnumTypeWriter(Emitter, TypeEntry, Vector) - Method in class gw.pl.util.webservices.axis.GWJavaTypeWriter
-
- getEnumValue(String) - Method in interface gw.lang.reflect.IEnumType
-
- getEnumValue(String) - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getEnumValues() - Method in interface gw.lang.reflect.IEnumType
-
- getEnumValues(Class) - Method in class gw.plugin.util.EnumerationCache
-
- getEnumValues() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getEnv() - Static method in class gw.api.domain.ServiceInfoSource
-
Deprecated.
- getEnv() - Static method in class gw.api.system.server.ServerUtil
-
This is the env for this server, this is a configuration
control option.
- getEnvelope() - Method in class gw.api.importing.XmlExporterXmlElement
-
This will return the envelope
- getEnvironment() - Method in class gw.test.TestExecutionManager
-
- getEnvironment() - Method in class gw.testharness.clustering.ClusterTestManager
-
- getEnvironment() - Method in class gw.util.ProcessStarter
-
Deprecated.
Returns a modifiable string map view of this process' environment.
- getEnvironmentHandler(IType, Class<? extends TestEnvironmentHandler>) - Method in class gw.testharness.TestBase
-
- getEnvironmentHandler(Class, Class<? extends TestEnvironmentHandler>) - Method in class gw.testharness.TestBase
-
- getErrantTypeName() - Method in interface gw.lang.reflect.IErrorType
-
- getErrantTypeName() - Method in class gw.xml.parser2.LocationRefType
-
- getError() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getError() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the number of failed messages.
- getError() - Method in class gw.lang.gosuc.GosucArg
-
- getError() - Method in interface gw.lang.reflect.IErrorType
-
- getErrorCode() - Method in exception gw.util.CommandFailedException
-
- getErrorDescription() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Retrieve the error description.
- getErrorLevel() - Method in class gw.plugin.validation.FieldValidationData
-
Error level of the validation exception.
- getErrorLevel() - Method in class gw.plugin.validation.GeneralValidationData
-
Error level of the validation exception.
- getErrorLog() - Method in class gw.api.webservice.importTools.ImportResults
-
Contains any error messages that occurred during import.
- getErrorMessage() - Method in class gw.lang.reflect.gs.ReloadResults
-
- getErrorMessage() - Method in interface gw.plugin.contact.ValidateABContactPluginResult
-
- getErrorMessageFactory() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Get factory used to produce branch related error messages.
- getErrorMessages() - Method in class gw.api.tools.PerfDownloadDetail
-
- getErrorMessages() - Method in interface gw.api.validation.IValidationResult
-
- getErrorMessages(ValidationLevel) - Method in interface gw.api.validation.IValidationResult
-
- getErrorMessages() - Method in class gw.api.validation.ValidationExecutionResult
-
Returns all Reason messages (both Errors and Warnings) in the Result that are relevant to the
ValidationLevel of this execution.
- getErrorMessages() - Method in class gw.api.validation.ValidationResultBase
-
- getErrorMessages(ValidationLevel) - Method in class gw.api.validation.ValidationResultBase
-
- getErrorMsg(Throwable) - Method in interface gw.pl.util.webservices.DataAPIShell.ShellAPI
-
- getErrorReason() - Method in class gw.plugin.validation.FieldValidationData
-
The message that should be displayed to the user to indicate the reason
for the error.
- getErrorReason() - Method in class gw.plugin.validation.GeneralValidationData
-
The message that should be displayed to the user to indicate the reason
for the error.
- getErrors() - Method in class gw.api.importing.XmlExporter
-
An array of error strings
- getErrors() - Method in class gw.api.tools.DatabaseSchemaVerifierPageHelper
-
- getErrors() - Method in class gw.api.validation.FieldValidationResult
-
- getErrors() - Method in interface gw.api.validation.IFieldValidationResult
-
- getErrors() - Method in interface gw.api.validation.IValidationResult
-
Returns list of all errors, either global or on any fields, in the ValidationResult, regardless of level
- getErrors(ValidationLevel) - Method in interface gw.api.validation.IValidationResult
-
Returns list of all errors, either global or on any fields, above the given level in the ValidationResult
- getErrors() - Method in class gw.api.validation.ValidationResultBase
-
Returns list of all errors, either global or on any fields, in the ValidationResult, regardless of level
- getErrors(ValidationLevel) - Method in class gw.api.validation.ValidationResultBase
-
Returns list of all errors, either global or on any fields, above the given level in the ValidationResult
- getErrors() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns the number of transport errors.
- getErrors() - Method in class gw.xml.parser2.SchemaValidationResults
-
- getErrorString() - Method in class gw.api.admin.ImportDataInfo
-
A string describing the errors that occurred when the file was imported, or null if there were
no errors.
- getErrorType() - Method in interface gw.lang.reflect.ITypeSystem
-
- getErrorType(String) - Method in interface gw.lang.reflect.ITypeSystem
-
- getErrorType(ParseResultsException) - Method in interface gw.lang.reflect.ITypeSystem
-
- getErrorType() - Static method in class gw.lang.reflect.TypeSystem
-
- getErrorType(String) - Static method in class gw.lang.reflect.TypeSystem
-
- getErrorType(ParseResultsException) - Static method in class gw.lang.reflect.TypeSystem
-
- getErrorTypeConstructorType(IExpression[], List) - Method in interface gw.lang.reflect.IErrorType
-
- getErrorTypeFunctionType(IExpression[], String, List) - Method in interface gw.lang.reflect.IErrorType
-
- getEscalatedFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity escalated?
- getEscalationBusCalType() - Method in interface gw.pl.activity.entity.ActivityPattern
-
Gets the escalation business calendar type (e.g. holiday tag or location bean path),
if applicable.
- getEscapeContents() - Method in class gw.api.database.DatabaseParameterSet
-
- getEscaper() - Method in interface gw.lang.parser.template.ITemplateObserver
-
- getEvalExpression() - Method in interface gw.lang.parser.statements.IEvalStatement
-
- getEvent(CharSequence) - Method in class gw.i18n.ILocaleTypeInfo
-
- getEvent(CharSequence) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getEvent(CharSequence) - Method in class gw.lang.reflect.BaseTypeInfo
-
- getEvent(CharSequence) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getEvent(CharSequence) - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getEvent(CharSequence) - Method in interface gw.lang.reflect.ITypeInfo
-
Get an event mapped to the specified name.
- getEvent(CharSequence) - Method in class gw.lang.reflect.TypeInfoBase
-
- getEvent(CharSequence) - Method in class gw.lang.ScriptParametersTypeInfo
-
- getEvent(CharSequence) - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getEventMessageDestinationMap() - Static method in class gw.api.admin.MessagingUtil
-
Returns a map of destination to destination name
- getEventMessages(Long) - Static method in class gw.api.admin.MessagingUtil
-
Find all messages related to the safe ordering object (e.g. claim) identified by sooKeyValue.
- getEventMessagesForDestination(Integer, Long) - Static method in class gw.api.admin.MessagingUtil
-
Deprecated.
use method returning query
- getEventMessagesForDestination(Integer, Long, int) - Static method in class gw.api.admin.MessagingUtil
-
Returns all messages for the specified destination and the safe ordering object (e.g. claim)
identified by sooKeyValue.
- getEventName() - Method in interface gw.pl.messaging.entity.MessageContext
-
Gets the event name of this event.
- getEvents() - Method in class gw.api.webservice.messagingTools.CustomEvents
-
The events to fire for an object.
- getEvents() - Method in class gw.i18n.ILocaleTypeInfo
-
- getEvents() - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getEvents() - Method in class gw.lang.reflect.BaseTypeInfo
-
- getEvents() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getEvents() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getEvents() - Method in interface gw.lang.reflect.ITypeInfo
-
- getEvents() - Method in class gw.lang.reflect.TypeInfoBase
-
- getEvents() - Method in class gw.lang.ScriptParametersTypeInfo
-
- getEvents() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getExampleNumber(PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Returns an example number for the country code
- getExampleNumberWithExtension(PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Returns an example number for the country code with extension
- getExamplePhoneNumber(PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Retrieves an example number based on the country code from libphonenumber
- getException() - Method in class gw.lang.ir.statement.IRThrowStatement
-
- getException(IJavaClassInfo) - Method in interface gw.lang.javadoc.IConstructorNode
-
- getException(IJavaClassInfo) - Method in interface gw.lang.javadoc.IMethodNode
-
- getExceptionDescription() - Method in class gw.lang.Throws
-
- getExceptionMessage(String, SubtypeKey, Country, LocaleType) - Static method in exception gw.api.contact.ContactSubtypeSpecificException
-
Get the right error message depending on the contact subtype.
- getExceptionMessage(String, IType, Country, LocaleType) - Static method in exception gw.api.contact.ContactSubtypeSpecificException
-
Get the right error message depending on the contact subtype.
- getExceptions() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getExceptions() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of exceptions caught during work items processing
- getExceptions() - Method in interface gw.lang.javadoc.IConstructorNode
-
- getExceptions() - Method in interface gw.lang.javadoc.IMethodNode
-
- getExceptions() - Method in interface gw.lang.reflect.IConstructorInfo
-
- getExceptions() - Method in interface gw.lang.reflect.IMethodInfo
-
- getExceptions() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getExceptions() - Method in class gw.lang.reflect.MethodInfoBase
-
- getExceptions() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getExceptions() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getExceptions() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getExceptions() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- getExceptionType() - Method in class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- getExceptionType() - Method in interface gw.lang.reflect.IExceptionInfo
-
Returns the intrinsic type this exception represents
- getExceptionType() - Method in class gw.lang.reflect.java.JavaExceptionInfo
-
- getExceptionType() - Method in class gw.lang.Throws
-
- getExceptionTypes() - Method in interface gw.lang.reflect.java.IJavaClassConstructor
-
- getExceptionTypes() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getExceptionWorkItemCount() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getExchangeRate() - Method in class gw.api.financials.AbstractMutablePairedMoney
-
Gets the exchange rate to use for currency conversions.
- getExchangeRate(Currency, Currency) - Method in interface gw.pl.currency.entity.ExchangeRateSet
-
The exchange rate to multiply the base amount by, to get a new
amount in the price currency.
- getExchangeRateEntity(Currency, Currency) - Method in interface gw.pl.currency.entity.ExchangeRateSet
-
The ExchangeRate entity in this ExchangeRateSet for the Base
Currency to Price Currency conversion rate.
- getExcludedBecauseOfFailureCount() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getExcludedBecauseOfRulesCount() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getExcludeReason() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesCountSummary
-
- getExecutionCount() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getExecutionEnvironment() - Method in interface gw.lang.reflect.ITypeSystem
-
- getExecutionEnvironment(IProject) - Method in interface gw.lang.reflect.ITypeSystem
-
- getExecutionEnvironment() - Method in interface gw.lang.reflect.module.IModule
-
- getExecutionEnvironment() - Static method in class gw.lang.reflect.TypeSystem
-
- getExecutionEnvironment(IProject) - Static method in class gw.lang.reflect.TypeSystem
-
- getExecutionManager() - Method in class gw.test.TestClass
-
- getExecutions() - Method in class gw.api.tools.DBInfoActivityStatsEntityListsTableRecord
-
- getExecutionTime() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
- getExecutionTime() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getExecutors() - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
- getExecutorsRunning() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getExitCode() - Method in exception gw.rules.AbortExecutionException
-
- getExitCode() - Method in class gw.util.process.ProcessRunner
-
Returns the process' exit code, if it finished.
- getExpectedReturnType() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getExpectedType() - Method in exception gw.lang.parser.exceptions.ParseException
-
- getExpectedType() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getExpectedType() - Method in exception gw.lang.parser.exceptions.ParseWarning
-
- getExpectedType() - Method in interface gw.lang.parser.IParseIssue
-
- getExpectedType() - Method in class gw.lang.parser.ParserOptions
-
- getExpectedType() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getExpectedTypeName(IType) - Static method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getExpirationDate() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Get the date when this bean expires.
- getExpression() - Method in class gw.lang.ir.statement.IREvalStatement
-
- getExpression() - Method in class gw.lang.ir.statement.IRIfStatement
-
- getExpression() - Method in class gw.lang.ir.statement.IRMethodCallStatement
-
- getExpression() - Method in class gw.lang.ir.statement.IRSyntheticStatement
-
- getExpression() - Method in interface gw.lang.parser.expressions.IEvalExpression
-
- getExpression() - Method in interface gw.lang.parser.expressions.IParenthesizedExpression
-
- getExpression() - Method in interface gw.lang.parser.expressions.IStaticTypeOfExpression
-
- getExpression() - Method in interface gw.lang.parser.expressions.ITypeOfExpression
-
- getExpression() - Method in interface gw.lang.parser.expressions.IUnaryExpression
-
- getExpression() - Method in interface gw.lang.parser.expressions.IUnaryNotPlusMinusExpression
-
- getExpression() - Method in interface gw.lang.parser.expressions.IWhereClauseUnaryExpression
-
- getExpression() - Method in interface gw.lang.parser.IParseResult
-
- getExpression() - Method in class gw.lang.parser.ParseResult
-
- getExpression() - Method in interface gw.lang.parser.statements.IArrayAssignmentStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.IAssignmentStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.ICaseClause
-
- getExpression() - Method in interface gw.lang.parser.statements.IIfStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.ILoopStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.IMapAssignmentStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.IMemberAssignmentStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.INotAStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.IThrowStatement
-
- getExpression() - Method in interface gw.lang.parser.statements.IUsingStatement
-
- getExpression() - Method in interface gw.lang.reflect.gs.IGosuFragment
-
- getExpression() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getExpression() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getExpressionComponentType(String, ISymbolTable) - Method in class gw.xml.parser2.DynamicExpressionInfoProvider
-
- getExpressionRuntime() - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- getExpressionType(String, ISymbolTable) - Method in class gw.xml.parser2.DynamicExpressionInfoProvider
-
- getExpressionValue(String, ISymbolTable) - Method in class gw.xml.parser2.DynamicExpressionInfoProvider
-
- getExt() - Method in enum gw.lang.reflect.gs.ClassType
-
- getExt(Path) - Static method in class gw.pl.util.FileUtil
-
- getExt(File) - Static method in class gw.pl.util.FileUtil
-
- getExt(String) - Static method in class gw.pl.util.FileUtil
-
- getExtendsText() - Method in class gw.pl.util.webservices.axis.GWJavaStubWriter
-
Returns "extends org.apache.axis.client.Stub ".
- getExtension() - Method in class gw.api.phone.PhoneDelegateBase
-
- getExtension() - Method in interface gw.api.phone.PhoneFields
-
- getExtension() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getExtension() - Method in interface gw.api.util.phone.GWPhoneNumber
-
- getExtension() - Method in class gw.api.util.phone.GWPhoneNumberBuilder
-
Returns the current extension attached to the builder
- getExtension() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- getExtension() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- getExtension() - Method in interface gw.fs.IFile
-
- getExtension(IFile) - Static method in class gw.fs.IFileUtil
-
- getExtension(String) - Static method in class gw.fs.IFileUtil
-
- getExtension() - Method in class gw.fs.jar.JarEntryFileImpl
-
- getExtension() - Method in class gw.fs.physical.PhysicalFileImpl
-
- getExtension() - Method in class gw.fs.url.URLFileImpl
-
- getExtensionFolderLocator() - Static method in class gw.config.CommonServices
-
- getExtensionFolderPath() - Method in class gw.config.DefaultExtensionFolderLocator
-
- getExtensionFolderPath() - Method in interface gw.config.IExtensionFolderLocator
-
- getExtensionProperty() - Method in class gw.api.phone.PhoneDelegateBase
-
- getExtensions() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getExtensions() - Method in class gw.lang.reflect.SimpleTypeLoader
-
- getExtensions(IDirectory, String) - Static method in class gw.util.Extensions
-
- getExtensions(Collection<String>, IDirectory, String) - Static method in class gw.util.Extensions
-
- getExtensionVersion() - Method in interface gw.api.importing.graph.Graph
-
The customer extension version
- getExtensionVersion() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getExtensionVersion() - Static method in class gw.api.importing.ImportingUtil
-
Return the customer's exteionsion version
- getExtent() - Method in interface gw.lang.parser.IParseTree
-
- getExternal_PublicID() - Method in interface gw.ab.addressbook.entity.ABLinkable
-
Return the external public ID
- getExternal_PublicID() - Method in interface gw.webservice.contactapi.AddressBookUIDTuple
-
- getExternal_UniqueID() - Method in interface gw.ab.addressbook.entity.ABLinkable
-
Return the external unique ID
- getExternalClass() - Method in class gw.pl.external.Type
-
Deprecated.
Gets the external class for this type.
- getExternalContactSource() - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Gets the source of the contacts to be returned by a search using this criteria object.
- getExternalFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity externally owned?
- getExternalID() - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The external ID of the entity.
- getExternalSource() - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The external source for the entity.
- getExternalSymbol(String) - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getExternalSymbols() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getExternalUpdateApp() - Method in interface gw.ab.addressbook.entity.ABContact
-
- getExternalUpdateUser() - Method in interface gw.ab.addressbook.entity.ABContact
-
- getFactory() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method getFactory
- getFailed() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getFailed() - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
Returns the number of messages that failed.
- getFailedAssignables() - Method in class gw.api.assignment.AssignmentPopup
-
Returns a list of assignables that could not be assigned when performAssignment was called.
- getFailedCount() - Method in class gw.api.web.tools.ItemStatusCounts
-
- getFailedCount() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getFailedCount() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getFailedOps() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
The number of operations that failed
- getFailedOps() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
The number of operations that failed
- getFailedWorkItemCount() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getFailureCount() - Method in interface gw.pl.archiving.entity.ArchiveFailure
-
- getFailureDescription() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- getFailureMessage() - Method in class gw.api.database.upgrade.DropColumnIfSafeVersionCheck
-
- getFailureMessage(IBeforeUpgradeSelectBuilder) - Method in class gw.api.database.upgrade.DropColumnIfSafeVersionCheck
-
- getFailureReason() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
If the process didn't succeed, the reason that the process failed
- getFailureReason() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
If the process didn't succeed, the reason that the process failed
- getFakeFile(URL, IModule) - Method in interface gw.lang.reflect.module.IFileSystem
-
- getFalseValue() - Method in class gw.lang.ir.expression.IRTernaryExpression
-
- getFeature() - Method in interface gw.lang.parser.expressions.IFeatureLiteralExpression
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getFeatureInfo() - Method in interface gw.lang.reflect.features.IFeatureReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.MethodReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.PropertyReference
-
- getFeatureInfo() - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- getFeatureType() - Method in interface gw.entity.IQueryColumn
-
- getFeatureType() - Method in interface gw.entity.ITypekeyPropertyInfo
-
Gets the type of this property, which must be a typelist type.
- getFeatureType() - Method in interface gw.lang.reflect.IIntrinsicTypeReference
-
The type of this feature e.g., for a property this is the property's type.
- getFeatureType() - Method in interface gw.lang.reflect.java.IJavaParameterDescriptor
-
- getFeatureType() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getFeatureType() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getFeatureType() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getFeatureType() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- getFeatureType() - Method in class gw.lang.reflect.TypedParameterDescriptor
-
- getFeatureType() - Method in class gw.lang.reflect.TypedPropertyDescriptor
-
- getFeatureType() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- getFeatureType() - Method in class gw.xml.parser2.XMLChildElementPropertyInfo
-
- getFeatureType() - Method in class gw.xml.parser2.XMLChildListPropertyInfo
-
- getFeatureType() - Method in class gw.xml.parser2.XMLNodeValuePropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.ParentPropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDAttributePropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDChildElementPropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDChildListPropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDGroupingListPropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDGroupingPropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDNodeValuePropertyInfo
-
- getFeatureType() - Method in class gw.xml.xsd.typeloader.XSDSimpleChildPropertyInfo
-
- getFeedback() - Method in interface gw.lang.Gosu.IVerificationResults
-
- getFeedback() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getFeedback(List<IParseIssue>, List<IParseIssue>) - Static method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getFeedback(ICompilableType, List<IParseIssue>, List<IParseIssue>) - Static method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getFetchLimit() - Method in exception gw.plugin.solr.FetchLimitExceededException
-
- getFetchLimit() - Method in class gw.plugin.solr.PagedQueryIterator
-
- getField() - Method in interface gw.lang.reflect.java.IJavaFieldPropertyInfo
-
- getField(PLXMLNode) - Method in class gw.xml.parser2.PLXMLNode
-
- getField() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- getField() - Method in class gw.xml.parser2.XMLChildElementPropertyInfo
-
- getField() - Method in class gw.xml.parser2.XMLChildListPropertyInfo
-
- getField() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getFieldChanges() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Retrieve field changes.
- getFieldConflicts() - Method in class gw.api.admin.ImportDataConflict
-
Details of the individual fields that changed due to the data import.
- getFieldDescription() - Method in class gw.lang.Param
-
- getFieldFilters() - Method in class gw.api.webservice.ObjectFilter
-
Deprecated.
Returns an array containing the field filters for this ObjectFilter.
- getFieldForNodeType(IXmlNodeType) - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getFieldMapper(String, String) - Method in class gw.api.util.mapping.DataMapping
-
- getFieldMapper(IType, IPropertyInfo) - Method in interface gw.api.util.mapping.NameTranslator
-
- getFieldMapper(IType, String) - Method in interface gw.api.util.mapping.NameTranslator
-
- getFieldMapper(IType, IPropertyInfo) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- getFieldMapper(IType, String) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- getFieldName() - Method in class gw.api.validation.FieldValidation
-
- getFieldName() - Method in class gw.lang.Param
-
- getFieldNames() - Method in class gw.api.webservice.FieldFilter
-
- getFieldNames() - Method in interface gw.api.webservice.IFieldFilter
-
- getFieldPath() - Method in class gw.plugin.validation.FieldValidationData
-
Path to the field from the validated entity.
- getFields() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- getFields() - Method in class gw.lang.ir.IRClass
-
- getFields() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getFields() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getFields() - Method in class gw.processes.WorkQueueInstrumentation
-
Returns map that binds field name to field type.
- getFields() - Method in class gw.xml.parser2.XMLFieldChoiceGroup
-
- getFields() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getFields() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getFieldSize(Class) - Static method in class gw.util.perf.objectsize.ObjectSizeUtil
-
- getFieldType() - Method in class gw.lang.ir.expression.IRFieldGetExpression
-
- getFieldType() - Method in class gw.lang.ir.statement.IRFieldSetStatement
-
- getFieldValidationData() - Method in class gw.plugin.validation.ValidationResponse
-
Stores validation data for a individual fields related to the entity being
validated.
- getFieldValue(String) - Method in class gw.lang.reflect.Expando
-
- getFieldValue(String) - Method in interface gw.lang.reflect.IAnnotationInfo
-
- getFieldValue(String) - Method in interface gw.lang.reflect.IExpando
-
- getFieldValue(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Get the value of the named bean field, which can be a simple data field,
foreign key field, array field or extension field.
- getFieldValue(IEntityPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
Get the value of the given bean field.
- getFieldValue(String) - Method in interface gw.pl.persistence.core.Bean
-
Get the value of the named bean field, which can be a simple data field,
foreign key field, array field or extension field.
- getFieldValue(ISymbolTable, IDocumentTemplateDescriptor, String) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Get the value of a particular form field in the template
- getFieldValues() - Method in class gw.api.webservice.messagingTools.FieldChanges
-
- getFieldValues() - Method in class gw.lang.reflect.java.asm.AsmAnnotation
-
- getFile() - Method in class gw.api.admin.ImportDataInfo
-
Return the imported data file, as given to setFile.
- getFile() - Method in class gw.api.tools.SmokeTestSearchResult
-
- getFile() - Method in class gw.document.DocumentCreationInfo
-
Get the
WebFile holding the contents of the newly created
document.
- getFile() - Method in class gw.document.DocumentDetailsInfo
-
Get the
WebFile containing the newly uploaded contents for the document.
- getFile() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getFile() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getFile() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getFile() - Method in class gw.xml.FileNameAndLineNumber
-
- getFile() - Method in interface gw.xml.parser2.ConfigParserContext
-
- getFileContents() - Method in class gw.api.webservice.templateTools.TemplateImportResults
-
Returns the new content of the file as produced by the import process.
- getFileContext() - Method in class gw.lang.parser.ParserOptions
-
- getFileExtension(String) - Static method in class gw.util.GosuClassUtil
-
- getFileExtension(File) - Static method in class gw.util.GosuClassUtil
-
- getFileExtensionForDocument(Document) - Method in class gw.api.email.AbstractEmailMessageTransport
-
This will return the file extension for the mime type of the doucment if any.
- getFileLocation() - Method in class gw.xml.xsd.typeloader.registry.XSDNode
-
- getFileMetadata(ResourcePath) - Method in class gw.fs.physical.fast.FastPhysicalFileSystem
-
- getFileMetadata(ResourcePath) - Method in class gw.fs.physical.FullCachingPhysicalFileSystem
-
- getFileMetadata(ResourcePath) - Method in class gw.fs.physical.FuzzyTimestampCachingPhysicalFileSystem
-
- getFileMetadata(ResourcePath) - Method in class gw.fs.physical.generic.GenericPhysicalFileSystem
-
- getFileMetadata(ResourcePath) - Method in interface gw.fs.physical.IPhysicalFileSystem
-
- getFileMetadata(ResourcePath) - Method in class gw.fs.physical.win32.Win32PhysicalFileSystem
-
- getFileName() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getFileName() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getFileName() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getFileName() - Method in class gw.pl.util.webservices.axis.GWJavaDeployWriter
-
Return the fully-qualified name of the deploy.wsdd file
to be generated.
- getFileName() - Method in class gw.pl.util.webservices.axis.GWJavaUndeployWriter
-
Return the fully-qualified name of the deploy.wsdd file
to be generated.
- getFilename() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email filename
- getFilename() - Method in interface gw.plugin.ISimpleTemplateDescriptor
-
- getFilename() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Note filename
- getFileName() - Method in class gw.xml.FileNameAndLineNumber
-
- getFileName() - Method in interface gw.xml.parser2.ConfigParserContext
-
- getFileNameAndLineNumber() - Method in interface gw.xml.parser2.IXMLParseIssue
-
- getFileNameAndLineNumber() - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- getFileNameAndLineNumber() - Method in class gw.xml.parser2.XMLParseIssue
-
- getFilePath() - Method in interface gw.lang.parser.IFileContext
-
- getFilePath() - Method in class gw.lang.ProgramFileContext
-
- getFilePath() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getFilePath() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getFilePath() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getFileReader(String) - Static method in class gw.pl.util.FileUtil
-
- getFileReader(File) - Static method in class gw.pl.util.FileUtil
-
- getFileReader(FileDescriptor) - Static method in class gw.pl.util.FileUtil
-
- getFileReader(URL) - Static method in class gw.pl.util.FileUtil
-
- getFileReader(TFile) - Static method in class gw.pl.util.FileUtil
-
- getFileRelativePath() - Method in class gw.pl.modules.ImportModulesNode
-
- getFileRepository() - Method in interface gw.lang.reflect.module.IModule
-
- getFilesInDirectory(File, String, boolean) - Static method in class gw.pl.util.FileUtil
-
- getFileStream(Class, String) - Static method in class gw.pl.util.FileUtil
-
Callers of this method must close the InputStream to avoid leaking of
resources!
- getFileSystem() - Static method in class gw.config.CommonServices
-
- getFileSystemPathString() - Method in class gw.fs.ResourcePath
-
Returns the path string for this path using the default file system separator,
as defined by the File.separator property.
- getFileUrl() - Method in class gw.lang.reflect.LocationInfo
-
- getFileWriter(String, boolean) - Static method in class gw.pl.util.FileUtil
-
- getFileWriter(File, boolean) - Static method in class gw.pl.util.FileUtil
-
- getFileWriter(TFile, boolean) - Static method in class gw.pl.util.FileUtil
-
- getFileWriter(String) - Static method in class gw.pl.util.FileUtil
-
- getFileWriter(File) - Static method in class gw.pl.util.FileUtil
-
- getFileWriter(TFile) - Static method in class gw.pl.util.FileUtil
-
- getFilterCriteria() - Method in interface gw.pl.assignment.entity.Region
-
The filter criteria, used for the region UI only.
- getFilterCriteria() - Method in interface gw.pl.calendar.entity.BusinessWeek
-
The filter criteria, used for the region UI only.
- getFilterCriteria() - Method in interface gw.pl.calendar.entity.Holiday
-
The filter criteria, used for the region UI only.
- getFilteredAndSortedItems(Object[], Predicate, Comparator) - Static method in class gw.pl.util.CollectionUtil
-
Creates a new list, then filters, sorts, and returns it.
- getFilteredAndSortedItems(List, Predicate, Comparator) - Static method in class gw.pl.util.CollectionUtil
-
- getFilteredClassNames() - Method in interface gw.lang.reflect.module.IClassPath
-
- getFilteredPossibeRedundantBackingFKIndex(String) - Method in class gw.api.tools.DatabaseTableInfoHelper
-
- getFilteredStackTrace() - Method in class gw.api.profiler.QuerySummary
-
- getFilteredStackTrace() - Method in class gw.api.profiler.StackAggregatedQuerySummary
-
- getFilterOptions() - Method in class gw.api.admin.SOOMessageFilters.FilerSetClass
-
- getFilterOptions() - Method in class gw.api.filters.ConsistencyCheckTypelistFilterSet
-
- getFilterOptions() - Method in class gw.api.tools.EntityPropertiesFilter.DataBaseFilterSetClass
-
- getFilterOptions() - Method in class gw.api.tools.EntityPropertiesFilter.InheritanceFilterSetClass
-
- getFilterOptions() - Method in class gw.api.tools.EntityPropertiesFilter.TypeFilterSetClass
-
- getFilterOptions() - Method in class gw.api.web.history.HistoryFilters
-
- getFinallyBody() - Method in class gw.lang.ir.statement.IRTryCatchFinallyStatement
-
- getFinallyStatement() - Method in interface gw.lang.parser.statements.ITryCatchFinallyStatement
-
- getFinalRoot() - Method in interface gw.lang.parser.expressions.IFeatureLiteralExpression
-
- getFinalRootType() - Method in interface gw.lang.parser.expressions.IFeatureLiteralExpression
-
- getFinder(Object...) - Method in class gw.processes.WorkQueueBase
-
This will return a target finder based on the the arguments.
- getFindRetired() - Method in class gw.api.database.Query
-
- getFindRetired() - Method in interface gw.api.database.Table
-
- getFindTemporaryBranches() - Method in interface gw.api.database.Table
-
Note the predicate used to restrict finding temporary branches only affects queries involving
EffDatedBranch.
- getFingerprint() - Method in interface gw.api.database.ConsistencyCheck
-
- getFingerprint() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- getFinish() - Method in class gw.api.contact.DrivingDirections
-
Description of finish address
- getFirst() - Method in class gw.api.database.DBDateRange
-
- getFirst() - Method in class gw.api.database.Range
-
- getFirst() - Method in class gw.api.database.ValueRange
-
- getFirst() - Method in interface gw.lang.parser.expressions.IConditionalTernaryExpression
-
- getFirst() - Method in class gw.util.Pair
-
- getFirst() - Method in class gw.util.Triple
-
- getFirstChildWithParsedElementType(Class<? extends IParsedElement>) - Method in interface gw.lang.parser.IParseTree
-
- getFirstColumn() - Method in interface gw.entity.IDateTimeOrdering
-
- getFirstQuerySummary() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getFirstResult() - Method in interface gw.api.database.IQueryResult
-
Returns this processor's first result if it has one.
- getFirstRootInfosWithFailure(int) - Method in interface gw.pl.archiving.entity.ArchiveFailure
-
- getFirstScopeNode(PCFElementId.PCFElementScope) - Method in class gw.smoketest.platform.web.PCFElementId
-
Returns the first node, from the root, that is of the provided scope.
- getFirstScopeNode() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getFixedId() - Method in class gw.pl.persistence.core.effdate.EffDatedKey
-
- getFixedId() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Get the logical ID for this bean, not the row ID.
- getFKColumnName() - Method in class gw.plugin.upgrade.EdgeForeignKeyUpgradeInfo
-
Gets the name of the old foreign key column.
- getFKConstraintSchema() - Method in class gw.api.tools.DatabaseInfo.ForeignKeyConstraintInfo
-
- getFKLinks() - Method in class gw.api.reflect.PropertyExtractor
-
Returns a collection of all outgoing foreign key links from the entity (excludes
any "virtual" links such as arrays or one-to-ones).
- getFlowStepId() - Method in class gw.api.validation.ValidationIssue
-
The identifier of the flow step, such as a WizardStep page, where this
ValidationIssue should be displayed to the user.
- getFontFamilyName() - Method in class gw.api.print.PrintSettings
-
Returns the font family name used for printing.
- getFontSize() - Method in class gw.api.print.PrintSettings
-
Returns the size of the standard font used for printing.
- getForceBranch() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
get the branch to timeout set a message to return
- getForceThrower() - Method in interface gw.lang.IGosuShop
-
- getForeignKeyConstaintsByTableName(String) - Method in class gw.api.tools.DatabaseInfo
-
- getForFeature(IFeatureInfo) - Static method in enum gw.lang.annotation.UsageTarget
-
- getForm() - Method in class gw.xml.xsd.schema.XSDElement
-
- getFormattedMean() - Method in class gw.api.util.stats.StatisticsCollector
-
- getFormattedSum() - Method in class gw.api.util.stats.StatisticsCollector
-
- getFormattedVariance() - Method in class gw.api.util.stats.StatisticsCollector
-
- getFormatter() - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- getFormFieldCompiledExpression(ISymbolTable, String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a Gosu compiled expression which will evaluate to the desired value for the form field.
- getFormFieldCompiledExpression(ISymbolTable, String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getFormFieldDisplayValue(String, Object) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the string which will actually be filled into the completed document, given the field name and the value
(which is probably a result of evaluating the expression returned from getFormFieldValueExpression()).
- getFormFieldDisplayValue(String, Object) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getFormFieldDisplayValue(String, Object, ILocale) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getFormFieldNames() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the set of names of the form fields defined in the document template.
- getFormFieldNames() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getFormFieldValue(ISymbolTable, IDocumentTemplateDescriptor, String) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Determine the value of a particular form field, based on the current ISymbolTable context.
- getFormFieldValueExpression(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a Gosu expression which will evaluate to the desired value for the form field.
- getFormFieldValueExpression(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getFormFieldValues(ISymbolTable, IDocumentTemplateDescriptor, String[]) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Evaluate the indicated set of form fields and return the values which should be merged into the document
- getForOperator(String) - Static method in enum gw.lang.parser.MemberAccessKind
-
- getFqn() - Method in class gw.lang.Gosu.ExecuteMode
-
- getFqn() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getFqn() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getFqn() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- getFqn() - Method in class gw.util.cache.FqnCacheNode
-
- getFqns() - Method in class gw.util.cache.FqnCache
-
- getFqns() - Method in interface gw.util.cache.IFqnCache
-
- getFqns() - Method in class gw.util.cache.WeakFqnCache
-
- getFrameCount() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getFrameCount() - Method in interface gw.api.profiler.ProfilerFrameGroupSource
-
- getFrameCount() - Method in interface gw.api.profiler.ProfilerStack
-
Returns the number of frames in this stack
- getFrameCount() - Method in class gw.api.profiler.ProfilerStackAggregate
-
- getFrameGroups() - Method in interface gw.api.profiler.ProfilerFrameGroupSource
-
- getFrameGroups() - Method in class gw.api.profiler.ProfilerStackAggregate
-
- getFrameTime() - Method in interface gw.api.profiler.ProfilerFrame
-
- getFrameTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getFrameTime() - Method in class gw.api.profiler.ProfilerTag
-
- getFrequency() - Method in class gw.api.tools.CacheStatistics.StackTraceFrequencyEntry
-
Deprecated.
- getFromCurrency() - Method in interface gw.currency.fxrate.FXRateContext
-
- getFromCurrency() - Method in class gw.currency.fxrate.FXRateContextImpl.Builder
-
- getFromCurrency() - Method in class gw.currency.fxrate.FXRateContextImpl
-
- getFromFileName(String) - Static method in enum gw.lang.reflect.gs.ClassType
-
- getFromLeft(int) - Method in class gw.lang.reflect.interval.BigDecimalInterval
-
- getFromLeft(int) - Method in class gw.lang.reflect.interval.BigIntegerInterval
-
- getFromLeft(int) - Method in class gw.lang.reflect.interval.DateInterval
-
- getFromLeft(int) - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- getFromLeft(int) - Method in class gw.lang.reflect.interval.IntegerInterval
-
- getFromLeft(int) - Method in class gw.lang.reflect.interval.LongInterval
-
- getFromLeft(int) - Method in class gw.lang.reflect.interval.SequenceableInterval
-
- getFromObject(Object) - Method in interface gw.lang.reflect.ITypeSystem
-
Returns the intrinsic type for the given Object.
- getFromObject(Object) - Static method in class gw.lang.reflect.TypeSystem
-
Returns the intrinsic type for the given Object.
- getFromObject(Object, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getFromRight(int) - Method in class gw.lang.reflect.interval.BigDecimalInterval
-
- getFromRight(int) - Method in class gw.lang.reflect.interval.BigIntegerInterval
-
- getFromRight(int) - Method in class gw.lang.reflect.interval.DateInterval
-
- getFromRight(int) - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- getFromRight(int) - Method in class gw.lang.reflect.interval.IntegerInterval
-
- getFromRight(int) - Method in class gw.lang.reflect.interval.LongInterval
-
- getFromRight(int) - Method in class gw.lang.reflect.interval.SequenceableInterval
-
- getFromSessionMap(Object) - Method in interface gw.pl.messaging.SessionTool
-
Get the value corresponding to the given key from the session map.
- getFromTempMap(Object) - Method in interface gw.pl.messaging.SessionTool
-
Get the value corresponding to the given key.
- getFromType() - Method in class gw.lang.ir.expression.IRPrimitiveTypeConversion
-
- getFullAppName() - Method in class gw.testharness.clustering.ClusterTest
-
- getFullAppName() - Method in interface gw.testharness.ISmokeTestHelper
-
- getFullAppName() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getFullAppName() - Method in class gw.testharness.v3.PLTestClass
-
Deprecated.
Replaced by Version.getAppName()
- getFullArgTypes() - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.FeatureReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.MethodReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.PropertyReference
-
- getFullArgTypes() - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- getFullClassNameInternal() - Method in class gw.test.remote.RemoteTestClass
-
- getFullClassNameInternal() - Method in class gw.test.TestClass
-
- getFullDescription() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getFullDescription() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getFullDescription() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getFullDescription() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getFullDescription() - Method in interface gw.lang.parser.IReducedSymbol
-
- getFullDisplay(String, Bean) - Method in class gw.api.quickjump.EntityViewCommand
-
Gets the full display name for a suggestion (the text displayed in the autocomplete drop-down).
- getFullDisplay(String) - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
Gets the full display name for a suggestion (the text displayed in the autocomplete drop-down).
- getFullDisplay(String) - Method in class gw.api.quickjump.ParameterizedNavigationCommand
-
Gets the full display name for a suggestion (the text displayed in the autocomplete drop-down).
- getFullEntityDisplay(KeyableBean) - Static method in class gw.api.graph.print.GraphComparisonDebugHelper
-
Utility method for printing out both the entity type and display name for the given bean.
- getFullStackTrace() - Method in class gw.api.profiler.QuerySummary
-
- getFullStackTrace() - Method in class gw.api.profiler.StackAggregatedQuerySummary
-
- getFullStackTraceFP() - Method in class gw.api.profiler.QuerySummary
-
- getFullTypeName() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getFullyQualifiedName() - Method in class gw.api.reflect.TypeName
-
- getFullyQualifiedName() - Method in class gw.pl.modules.ModuleNode
-
- getFullyQualifiedName() - Method in class gw.pl.modules.pom.PomModuleSpec
-
- getFullyQualifiedNormalizedTypeName(String) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getFullyQualifiedTypeName() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- getFullyQualifiedTypeName() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getFullyQualifiedTypeName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getFunction(String) - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getFunction(String) - Method in interface gw.lang.parser.IReducedDynamicPropertySymbol
-
- getFunctionClassForArity(int) - Method in interface gw.lang.reflect.gs.IGosuClassLoader
-
- getFunctionName() - Method in interface gw.lang.parser.IParsedElement
-
- getFunctions() - Method in interface gw.lang.parser.expressions.IProgram
-
- getFunctionStatement(IMethodInfo) - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getFunctionSymbol() - Method in interface gw.lang.parser.expressions.IMethodCallExpression
-
- getFunctionType() - Method in class gw.lang.function.AbstractBlock
-
- getFunctionType() - Method in interface gw.lang.function.IBlock
-
- getFunctionType() - Method in interface gw.lang.parser.expressions.IBeanMethodCallExpression
-
- getFunctionType() - Method in interface gw.lang.parser.expressions.IMethodCallExpression
-
- getFuncType() - Method in exception gw.lang.parser.exceptions.NotImplementedParseException
-
- getFXRate(FXRateContext) - Method in interface gw.currency.fxrate.FXRateService
-
Returns the FXRate obtained and returned by the service.
- getFXRate(Currency, Currency) - Method in interface gw.plugin.exchangerate.IFXRatePlugin
-
- getFXRate(Currency, Currency, Date) - Method in interface gw.plugin.exchangerate.IFXRatePlugin
-
- getFXRate(Currency, Currency, FXRateMarket) - Method in interface gw.plugin.exchangerate.IFXRatePlugin
-
- getFXRate(Currency, Currency, Date, FXRateMarket) - Method in interface gw.plugin.exchangerate.IFXRatePlugin
-
- getFXRate(FXRateContext) - Method in interface gw.plugin.exchangerate.IFXRatePlugin
-
- getGCDistance() - Method in class gw.api.contact.DrivingDirections
-
Great-circle distance from start to finish, in the units specified in UnitOfDistance
- getGCDistanceString() - Method in class gw.api.contact.DrivingDirections
-
Returns the great circle distance as a user-friendly string, including a short,
localized suffix (ie "mi." or "km.").
- getGeneralValidationData() - Method in class gw.plugin.validation.ValidationResponse
-
General validation exceptions related to the validated entity.
- getGeneratedClassNames() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
This method returns a list of all generated class names.
- getGeneratedFileInfo() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Returns an object which contains of information on all generated files
including the class name, filename and a type string.
- getGeneratedFileNames() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
This method returns a list of all generated file names.
- getGenerateInToolkit() - Method in interface gw.api.webservice.WebServiceClassAnnotation
-
True if java toolkit stubs should be created for this web service.
- getGenerateServerSide() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use isServerSide()
- getGenerator(TypeEntry, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaGeneratorFactory
-
- getGenerator(Binding, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaGeneratorFactory
-
Method getGenerator
- getGenerator(Service, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaGeneratorFactory
-
- getGenericComponentType() - Method in interface gw.lang.reflect.java.IJavaClassGenericArrayType
-
- getGenericExceptions() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getGenericInterfaces() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getGenericInterfaces() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getGenericIntrinsicType() - Method in interface gw.lang.reflect.java.IJavaPropertyInfo
-
- getGenericMethodDescriptor() - Method in interface gw.lang.parser.expressions.IBeanMethodCallExpression
-
- getGenericName(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getGenericName(IType, boolean, boolean) - Static method in class gw.lang.reflect.TypeSystem
-
- getGenericParameters() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getGenericParameters() - Method in interface gw.lang.reflect.java.IJavaConstructorInfo
-
- getGenericParameters() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getGenericParameterTypes() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getGenericRelativeName(IType, boolean) - Static method in class gw.lang.reflect.TypeSystem
-
- getGenericReturnType() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getGenericReturnType() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getGenericReturnType() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getGenericSuperclass() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getGenericSuperclass() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getGenericType() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getGenericType() - Method in class gw.lang.reflect.DefaultArrayType
-
- getGenericType() - Method in class gw.lang.reflect.FunctionType
-
- getGenericType() - Method in interface gw.lang.reflect.IType
-
If this is a parameterized type, returns the generic type this type
parameterizes.
- getGenericType() - Method in interface gw.lang.reflect.java.IJavaClassField
-
- getGenericType() - Method in interface gw.lang.reflect.java.IJavaType
-
If this is a parameterized type, returns the generic type this type
parameterizes.
- getGenericType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getGenericType() - Method in class gw.lang.reflect.TypeBase
-
- getGenericType() - Method in class gw.xml.parser2.LocationRefType
-
- getGenericType() - Method in class gw.xml.parser2.XMLNodeType
-
- getGenericTypeVariables() - Method in class gw.lang.reflect.DefaultArrayType
-
- getGenericTypeVariables() - Method in class gw.lang.reflect.FunctionType
-
- getGenericTypeVariables() - Method in interface gw.lang.reflect.IType
-
Returns an array of GenericTypeVariables declared with this Generic Type.
- getGenericTypeVariables() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getGenericTypeVariables() - Method in class gw.lang.reflect.TypeBase
-
- getGenericTypeVariables() - Method in class gw.xml.parser2.LocationRefType
-
- getGenericTypeVariables() - Method in class gw.xml.parser2.XMLNodeType
-
- getGets() - Method in class gw.api.tools.DBInfoActivityStatsEntityListsTableRecord
-
- getGetterDfs() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getGetterDfs() - Method in interface gw.lang.parser.IReducedDynamicPropertySymbol
-
- getGetterMethod(Class, String) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getGetterMethodExplicit(Class, String) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getGetterName(String, Class, boolean) - Static method in class gw.pl.util.ClassUtil
-
- getGlobalLoaderProvider() - Static method in class gw.config.CommonServices
-
- getGlobalLoaders() - Method in class gw.lang.gosuc.GosucProject
-
- getGlobalLoaderTypes() - Method in class gw.config.DefaultGlobalLoaderProvider
-
- getGlobalLoaderTypes() - Method in interface gw.config.IGlobalLoaderProvider
-
- getGlobalLoaderTypes() - Method in class gw.lang.gosuc.GosucGlobalLoaderProvider
-
- getGlobalLock() - Static method in class gw.lang.reflect.TypeSystem
-
- getGlobalModule() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getGlobalModule() - Static method in class gw.lang.reflect.TypeSystem
-
- getGosuClass() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getGosuClass() - Method in interface gw.lang.parser.IDynamicSymbol
-
- getGosuClass() - Method in interface gw.lang.parser.IParsedElement
-
- getGosuClass() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getGosuClass() - Method in interface gw.lang.parser.IReducedSymbol
-
- getGosuClass() - Method in interface gw.lang.parser.statements.IClassFileStatement
-
- getGosuClass() - Method in interface gw.lang.parser.statements.IClassStatement
-
- getGosuClass() - Method in interface gw.lang.reflect.gs.IGosuClassTypeInfo
-
- getGosuClassFrom(IType) - Static method in class gw.lang.GosuShop
-
- getGosuClassFrom(IType) - Method in interface gw.lang.IGosuShop
-
- getGosuClassLoader() - Method in interface gw.lang.reflect.IDefaultTypeLoader
-
- getGosuClassLoader() - Method in interface gw.lang.reflect.ITypeSystem
-
- getGosuClassLoader() - Static method in class gw.lang.reflect.TypeSystem
-
- getGosuClassLoadingObservers() - Method in interface gw.lang.reflect.IEntityAccess
-
- getGosuClassSymbolTable() - Static method in class gw.lang.GosuShop
-
- getGosuClassSymbolTable() - Method in interface gw.lang.IGosuShop
-
- getGosuExpressionType() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getGosuIndustrialPark() - Static method in class gw.config.CommonServices
-
- getGosuInitializationHooks() - Static method in class gw.config.CommonServices
-
- getGosuLocalizationService() - Static method in class gw.config.CommonServices
-
- getGosuNamespace(URL) - Static method in class gw.xml.xsd.LocalResourceResolver
-
- getGosuNamespaceByXMLNamespace(String) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getGosuParserFactory() - Static method in class gw.config.CommonServices
-
- getGosuPresentationHandler(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDataTypePresentationHandler
-
- getGosuPresentationHandler(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
- getGosuProfilingService() - Static method in class gw.config.CommonServices
-
- getGosuProgram() - Method in interface gw.lang.parser.IParsedElement
-
- getGosuType(Class<?>) - Static method in class gw.lang.reflect.java.JavaTypes
-
- getGosuValue() - Method in class gw.xml.XmlSimpleValue
-
Returns the Gosu value of this simple value.
- getGosuValueType() - Method in class gw.xml.XmlSimpleValue
-
Returns the Gosu value type.
- getGraph() - Method in class gw.api.graph.GraphBuilder
-
Returns the built graph.
- getGroup() - Method in class gw.api.admin.GroupTreeNode
-
- getGroup() - Method in class gw.api.print.PrintUserTreeNode
-
- getGroup() - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use getAssignedGroup()
- getGroupAssignmentState() - Method in interface gw.pl.assignment.entity.GroupUserAssignmentState
-
returns the associated group assignment state base
- getGroupContents() - Method in class gw.api.admin.OrganizationTreeNode
-
Returns all the immediate child data of this Org.
- getGroupCriteria() - Method in class gw.api.assignment.AssignmentSearchCriteria
-
The criteria used to search for a group, will be used if search type is "Group".
- getGroupID() - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use getAssignedGroupID()
- getGroupID() - Method in class gw.plugin.approval.UserGroupPair
-
Gets the group ID.
- getGroupID() - Method in class gw.plugin.assignment.AssignmentResponse
-
The ID of the group within which assignment should.
- getGrouping() - Method in class gw.xml.xsd.info.XSDElementInfo
-
- getGrouping() - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getGrouping() - Method in interface gw.xml.xsd.typeloader.IXsdGroupingType
-
- getGrouping() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getGroupingByTypeName(String) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getGroupLoad(GroupAssignmentState) - Method in class gw.api.assignment.AssignmentType
-
Get the load for this assignment type from the group's state
- getGroupLoad(GroupAssignmentState) - Method in class gw.api.assignment.DefaultAssignmentType
-
- getGroups() - Method in class gw.api.assignment.AssignmentSearchResult
-
If the criteria selected type is "Group", return a query processor that will yield groups matching
the group search criteria.
- getGroups() - Method in class gw.util.RegExpMatch
-
Deprecated.
RegExpMatch now implements List<String>, so it is
no longer necessary to call getGroups()
- getGroupsForCurrentUser() - Static method in class gw.api.admin.BaseAdminUtil
-
Return a list of all groups of which the current user is a member, sorted by display name.
- getGroupType() - Method in class gw.plugin.assignment.AssignmentResponse
-
Group Type
- getGroupUser(User) - Method in interface gw.pl.community.entity.Group
-
Gets the GroupUser entry in this group that references the given user.
- getGsClass() - Method in exception gw.lang.parser.exceptions.ErrantGosuClassException
-
- getGsClass() - Method in exception gw.lang.parser.exceptions.NotImplementedParseException
-
- getGSClass() - Method in interface gw.lang.parser.statements.IClassDeclaration
-
- getGWAdditionsSchema() - Static method in class gw.api.importing.ImportingUtil
-
This will get the gw additional schema
- getGWAdditionsSchemaVersion() - Static method in class gw.api.importing.ImportingUtil
-
This will get the importing schema version
- getHandledPrefixes() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getHandledPrefixes() - Method in interface gw.lang.reflect.ITypeLoader
-
- getHandledPrefixes() - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getHandlers() - Method in class gw.api.soap.SOAPServiceBase
-
Returns the handlers registered for this service.
- getHash() - Method in interface gw.plugin.security.AuthenticationSource
-
Returns the hash of this authentication source.
- getHash() - Method in class gw.plugin.security.UserNamePasswordAuthenticationSource
-
A char hash
- getHashedEntityId(String, IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- getHashMap() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the raw symbol table HashMap.
- getHasInitializer() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getHasPendingUpdate() - Method in interface gw.pl.contact.entity.Contact
-
Returns whether contact has pending updates as reported by Contact Manager
- getHasPendingUpdates() - Method in interface gw.ab.addressbook.entity.ABContact
-
- getHasRules() - Method in class gw.api.tools.SafePersistingOrderInfoHelper.SafePersistingOrderData
-
- getHeader(QName) - Method in class gw.api.soap.InboundHeaders
-
Gets a header value.
- getHeader(String) - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Gets the header for the specified headerName.
- getHeader(String) - Method in class gw.xml.ws.HttpHeaders
-
- getHeaderFontSize() - Method in class gw.api.print.PrintSettings
-
Sets the size of the font used for printing headers.
- getHeaderLabel() - Method in class gw.api.print.PrintSettings
-
Returns the print header label which appears on the upper-left corner of every page of the print.
- getHeaderNames() - Method in class gw.xml.ws.HttpHeaders
-
- getHeaders() - Method in class gw.api.email.Email
-
- getHelper_internal() - Method in class gw.smoketest.platform.web.PCFElement
-
- getHelperGeneration() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use isHelperWanted()
- getHelpMessageFor(Object) - Static method in class gw.lang.cli.CommandLineAccess
-
Returns the help message derived from the given type
- getHiddenStatement(IParsedElement) - Static method in class gw.lang.parser.IParseTree.Search
-
- getHighestRunlevel() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Gets the highest run level of the cluster.
- getHighestRunlevel() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getHighLevelType() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- getHighPriorityPrimitiveOrBoxedConverter(IType) - Method in class gw.lang.parser.StandardCoercionManager
-
- getHint() - Method in class gw.api.database.DatabaseOutlineHintInfo
-
- getHints() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getHintsByOutlineName(String) - Static method in class gw.api.database.DatabaseOutlineHintInfo
-
- getHistogramsWithSteps(TableStatistics) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getHistory(String, int) - Method in class gw.api.tools.ClusterInfoData
-
Returns latest history of runs for the given server id.
- getHistory() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
- getHistoryQuery(String) - Method in class gw.api.tools.ClusterInfoData
-
This method is created specially for ClusterInfo page to serve
pageable server history list view.
- getHitPercentage() - Method in class gw.api.tools.CacheByUserStatistics
-
- getHitPercentage() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the percentage of requests that resulted in cache hits.
- getHitRate() - Method in class gw.util.concurrent.Cache
-
- getHits() - Method in class gw.api.tools.CacheByUserStatistics
-
- getHits() - Method in class gw.util.concurrent.Cache
-
- getHitsAsPercentage() - Method in class gw.api.tools.CacheByUserStatistics
-
- getHitTraces() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Returns a frequency map of cache hits, whose keys are stack trace lines (Strings) and whose
values are Integer frequencies.
- getHolidayZones(ZoneType) - Method in interface gw.pl.calendar.entity.Holiday
-
- getHolidayZonesQuery(ZoneType) - Method in interface gw.pl.calendar.entity.Holiday
-
This returns the set of HolidayZones of the specified type.
- getHost() - Method in class gw.api.web.tools.WorkQueueItemDistribution
-
- getHostName() - Method in class gw.api.tools.ClusterInfoData
-
Returns name of the current host.
- getHostName() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- getHostname() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The host name.
- getHostname() - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
The host name.
- getHour(Date) - Static method in class gw.api.util.DateUtil
-
Get the hour of the time, base on a 12-hour clock.
- getHour(Date) - Static method in class gw.date.GosuDateUtil
-
Get the hour of the time, base on a 12-hour clock.
- getHour() - Method in class gw.xml.date.AbstractXmlDateType
-
- getHour() - Method in class gw.xml.date.XmlDateTime
-
- getHour() - Method in class gw.xml.date.XmlTime
-
- getHourOfDay(Date) - Static method in class gw.api.util.DateUtil
-
Get the hour of the time, based on a 24-hour clock.
- getHourOfDay(Date) - Static method in class gw.date.GosuDateUtil
-
Get the hour of the time, based on a 24-hour clock.
- getHours() - Method in class gw.xml.date.XmlDuration
-
- getHTMLLink(int, Object) - Method in class gw.api.database.DatabaseParameterSet
-
- getHttpHeaders() - Method in class gw.plugin.security.WebservicesAuthenticationContext
-
- getHttpServletRequest() - Method in class gw.plugin.security.WebservicesAuthenticationContext
-
- getHttpServletRequest() - Method in class gw.xml.ws.WsiInvocationContext
-
- getIcon() - Method in interface gw.pl.document.entity.Document
-
Returns the name of an icon image to represent this document.
- getIcon() - Method in class gw.smoketest.platform.web.ValueElement
-
- getIcon(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the icon of the named input.
- getId() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getId() - Method in class gw.api.admin.EventMessage
-
A version of getMessageId that returns the message id as a string if the message can be skipped,
otherwise returns null.
- getId() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the Id.
- getId() - Method in class gw.api.archiving.upgrade.IssueEntity
-
- getId() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- getId() - Method in interface gw.api.team.TeamModel
-
Returns a unique identifier for the data, to be used in TeamTree caching.
- getId() - Method in class gw.api.tools.SharedSectionUsageStat
-
- getId() - Method in class gw.lang.parser.HashedObjectLiteral
-
- getId() - Method in class gw.lang.parser.IScriptPartId
-
- getId() - Method in class gw.lang.parser.ScriptPartId
-
- getId() - Method in class gw.lang.parser.TypelessScriptPartId
-
- getID() - Method in interface gw.pl.external.entity.KeyableEntity
-
Deprecated.
- getId() - Method in class gw.pl.util.diff.lcs.Diffable
-
- getId() - Method in class gw.smoketest.platform.web.PCFElement
-
Gets the fully qualified render id for this element
- getIdAttributeName() - Method in class gw.xml.AbstractXMLNode
-
- getIDAttributeName() - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getIdAttributeName() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- getIDEACachesDir() - Method in class gw.config.AbstractPlatformHelper
-
- getIDEACachesDir() - Method in interface gw.config.IPlatformHelper
-
- getIDEACachesDirFile() - Method in class gw.config.AbstractPlatformHelper
-
- getIDEACachesDirFile() - Method in interface gw.config.IPlatformHelper
-
- getIDEACorruptionMarkerFile() - Method in class gw.config.AbstractPlatformHelper
-
- getIDEACorruptionMarkerFile() - Method in interface gw.config.IPlatformHelper
-
- getIdentifier() - Method in class gw.api.webservice.pl.FieldValue
-
The public id if the field referred to by name is a
foreign key field.
- getIdentifier() - Method in class gw.lang.ir.statement.IRCatchClause
-
- getIdentifier() - Method in interface gw.lang.parser.expressions.IExistsExpression
-
- getIdentifier() - Method in interface gw.lang.parser.expressions.IQueryExpression
-
- getIdentifier() - Method in interface gw.lang.parser.statements.IAssignmentStatement
-
- getIdentifier() - Method in interface gw.lang.parser.statements.IForEachStatement
-
- getIdentifier() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns an (optional) human-readable identifier string.
- getIdentifier() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getIdentifierName() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getIdentifierToNullCheck() - Method in class gw.lang.ir.statement.IRForEachStatement
-
- getIdentityBeanPath() - Method in interface gw.entity.IAssociativeArrayCustomAccessor
-
- getIDirectory(File) - Method in class gw.fs.FileFactory
-
- getIDirectory(String) - Method in class gw.fs.FileFactory
-
- getIDirectory(File) - Method in interface gw.lang.reflect.module.IFileSystem
-
- getIDirectory(URL) - Method in interface gw.lang.reflect.module.IFileSystem
-
- getIDirectory(URL) - Method in interface gw.lang.reflect.module.IProtocolAdapter
-
- getIdPart() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getIdsAsList() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getIdStringUntilNode(PCFElementId) - Method in class gw.smoketest.platform.web.PCFElementId
-
Returns the string path of all nodes util (excluding) the start node.
- getIFile(File) - Method in class gw.fs.FileFactory
-
- getIFile(String) - Method in class gw.fs.FileFactory
-
- getIFile(URL) - Method in class gw.fs.FileFactory
-
- getIFile(URL, boolean) - Method in class gw.fs.FileFactory
-
- getIFile(File) - Method in interface gw.lang.reflect.module.IFileSystem
-
- getIFile(URL) - Method in interface gw.lang.reflect.module.IFileSystem
-
- getIFile(URL) - Method in interface gw.lang.reflect.module.IProtocolAdapter
-
- getIFile() - Method in class gw.xml.FileNameAndLineNumber
-
- getIFileMetadata() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- getIfStatement() - Method in class gw.lang.ir.statement.IRIfStatement
-
- getILoginAPI() - Method in interface gw.pl.util.webservices.login.api.ILoginAPIService
-
- getILoginAPI(URL) - Method in interface gw.pl.util.webservices.login.api.ILoginAPIService
-
- getILoginAPI() - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- getILoginAPI(URL) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- getILoginAPIAddress() - Method in interface gw.pl.util.webservices.login.api.ILoginAPIService
-
A remote interface that allows a user to log in and out of a system.
- getILoginAPIAddress() - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- getILoginAPIWSDDServiceName() - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- getImmediateParseIssue(ResourceKey) - Method in interface gw.lang.parser.IParsedElement
-
- getImmediateParseIssues() - Method in interface gw.lang.parser.IParsedElement
-
- getImmediateSubtypes() - Method in interface gw.entity.IEntityType
-
Returns a list of immediate subtypes of the current object.
- getImplementationClassName() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get an implementation classname to use instead of the default.
- getImplementingClass() - Method in class gw.api.startable.StartableServiceImpl
-
- getImplementingClass() - Method in class gw.plugin.document.impl.BFOMergeHandler
-
- getImplementsText() - Method in class gw.pl.util.webservices.axis.GWJavaStubWriter
-
Returns "implements ".
- getImplicitReturnStatement() - Method in class gw.lang.ir.IRAbstractLoopStatement
-
- getImplicitReturnStatement() - Method in interface gw.lang.ir.statement.IRLoopStatement
-
- getImportingSchema() - Static method in class gw.api.importing.ImportingUtil
-
This will get the importing schema
- getImportingSchemaVersion() - Static method in class gw.api.importing.ImportingUtil
-
This will get the importing schema version
- getImportModulesFileRelativePaths() - Method in class gw.pl.modules.ModulesNode
-
- getIncludeDatabaseStatistics() - Method in class gw.api.tools.MicrosoftDMVPageHelper
-
- getIncludedNamespace() - Method in class gw.xml.xsd.schema.XSDImport
-
- getIncludedSchema(URL) - Method in class gw.xml.xsd.schema.XSDImportOrInclude
-
- getIncludeQueues() - Method in interface gw.api.assignment.SuggestedAssigneeBuilder
-
- getIncludeQueues() - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
- getIncomingEdges(T) - Method in class gw.api.graph.BasicGraph
-
Gets the incoming edges for a given node
- getIncomingEdges(T, Predicate<Edge<T>>) - Method in interface gw.api.graph.GraphView
-
Returns a set of all edges going into the given
node, filtered by the given condition.
- getIncomingEdges(T) - Method in interface gw.api.graph.ReadableGraph
-
Returns a set of all edges going into the given
node.
- getIncremental() - Method in class gw.lang.GosuVersion
-
- getIncrementalUpdateTableStatisticsData() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Obtains the set of SQL statements that are required to update database statistics based on update statistics
threshold
- getIncrementalUpdateTableStatisticsData() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
Obtains the set of SQL statements that are required to update database statistics
- getIncrementors() - Method in class gw.lang.ir.statement.IRForEachStatement
-
- getInDatabase() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getIndent() - Method in class gw.xml.XmlSerializationOptions
-
- getIndex() - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- getIndex(TreeNode) - Method in class gw.api.profiler.IterationInfoNode
-
- getIndex() - Method in class gw.lang.ir.expression.IRArrayLoadExpression
-
- getIndex() - Method in class gw.lang.ir.statement.IRArrayStoreStatement
-
- getIndex() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getIndex() - Method in interface gw.lang.parser.IReducedSymbol
-
- getIndex() - Method in interface gw.lang.parser.ISymbol
-
- getIndex() - Method in interface gw.xml.xsd.info.IXSDChildElementInfo
-
- getIndex() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getIndex() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getIndexDescription() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- getIndexes() - Method in class gw.api.tools.DatabaseInfo.MaterializedViewInfo
-
- getIndexes() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getIndexesWithoutDescriptions(String) - Method in class gw.api.tools.DatabaseTableInfoHelper
-
- getIndexesWithSharedKeyColumns(String) - Method in class gw.api.tools.DatabaseTableInfoHelper
-
- getIndexesWithSharesPrefixes(String) - Method in class gw.api.tools.DatabaseTableInfoHelper
-
- getIndexFile(String) - Method in class gw.config.AbstractPlatformHelper
-
- getIndexFile(String) - Method in interface gw.config.IPlatformHelper
-
- getIndexForLineNumber(String, int) - Static method in class gw.util.GosuStringUtil
-
- getIndexIdentifier() - Method in interface gw.lang.parser.expressions.IExistsExpression
-
- getIndexIdentifier() - Method in interface gw.lang.parser.statements.IForEachStatement
-
- getIndexName() - Method in class gw.api.tools.DatabaseInfo.PartitionedIndexInfo
-
- getIndexOfChild(N) - Method in class gw.xml.AbstractXMLNode
-
Gets the 0-based index of the given node in this node's child list.
- getIndexPartitionStatistics() - Method in interface gw.api.database.IndexStatistics
-
- getIndexSchema() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- getIndexStatisticsWithSteps(TableStatistics) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getInExpression() - Method in interface gw.lang.parser.expressions.IExistsExpression
-
- getInExpression() - Method in interface gw.lang.parser.expressions.IQueryExpression
-
- getInExpression() - Method in interface gw.lang.parser.statements.IForEachStatement
-
- getInferredFunctionType() - Method in class gw.lang.reflect.MethodScore
-
- getInflight() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getInflight() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the number of inflight messages.
- getInflight() - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
Returns the number of messages that are in flight.
- getInfo() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getInit() - Method in class gw.lang.ir.statement.IRSwitchStatement
-
- getInitializer() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getInitializer() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getInitializers() - Method in class gw.lang.ir.statement.IRForEachStatement
-
- getInitializers() - Method in interface gw.lang.parser.expressions.IObjectInitializerExpression
-
- getInitializing() - Method in class gw.pl.util.internal.DependenciesBase
-
- getInitialRetryInterval() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getInnerClass() - Method in class gw.lang.ir.IRClass.InnerClassInfo
-
- getInnerClass(CharSequence) - Method in interface gw.lang.parser.IHasInnerClass
-
returns the appropriate inner class
- getInnerClass(CharSequence) - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getInnerClasses() - Method in class gw.lang.ir.IRClass
-
- getInnerClasses() - Method in interface gw.lang.parser.IHasInnerClass
-
- getInnerClasses() - Method in class gw.lang.reflect.gs.GosuClassLightParser
-
- getInnerClasses() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getInnerClasses() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getInnerClasses() - Method in interface gw.lang.reflect.java.IJavaType
-
- getInnerClassesMap() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getInputMask(AddressFillable, String) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Return the inputmask for the given address field; returns null if none defined.
- getInputMask(Country, String) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
- getInputMask(AddressFillable, String) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Return the inputmask for the given address field; returns null if none defined.
- getInputMask(Country, String) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
- getInputMask(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IStringPresentationHandler
-
Gets the input mask associated with this datatype.
- getInputMask(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
Gets the input mask associated with this datatype.
- getInputMask(AddressFillable, String) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Return the inputmask for the given address field; returns null if none defined.
- getInputMask(Country, String) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
- getInputStream() - Method in class gw.api.email.AbstractEmailMessageTransport.DocumentContentsDataSource
-
- getInputStream() - Method in class gw.api.importing.XmlExporter
-
Return a new input stream for this export, which will be closed in releaseResources
- getInputStream() - Method in class gw.api.importing.XmlExporterXmlElement
-
Return a new input stream for this export, the caller is responsible for closing the stream.
- getInputStream() - Method in class gw.api.importing.XmlExporterXmlWriter
-
- getInputStream() - Method in interface gw.api.web.WebFile
-
- getInputStream() - Method in class gw.document.DocumentContentsInfo
-
- getInputStream(JarEntry) - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getInputStream() - Method in class gw.xml.BinaryData
-
Returns the backing content as an input stream.
- getInputStreamReader(InputStream) - Static method in class gw.util.StreamUtil
-
Returns a reader for the specified input stream, using UTF-8 encoding.
- getInputStreamReader(InputStream, String) - Static method in class gw.util.StreamUtil
-
Returns a reader for the specified input stream, using specified encoding.
- getInsertedBeans() - Method in interface gw.api.preupdate.PreUpdateContext
-
Returns the list of beans that are being inserted by this transaction.
- getInsertedBeans() - Method in interface gw.pl.persistence.core.Bundle
-
Gets the beans that have been created in this bundle.
- getInstance() - Static method in class gw.api.tools.MicrosoftDMVPageHelper
-
- getINSTANCE() - Static method in class gw.api.util.mapping.IdentityFieldMapper
-
- getInstance() - Static method in class gw.api.util.phone.NANPACountryCodeResolver
-
Retrieves the resolver singleton.
- getInstance() - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a formatter instance using the default pattern in the
default locale.
- getInstance(String) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a formatter instance using the specified pattern in the
default locale.
- getInstance(String, TimeZone) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a formatter instance using the specified pattern and
time zone.
- getInstance(String, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a formatter instance using the specified pattern and
locale.
- getInstance(String, TimeZone, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a formatter instance using the specified pattern, time zone
and locale.
- getInstance() - Method in interface gw.lang.reflect.IAnnotationInfo
-
- getInstance() - Static method in class gw.lang.reflect.TypeSystemRefresher
-
- getInstance() - Static method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
Gets the single EntityFactory instance.
- getInstance() - Static method in class gw.pl.external.Invoker
-
Deprecated.
Gets the single Invoker instance
- getInstance() - Static method in class gw.plugin.management.SolrMessageMonitor
-
- getInstance() - Static method in class gw.plugin.management.SolrSearchMonitor
-
- getInstance() - Static method in class gw.rules.Action
-
Returns the singleton instance of the action object
- getInstance() - Static method in class gw.rules.RuleSetCache
-
- getInstance() - Static method in class gw.test.servlet.ChangedTypesRefresher
-
- getInstance() - Static method in class gw.xml.parser2.LocationRefType
-
- getInstanceFilter() - Method in class gw.api.graph.EntityGraphTraverser
-
- getInstanceId() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The Instance ID.
- getInstances() - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Get the number of worker instances configured to run on this server
- getInstructionFor(int) - Method in interface gw.lang.parser.ITokenizerInstructor
-
- getInstructor() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getInstrumentedExecutor() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- getInstrumentedWorkExecutor() - Method in interface gw.pl.workqueue.entity.InstrumentedWorkerTask
-
- getIntegrityCheckQuery() - Method in interface gw.api.database.WebSQLIntegrityCheck
-
- getIntegrityChecksByLoadErrorType(boolean, LoadErrorType) - Method in class gw.api.tools.LoadIntegrityChecksHelper
-
Returns the loader integreity checks for a given load error type.
- getIntegrityChecksByStagingTable(boolean, WebStagingTable) - Method in class gw.api.tools.LoadIntegrityChecksHelper
-
Returns the loader integrity checks for a given staging table.
- getInterfaceMethodsClassName(ICompilableType) - Method in interface gw.lang.reflect.gs.IGosuClassLoader
-
- getInterfaces() - Method in class gw.lang.ir.IRClass
-
- getInterfaces() - Method in interface gw.lang.parser.statements.IInterfacesClause
-
- getInterfaces() - Method in class gw.lang.reflect.DefaultArrayType
-
- getInterfaces() - Method in class gw.lang.reflect.FunctionType
-
- getInterfaces() - Method in interface gw.lang.reflect.IType
-
- getInterfaces() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getInterfaces() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getInterfaces() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getInterfaces() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getInterfaces() - Method in class gw.xml.parser2.LocationRefType
-
- getInterfaces() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getInterfaces() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getInterfaces() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getInterfaces() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getInternalCodeByAlias(String, String, String) - Method in interface gw.api.util.TypecodeMapper
-
For use during imports, returns a string corresponding to a typecode in the
given typelist that matches the given namespace/alias.
- getInternalCodeByAlias(String, String, String) - Method in class gw.plugin.util.TypecodeMapperUtil
-
For use during imports, returns a string corresponding to a typecode in the
given typelist that matches the given namespace/alias.
- getInternalCodesByAlias(String, String, String) - Method in interface gw.api.util.TypecodeMapper
-
For use during imports, returns an array of strings representing typecodes
given a typelist, a namespace, and an alias.
- getInternalCodesByAlias(String, String, String) - Method in class gw.plugin.util.TypecodeMapperUtil
-
For use during imports, returns an array of strings representing typecodes
given a typelist, a namespace, and an alias.
- getInternalID() - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The internal ID of the entity.
- getInternalSettings() - Method in class gw.api.print.PrintSettings
-
Retrieves a handle for access to the set of internal print settings.
- getIntersection(Rectangle) - Method in class gw.pl.util.Rectangle
-
- getIntrinsicClass() - Method in interface gw.lang.reflect.java.IJavaType
-
Deprecated.
Use only at runtime. At compile time use getBackingClassInfo().
- getIntrinsicType(String) - Static method in class gw.document.ContextObject
-
- getIntrinsicType() - Method in interface gw.entity.TypeKey
-
Returns the owning type for this key.
- getIntrinsicType() - Method in class gw.lang.function.AbstractBlock
-
- getIntrinsicType() - Method in class gw.lang.reflect.FunctionType
-
- getIntrinsicType() - Method in class gw.lang.reflect.gs.FragmentInstance
-
- getIntrinsicType() - Method in interface gw.lang.reflect.gs.IGosuObject
-
- getIntrinsicType() - Method in interface gw.pl.persistence.core.Bean
-
Overridden to return the entity specialization of
IType.
- getIntrinsicType() - Method in class gw.xml.parser2.PLXMLNode
-
- getIntrinsicType() - Method in class gw.xml.XmlElement
-
- getIntrinsicType() - Method in class gw.xml.XmlTypeInstance
-
- getIntrinsicType() - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- getIntrinsicType() - Method in class gw.xml.xsd.info.ParsedNodeList
-
- getIntrinsicType() - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- getIntrinsicType() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- getIntrinsicType() - Method in class gw.xml.xsd.typeloader.XSDEnumerationValue
-
- getIntrinsicTypeFromObject(Object) - Method in interface gw.lang.reflect.IExtendedTypeLoader
-
Returns the intrinsic type for the given Object.
- getIntrinsicTypeName(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDElement
-
- getInvalidCharPos() - Method in interface gw.lang.parser.IToken
-
- getinvoke() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getinvoke() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getinvoke() - Method in interface gw.lang.reflect.features.IInvokableFeatureReference
-
Returns the method reference as a block in an invokation-friendly syntax
- getinvoke() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getinvoke() - Method in class gw.lang.reflect.features.MethodReference
-
- getIRClassCompiler() - Static method in class gw.lang.GosuShop
-
- getIRClassCompiler() - Method in interface gw.lang.IGosuShop
-
- getIRType(Class) - Method in class gw.lang.ir.builder.IRBuilder
-
- getIRType(IType) - Method in class gw.lang.ir.builder.IRBuilder
-
- getIRType(IJavaClassInfo) - Method in class gw.lang.ir.builder.IRBuilder
-
- getIRType(Class) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- getIRType(IType) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- getIRType(IJavaClassInfo) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- getIRType(Class) - Static method in class gw.lang.ir.builder.IRElementBuilder
-
- getIRType(IType) - Static method in class gw.lang.ir.builder.IRElementBuilder
-
- getIRType(IJavaClassInfo) - Static method in class gw.lang.ir.builder.IRElementBuilder
-
- getIRTypeResolver() - Static method in class gw.lang.GosuShop
-
- getIRTypeResolver() - Method in interface gw.lang.IGosuShop
-
- getIRTypes(Class[]) - Method in class gw.lang.ir.builder.IRBuilder
-
- getIRTypes(Class[]) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- getIRTypes(Class[]) - Static method in class gw.lang.ir.builder.IRElementBuilder
-
- getIRTypes(IJavaClassInfo[]) - Static method in class gw.lang.ir.builder.IRElementBuilder
-
- getIsDone() - Method in class gw.util.ShellProcess
-
Returns true if the process is done, false if not
- getIsFolder() - Method in class gw.smoketest.platform.web.TreeViewNodeElement
-
- getIsFolderOpen() - Method in class gw.smoketest.platform.web.TreeViewNodeElement
-
Returns true if this node is currently expanded.
- getIssueColumn() - Method in interface gw.xml.parser2.IXMLParseIssue
-
- getIssueColumn() - Method in class gw.xml.parser2.XMLParseIssue
-
- getIssueLine() - Method in interface gw.xml.parser2.IXMLParseIssue
-
- getIssueLine() - Method in class gw.xml.parser2.XMLParseIssue
-
- getIssues() - Method in class gw.api.validation.ValidationExecutionResult
-
Returns all ValidationIssues (both Errors and Warnings) in the Result that are relevant to the
ValidationLevel of this execution.
- getIssuesFromPos(int) - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getItem(int) - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- getItem(int) - Method in interface gw.xml.xsd.info.NestedList
-
- getItem(int) - Method in class gw.xml.xsd.info.ParsedNodeList
-
- getItemDistribution(WorkQueueDisplayInfo, Date, int) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getItemsCheckedOut() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of checked out work items
- getItemsFailed() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of failed work items
- getItemsProcessed() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of processed work items
- getItemsSkipped() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of skipped work items
- getIteratedElementType(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.DynamicExpressionInfoProvider
-
- getJarFile() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getJarsWithSources(IModule) - Static method in class gw.util.Extensions
-
- getJavaClass() - Method in interface gw.lang.ir.IRType
-
- getJavaClass() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getJavaClass() - Method in class gw.lang.ir.SyntheticIRType
-
- getJavaClass() - Method in interface gw.lang.reflect.java.IClassJavaClassInfo
-
- getJavaClassInfo() - Method in interface gw.lang.ir.IJavaClassIRType
-
- getJavaClassInfo(String) - Method in interface gw.lang.reflect.IDefaultTypeLoader
-
- getJavaClassInfo(Class) - Static method in class gw.lang.reflect.TypeSystem
-
- getJavaClassInfo(Class, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getJavaClassInfo(String, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getJavaClassInfoForClassDirectly(Class, IModule) - Method in interface gw.lang.reflect.IDefaultTypeLoader
-
- getJavaClassPath() - Method in interface gw.lang.reflect.module.IModule
-
- getJavaConstructor() - Method in interface gw.lang.reflect.java.IJavaConstructorInfo
-
- getJavadocDescriptionPart(String, boolean) - Method in class gw.pl.util.webservices.axis.GWJavaInterfaceWriter
-
- getJavaDocFactory() - Static method in class gw.lang.GosuShop
-
- getJavaDocFactory() - Method in interface gw.lang.IGosuShop
-
- getJavaImplWriter(Emitter, BindingEntry, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaBindingWriter
-
- getJavaInterfaceWriter(Emitter, PortTypeEntry, BindingEntry, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaBindingWriter
-
- getJavaMath() - Static method in class gw.api.util.Math
-
The class Math contains standard methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions in the host's Java virtual
machine.
- getJavaMethodName() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getJavaName(QName) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Convert the specified QName into a full Java Name.
- getJavaNameHook(QName) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
- getJavaStubWriter(Emitter, BindingEntry, SymbolTable) - Method in class gw.pl.util.webservices.axis.GWJavaBindingWriter
-
- getJavaType() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getJavaType(Class) - Method in interface gw.lang.reflect.ITypeSystem
-
- getJavaType() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getJavaType() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getJavaType(Class) - Static method in class gw.lang.reflect.TypeSystem
-
Deprecated.
- getJavaType() - Method in enum gw.processes.WorkQueueInstrumentationFieldType
-
Returns Java type used for this instrumentation type.
- getJavaVariableName(QName, QName, boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
- getJavaVariableNameHook(QName, QName, boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
- getJdbcType() - Method in interface gw.datatype.handler.IDataTypePersistenceHandler
-
The JDBC type corresponding to values of this datatype.
- getJdbcType() - Method in class gw.datatype.impl.ClobPersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.DatePersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.DecimalPersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.KeyPersistenceHandlerBase
-
- getJdbcType() - Method in class gw.datatype.impl.SimplePersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.SoftEntityReferencePersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.TypeKeyPersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.VarBinaryPersistenceHandler
-
- getJdbcType() - Method in class gw.datatype.impl.VarcharPersistenceHandler
-
- getJdbcType() - Method in interface gw.datatype.IPersistentDataType
-
Gets the JDBC type associated with this datatype.
- getJdbcUrl() - Method in interface gw.testharness.clustering.IDatabaseServer
-
- getJoinPos() - Method in class gw.api.database.DatabaseOutlineHintInfo
-
- getJreModule() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getJreModule() - Static method in class gw.lang.reflect.TypeSystem
-
- getJreType(Class<?>) - Static method in class gw.lang.reflect.java.JavaTypes
-
- getKeptContact() - Method in interface gw.ab.contact.entity.DuplicateContactPair
-
Returns the ABContact which should be kept from this ContactPair, i.e.
- getKernel() - Static method in class gw.config.CommonServices
-
- getKey() - Method in class gw.api.quickjump.ContextualNavigationCommand
-
Returns a String used to uniquely identify this command, for the purpose of detecting duplicate
command definitions.
- getKey() - Method in class gw.lang.parser.resources.ResourceKey
-
- getKey() - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- getKey() - Method in interface gw.pl.persistence.typelist.TypeKeyReference
-
- getKey() - Method in class gw.pl.util.PropertyTree
-
The key of this node.
- getKey() - Method in class gw.xml.parser2.XSDEnumeratedType
-
- getKeyAfterInsertion() - Method in interface gw.api.database.IInsertBuilder
-
- getKeyColumnNames() - Method in interface gw.api.database.IndexStatistics
-
- getKeyColumnNamesDisplayString() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- getKeyColumnNamesWithSortDir() - Method in interface gw.api.database.IndexStatistics
-
- getKeyColumns() - Method in class gw.api.database.DatabaseParameterSet
-
- getKeyExpression() - Method in interface gw.lang.parser.expressions.IMapAccessExpression
-
- getKeyForValue(V) - Method in class gw.util.DerivedKeyHashMap
-
- getKeyMap() - Static method in class gw.api.system.PLConfigParameters
-
- getKeys() - Method in interface gw.lang.parser.expressions.IMapInitializerExpression
-
- getKeyType() - Method in interface gw.lang.parser.expressions.IMapAccessExpression
-
- getKeyType() - Method in interface gw.lang.reflect.IEntityAccess
-
- getKeyType() - Static method in class gw.lang.reflect.TypeSystem
-
- getKeywords() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns an array of keywords which can be used to search for this template.
- getKeywords() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getKeywords() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email Keywords
- getKeywords() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Keywords
- getKnownInnerClassesWithoutCompiling() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getLabel() - Method in class gw.api.archiving.ArchiveDetails
-
- getLabel() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureDetails
-
- getLabel() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesDetails
-
- getLabel() - Method in class gw.api.archiving.ArchiveSkippedDetails
-
- getLabel() - Method in class gw.api.bean.compare.ui.BaseEntityDiffDisplay
-
Label for rows displaying entities in the policy comparison UI.
- getLabel() - Method in class gw.api.bean.compare.ui.BasePropertyDiffDisplay
-
The label used in the UI when displaying a property difference.
- getLabel() - Method in interface gw.api.bean.compare.ui.DiffDisplay
-
- getLabel() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
Label for rows displaying entities in the entity comparison UI.
- getLabel() - Method in class gw.api.bean.compare.ui.PropertyDiffDisplay
-
The label used in the UI when displaying a property difference.
- getLabel() - Method in class gw.api.graph.print.DotAttributes
-
Returns the label value.
- getLabel() - Method in interface gw.api.team.TeamModel
-
Returns the display label for this element of data.
- getLabel() - Method in class gw.api.tools.DBInfoActivityStatsSummaryListsTableRecord
-
- getLabel(IPropertyInfo) - Static method in class gw.api.util.PropertyDisplay
-
Returns the label for the given property based on the display key, if present, or on
the property name.
- getLabel(String, String) - Static method in class gw.api.util.PropertyDisplay
-
Returns the label for the given property based on the display key, if present, or on
the property name.
- getLabel() - Method in interface gw.lang.parser.IActivationContext
-
- getLabel() - Method in interface gw.pl.contact.entity.ProximitySearchParameters
-
Returns a localized, human-readable string for indicated search, such as "10 miles" or "5 closest".
- getLabel() - Method in class gw.smoketest.platform.web.ValueElement
-
- getLabel(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the label of the name@d input.
- getLanguage() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the language in which the document will be generated from this template descriptor.
- getLanguage() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getLanguageLabel(LanguageType) - Static method in class gw.api.util.LocaleUtil
-
Returns the display label for the language
- getLanguageLevel() - Method in interface gw.lang.reflect.IEntityAccess
-
- getLast() - Method in class gw.api.database.DBDateRange
-
- getLast() - Method in class gw.api.database.Range
-
- getLast() - Method in class gw.api.database.ValueRange
-
- getLastAccessTime() - Method in class gw.fs.physical.win32.Win32FindData
-
- getLastAssignedGroup(GroupAssignmentState) - Method in class gw.api.assignment.AssignmentType
-
Get the last assigned group for this assignment type from the state
- getLastAssignedGroup(DynamicAssignmentState) - Method in class gw.api.assignment.AssignmentType
-
Get the last assigned group for this assignment type from the state
- getLastAssignedGroup(GroupAssignmentState) - Method in class gw.api.assignment.DefaultAssignmentType
-
- getLastAssignedGroup(DynamicAssignmentState) - Method in class gw.api.assignment.DefaultAssignmentType
-
- getLastAssignedUser(GroupAssignmentState) - Method in class gw.api.assignment.AssignmentType
-
Get the last assigned user for this assignment type from the state
- getLastAssignedUser(DynamicAssignmentState) - Method in class gw.api.assignment.AssignmentType
-
Get the last assigned user for this assignment type from the state
- getLastAssignedUser(GroupAssignmentState) - Method in class gw.api.assignment.DefaultAssignmentType
-
- getLastAssignedUser(DynamicAssignmentState) - Method in class gw.api.assignment.DefaultAssignmentType
-
- getLastChild() - Method in interface gw.lang.parser.IParseTree
-
- getLastChildWithParsedElementType(Class<? extends IParsedElement>) - Method in interface gw.lang.parser.IParseTree
-
- getLastCreatedBean() - Method in class gw.api.databuilder.DataBuilder
-
- getLastEdge() - Method in class gw.api.graph.Path
-
Returns the last edge in the path.
- getLastErrors() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns the last few transport errors.
- getLastResult() - Static method in class gw.api.tools.InternalToolsUtil
-
- getLastRun(BatchProcessType) - Static method in class gw.api.tools.BatchProcess
-
- getLastRunDate() - Method in class gw.api.archiving.ArchiveCountSummarySinceLastRun
-
- getLastRunDateForBatchProcess(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
get the last date that a given BatchProcess was run
- getLastRunDateForBatchProcess(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
get the last date that a given BatchProcess was run
- getLastRunStatus(BatchProcessType) - Static method in class gw.api.tools.BatchProcess
-
- getLastScopeNode(PCFElementId.PCFElementScope) - Method in class gw.smoketest.platform.web.PCFElementId
-
Returns the last node, from the root, that is of the provided scope.
- getLastUpdateAsDate() - Method in interface gw.pl.clusterinfo.entity.ClusterMemberData
-
Returns LastUpdate timestamp as Date.
- getLastWriteTime() - Method in class gw.fs.physical.win32.Win32FindData
-
- getLatest(File, File) - Method in interface gw.api.scm.IScmAdapter
-
Gets the latest version of the given file in the repository, and writes it to
the temporary file specified.
- getLatestDate() - Method in class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- getLatestUpgrade() - Method in class gw.api.tools.UpgradeInfoPageHelper
-
- getLatitude() - Method in class gw.api.database.spatial.SpatialPoint
-
- getLatitude() - Method in interface gw.pl.contact.entity.Address
-
Latitude expressed in degrees.
- getLatLongFromAddress(Address) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
- getLcsLength() - Method in class gw.pl.util.diff.lcs.LongestCommonSubsequence
-
- getLeafValue(A) - Method in interface gw.api.path.Path
-
- getLeafValue(A) - Method in class gw.api.path.PersistentPath
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.IRStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRArrayStoreStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRAssignmentStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRBreakStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRContinueStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRDoWhileStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IREvalStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRFieldDecl
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRFieldSetStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRForEachStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRIfStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRMethodCallStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRMonitorLockAcquireStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRMonitorLockReleaseStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRNewStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRNoOpStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRReturnStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRStatementList
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRSwitchStatement
-
The switch statement has a non-null terminal stmt iff:
1) There are no case stmts or all the the case stmts have non-break terminator and
2) The default stmt exists and has a non-break terminator
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRSyntheticStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRThrowStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRTryCatchFinallyStatement
-
- getLeastSignificantTerminalStatement() - Method in class gw.lang.ir.statement.IRWhileStatement
-
- getLeastSignificantTerminalStatement(boolean[]) - Method in interface gw.lang.parser.IStatement
-
Indicates whether or not control flow is terminal at this statement.
- getLeaves() - Method in class gw.api.graph.Tree
-
Returns a collection of all leaf nodes in the tree.
- getLeftEndpoint() - Method in class gw.lang.reflect.interval.AbstractInterval
-
- getLeftEndpoint() - Method in interface gw.lang.reflect.interval.IInterval
-
- getLegalChildren() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
Returns the list of Classes of nodes that this element can potentially have as children.
- getLegalChildren() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
Returns the list of Classes of nodes that this element can potentially have as children.
- getLength() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getLength(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IStringConstraintsHandler
-
Gets the maximum number of characters in values of this datatype.
- getLength() - Method in interface gw.datatype.handler.IVarcharPersistenceHandler
-
Gets the maximum number of characters in values of this datatype.
- getLength(Object, IPropertyInfo) - Method in interface gw.datatype.IConstrainedDataType
-
Gets the maximum length for the datatype, for the given property on the given object.
- getLength(Object, IPropertyInfo) - Method in class gw.datatype.impl.StringConstraintsHandler
-
- getLength() - Method in class gw.datatype.impl.VarcharPersistenceHandler
-
- getLength() - Method in interface gw.datatype.IPersistentDataType
-
Gets the maximum length of values for this datatype.
- getLength() - Method in interface gw.lang.parser.IParseTree
-
- getLength() - Method in class gw.lang.parser.SourceCodeReader
-
- getLength() - Method in interface gw.lang.reflect.gs.IGosuArrayClassInstance
-
- getLengthAccessor() - Static method in class gw.lang.GosuShop
-
- getLengthAccessor() - Method in interface gw.lang.IGosuShop
-
- getLesserOrEqualAvailabilityLevels(AvailabilityLevel) - Static method in enum gw.api.server.AvailabilityLevel
-
- getLevel() - Method in class gw.api.tools.LoadStepDisplayable
-
- getLevel() - Method in class gw.api.tools.SetLogLevelData.LevelComparable
-
- getLevel() - Method in class gw.api.validation.ValidationExecutionResult
-
ValidationLevel of the execution.
- getLevel() - Method in class gw.api.validation.ValidationIssue
-
ValidationLevel to which the reason message applies.
- getLevel() - Method in class gw.lang.reflect.IProvidesCustomErrorInfo.CustomErrorInfo
-
- getLevel() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
a new mechanism will be introduced to do this in 9.
- getLevel() - Method in interface gw.testharness.LoggerCapturedEvent
-
- getLevel() - Method in class gw.testharness.LoggerCapturedEventImpl
-
- getLevel() - Method in class gw.testharness.v3.LoggerCapturedEventImpl
-
- getLevenshteinDistance(String, String) - Static method in class gw.util.GosuStringUtil
-
Find the Levenshtein distance between two Strings.
- getLhs() - Method in class gw.lang.ir.expression.IRArithmeticExpression
-
- getLhs() - Method in class gw.lang.ir.expression.IRConditionalAndExpression
-
- getLhs() - Method in class gw.lang.ir.expression.IRConditionalOrExpression
-
- getLhs() - Method in class gw.lang.ir.expression.IREqualityExpression
-
- getLhs() - Method in class gw.lang.ir.expression.IRFieldGetExpression
-
- getLhs() - Method in class gw.lang.ir.expression.IRRelationalExpression
-
- getLhs() - Method in class gw.lang.ir.statement.IRFieldSetStatement
-
- getLHS() - Method in interface gw.lang.parser.expressions.IArithmeticExpression
-
- getLHS() - Method in interface gw.lang.parser.expressions.IBinaryExpression
-
- getLHS() - Method in interface gw.lang.parser.expressions.IConditionalExpression
-
- getLHS() - Method in interface gw.lang.parser.expressions.ITypeAsExpression
-
- getLHS() - Method in interface gw.lang.parser.expressions.ITypeIsExpression
-
- getLightWeightReference() - Method in interface gw.lang.parser.ISymbol
-
Creates a copy of this symbol without the value so that the empty symbol can be stored.
- getLine() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getLine() - Method in interface gw.lang.parser.IParseIssue
-
- getLine() - Method in interface gw.lang.parser.IToken
-
- getLine(int) - Method in class gw.pl.io.StringLineWriter
-
Gets the contents of the line at the given line number.
- getLineHeight() - Method in class gw.api.print.PrintSettings
-
Returns the total height of a standard printed line.
- getLineNum() - Method in interface gw.lang.parser.IParsedElement
-
- getLineNum() - Method in interface gw.lang.parser.IParseTree
-
- getLineNumber() - Method in class gw.lang.ir.IRElement
-
- getLineNumber() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getLineNumber() - Method in interface gw.lang.parser.IParserState
-
- getLineNumber() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getLineNumber() - Method in exception gw.lang.parser.template.TemplateParseException
-
- getLineNumber() - Method in class gw.lang.reflect.LocationInfo
-
- getLineNumber() - Method in class gw.xml.FileNameAndLineNumber
-
- getLineNumber() - Method in exception gw.xml.XMLParseException
-
- getLineNumberForIndex(String, int) - Static method in class gw.util.GosuStringUtil
-
- getLineNumShift() - Method in interface gw.lang.parser.IParserPart
-
- getLineOffset() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getLineOffset() - Method in interface gw.lang.parser.IParserState
-
- getLineOffset() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getLineOffset() - Method in interface gw.lang.parser.IToken
-
- getLineReportingOffset() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getLineSeparator() - Method in class gw.xml.XmlSerializationOptions
-
- getLinkedContact() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use getLinkedContact() in ContactSystemUtil
- getLinkedZone() - Method in class gw.api.admin.ZoneSearchCriteria
-
Deprecated.
- getLinkedZoneTypes() - Method in class gw.api.webservice.zone.InsertZoneLinkTransaction
-
Returns a list, each element in the list is a 2 element array of zone types.
- getLinkID() - Method in interface gw.webservice.contactapi.AddressBookUIDTuple
-
- getLinkStatusMessage() - Method in class gw.api.contact.LinkStatus
-
Returns the appropriate localized message, depending on the linkStatus as defined in
the display-property Java.ContactLinkStatus.linkStatus.
- getLinkStatusValue() - Method in class gw.api.contact.LinkStatus
-
See the
LinkStatus class page for the possible enum values.
- getLinksToMe(boolean) - Method in interface gw.entity.IEventType
-
- getLinkVersionList(ILinkPropertyInfo) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Get the version list for an effective dated foreign key.
- getListName() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getListViewBlockSize() - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- getListViewFontSize() - Method in class gw.api.print.PrintSettings
-
Returns the size of the font used for printing list view content.
- getListViewTitle(String) - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
Fetches a title for a given list view if it has been overridden with addListViewTitle.
- getLiteralMetaType() - Method in class gw.lang.reflect.AbstractType
-
- getLiteralMetaType() - Method in interface gw.lang.reflect.IType
-
- getLiteralType() - Method in class gw.lang.ir.expression.IRClassLiteral
-
- getLoadCommandID() - Method in class gw.api.webservice.tableImport.TableImportResult
-
Returns the public id of the row in loadcommand table for the operation.
- getLoadedInnerClasses() - Method in interface gw.lang.parser.IHasInnerClass
-
- getLoader() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getLoaderIntegrityCheckPredicates(String) - Method in interface gw.datatype.IConstrainedDataType
-
Gets any related loader integrity checks for the given column, as a string.
- getLoadErrorRows() - Method in interface gw.pl.staging.entity.LoadError
-
Get all of the LoadErrorRows associated with this LoadError.
- getLoadErrors() - Method in class gw.api.tools.LoadErrorsHelper
-
- getLoadErrorType() - Method in interface gw.api.database.WebLoaderSQLIntegrityCheck
-
- getLoadErrorTypes(boolean) - Method in class gw.api.tools.LoadIntegrityChecksHelper
-
Returns all the load error types available.
- getLoaderValidationPredicates(String) - Method in interface gw.datatype.handler.IDataTypeConstraintsHandler
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.DateOnlyConstraintsHandler
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.DateTimeConstraintsHandler
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.IntegerConstraintsHandlerBase
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.LongConstraintsHandlerBase
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.PastDateTimeConstraintsHandler
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.StringConstraintsHandlerBase
-
- getLoaderValidationPredicates(String) - Method in class gw.datatype.impl.TypeKeyConstraintsHandler
-
- getLoadHistoryDownloadsInfo(int) - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Return Load History downloads information.
- getLoadHistoryDownloadsInfo(int) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- getLoadStep() - Method in class gw.api.tools.LoadStepDisplayable
-
- getLobTypes() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
LobTypes
- getLocale() - Method in class gw.api.util.UltraFastDateFormat
-
Gets the locale used by this formatter.
- getLocale() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- getLocale() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- getLocale() - Method in interface gw.lang.reflect.IEntityAccess
-
- getLocale() - Method in interface gw.pl.document.entity.Document
-
Deprecated.
see getDocumentLanugage() instead
- getLocale() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Deprecated.
Should use getLanguage instead, documents are stored by language not locale/regional formatting
- getLocale() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
Deprecated.
- getLocale() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email locale
- getLocale() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Locale
- getLocaleLabel(LocaleType) - Static method in class gw.api.util.LocaleUtil
-
- getLocalizedName() - Method in enum gw.api.server.AvailabilityLevel
-
get the localized name for this enumeration
- getLocalizedName() - Method in enum gw.api.system.server.Runlevel
-
get the localized name for this enumeration
- getLocalizedName() - Method in enum gw.api.tools.SecurityDictionaryOutputFormat
-
- getLocalizedName(IType) - Static method in class gw.api.util.LocaleUtil
-
- getLocalizeMessage() - Method in interface gw.pl.workflow.entity.WorkflowLogEntry
-
This will localize the message for the current locale
- getLocalServletRoot() - Method in class gw.pl.modules.ModulesNode
-
- getLocalVarName() - Method in interface gw.lang.parser.expressions.ILocalVarDeclaration
-
- getLocation() - Method in interface gw.lang.parser.IParsedElement
-
- getLocation(String, int, int, SearchLocation) - Static method in class gw.pl.util.StringUtil
-
- getLocation() - Method in class gw.xml.AbstractXMLNode
-
Gets file location information about this node, if it was parsed from a file.
- getLocation() - Method in interface gw.xml.IXMLNodeParserCallbacks
-
- getLocation() - Method in exception gw.xml.XMLParseException
-
- getLocationArguments() - Method in class gw.api.quickjump.ContextualNavigationCommand
-
- getLocationArguments() - Method in class gw.api.quickjump.StaticNavigationCommand
-
Returns the arguments being passed to the target location.
- getLocationArgumentTypes() - Method in class gw.api.quickjump.ContextualNavigationCommand
-
- getLocationArgumentTypes() - Method in class gw.api.quickjump.StaticNavigationCommand
-
Returns the types of the arguments being passed to the target location.
- getLocationInfo() - Method in interface gw.lang.reflect.ILocationAwareFeature
-
- getLocationInfo() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getLocationKey() - Method in class gw.api.tools.LocationUsageStat
-
- getLocations() - Method in interface gw.lang.parser.IGosuParser
-
- getLocationType() - Method in class gw.api.tools.LocationUsageStat
-
- getLocksForAssignable(Assignable, Set) - Method in interface gw.api.assignment.DynamicGroupAssignmentStrategy
-
Return the set of entities which should be locked while the assignment is performed, based on the supplied set
of candidate groups.
- getLocksForAssignable(Assignable, Set) - Method in interface gw.api.assignment.DynamicUserAssignmentStrategy
-
Return the set of entities which should be locked while the assignment is performed, based on the supplied set
of candidate users.
- getLog4jLogger() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
a new mechanism will be introduced to do this in 9.
- getLogFile() - Method in class gw.api.tools.LogViewInfo
-
- getLogFileLocation() - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- getLogFiles() - Static method in class gw.api.tools.LogViewInfo
-
Return a list of the available log files.
- getLogger(Logger) - Static method in class gw.api.system.logging.LoggerFactory
-
Deprecated.
- getLogger(Logger, String) - Static method in class gw.api.system.logging.LoggerFactory
-
Deprecated.
- getLogger() - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
- getLogger() - Method in interface gw.lang.reflect.IEntityAccess
-
- getLogger(String) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a logger with a certain name
- getLogger(String, String) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a sublogger of a logger with name
- getLogger(Class) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a logger using class name
- getLogger(Class, String) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a sublogger of a logger based on class name.
- getLogger(Logger) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
For consistency - a wrapper.
- getLogger(Logger, String) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a sublogger of existing logger
- getLogger(String, Level) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a logger with a specific level
- getLogger(Logger, String, Level) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Create a sublogger of existing logger with a specific level
- getLogger(Logger, Appender) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
This is a hack to allow a custom appender.
- getLogger() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getLogger() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getLogger() - Method in class gw.testharness.v3.PLTestClass
-
- getLogger() - Method in class gw.xml.parser2.BaseAbstractNode
-
Deprecated.
Use LoggerCategory instead
- getLogger() - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
Deprecated.
Use Logger instead
- getLogger() - Method in interface gw.xml.ws.IWsdlPort
-
the logger used for this web service
- getLoggerLevel(String) - Method in class gw.api.tools.SetLogLevelData
-
- getLoggers() - Method in class gw.api.tools.SetLogLevelData
-
- getLoggerSources() - Method in class gw.api.tools.SetLogLevelData
-
- getLoggingCategories() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Get a list of all of the logger categories available in the system.
- getLoggingCategories() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getLoggingLevel() - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- getLogicalName() - Method in class gw.api.tools.ClusteredServer
-
- getLogicalName() - Method in class gw.testharness.clustering.ClusterMember
-
Returns server logical name in the cluster
- getLogicalName() - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- getLogText() - Method in class gw.api.tools.LogViewInfo
-
- getLong(String, Long) - Method in class gw.processes.WorkQueueInstrumentation
-
Returns current value if it exists and not null or specified default value otherwise.
- getLongitude() - Method in class gw.api.database.spatial.SpatialPoint
-
- getLongitude() - Method in interface gw.pl.contact.entity.Address
-
Longitude expressed in degrees relative to the prime meridian.
- getLoopTest() - Method in class gw.lang.ir.statement.IRDoWhileStatement
-
- getLoopTest() - Method in class gw.lang.ir.statement.IRForEachStatement
-
- getLoopTest() - Method in class gw.lang.ir.statement.IRWhileStatement
-
- getLowerCaseHashCode(CharSequence) - Static method in class gw.lang.parser.CICS
-
- getMainStatement() - Method in interface gw.lang.parser.expressions.IProgram
-
- getMajor() - Method in class gw.lang.GosuVersion
-
- getMajorVersion() - Method in interface gw.plugin.upgrade.IDatamodelUpgrade
-
- getManagementElapsed() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getManager() - Static method in class gw.testharness.clustering.ClusterTestManager
-
- getMap() - Method in class gw.lang.parser.ExternalSymbolMapForMap
-
- getMap() - Method in class gw.lang.reflect.Expando
-
- getMap() - Method in interface gw.lang.reflect.IExpando
-
- getMap(UnitOfDistance) - Method in interface gw.pl.contact.entity.Address
-
Gets a URL to a map showing this address.
- getMap() - Method in interface gw.pl.contact.entity.Address
-
Gets a URL to a map showing this address.
- getMapAccessExpression() - Method in interface gw.lang.parser.statements.IMapAssignmentStatement
-
- getMapForAddress(Address, UnitOfDistance) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
There is no practical "generic" way to generate maps.
- getMapForAddress(Address, UnitOfDistance, String) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
By default, this simply drops the options string and calls the base getMapForAddress() method.
- getMapForAddress(Address, UnitOfDistance) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Gets a URL to a map showing the address provided.
- getMapForAddress(Address, UnitOfDistance, String) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Gets a URL to a map showing the address provided.
- getMapImageTag() - Method in class gw.api.contact.MapImageUrl
-
Wraps a MapImageURL inside a HTML IMG tag, for display in the Guidewire UI.
- getMapImageUrl() - Method in class gw.api.contact.MapImageUrl
-
The URL of the Map image.
- getMapInt(Map, String) - Static method in class gw.pl.util.CollectionUtil
-
Int typed Map.get()
- getMapOverviewUrl() - Method in class gw.api.contact.DrivingDirections
-
URL of overview map showing entire journey
- getMappedTargetColumns() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertBuilder
-
- getMappedTargetColumns() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertSelectBuilder
-
- getMappedTargetColumns() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
- getMapString(Map, String) - Static method in class gw.pl.util.CollectionUtil
-
String typed Map.get()
- getMapURLs() - Method in class gw.api.contact.DrivingDirections
-
URLs of maps of parts of the journey can be found.
- getMarginBottom() - Method in class gw.api.print.PrintSettings
-
Returns the print page bottom margin size.
- getMarginLeft() - Method in class gw.api.print.PrintSettings
-
Returns the print page left margin size.
- getMarginRight() - Method in class gw.api.print.PrintSettings
-
Sets the print page right margin size.
- getMarginTop() - Method in class gw.api.print.PrintSettings
-
Returns the print page top margin size.
- getMarket() - Method in interface gw.currency.fxrate.FXRateContext
-
- getMarket() - Method in class gw.currency.fxrate.FXRateContextImpl.Builder
-
- getMarket() - Method in class gw.currency.fxrate.FXRateContextImpl
-
- getMarketDescription(FXRateMarket) - Method in interface gw.currency.fxrate.FXRateService
-
The description of the market
- getMarketExchangeRate(Currency, Currency) - Static method in class gw.api.util.CurrencyUtil
-
Get the ExchangeRate by which to multiply the amount in the from Currency
to get the equivalent amount in the to currency.
- getMarketExchangeRateEntity(Currency, Currency) - Static method in class gw.api.util.CurrencyUtil
-
Get the ExchangeRateEntity that contains an exchange rate from one currency to another.
- getMarketName(FXRateMarket) - Method in interface gw.currency.fxrate.FXRateService
-
The name of the market
- getMarketTime() - Method in interface gw.currency.fxrate.FXRateContext
-
- getMarketTime() - Method in class gw.currency.fxrate.FXRateContextImpl.Builder
-
- getMarketTime() - Method in class gw.currency.fxrate.FXRateContextImpl
-
- getMatcher() - Method in class gw.util.RegExpMatch
-
- getMatcherContext() - Method in class gw.api.bean.compare.InitializableMatcherBase
-
Returns the MatcherContext.
- getMatcherTypes() - Method in interface gw.plugin.contact.PendingContactChangeConfigurationPlugin
-
Returns a map of matcher types by entity type.
- getMatches() - Method in interface gw.api.contact.AddressBookMatch
-
Gets the matching Contacts.
- getMatches() - Method in class gw.api.graph.compare.EntityComparison
-
Returns all matches that were found in the graph comparison.
- getMatches() - Method in interface gw.api.graph.compare.GraphComparison
-
Returns all the matches (source and compare) in the comparison.
- getMatches() - Method in interface gw.api.graph.compare.QueryableBeanComparison
-
Returns a collection of matches between the compared
entity graphs.
- getMatchesOfType(Class<E>) - Method in class gw.api.graph.compare.EntityComparison
-
Returns all matches of the given type.
- getMatchingElement(int, int) - Method in interface gw.lang.parser.IParseTree
-
- getMatchPrioritizer(T) - Method in interface gw.api.bean.compare.EntityMatcher
-
To assist with the case where there are multiple matches for an entity, this method
returns a Comparator to determine the closest match.
- getMatchPrioritizer(KeyableBean) - Method in class gw.api.contact.pendingchanges.LinkIDMatcher
-
Prioritizes matches based on whether or not the bean toBeMatched has either a
AddressBookUID or a PolicySystemID.
- getMaterializedViewInfos() - Method in class gw.api.tools.DatabaseInfo
-
- getMaterializedViewNVPairInfos() - Method in class gw.api.tools.DatabaseInfo
-
- getMaxElapsed() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getMaxFOPClaimPrintFileSize() - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- getMaxIdFor(IEntityType) - Static method in class gw.api.testdata.TestDataUtil
-
Return the current maximum committed id for the given entity type.
- getMaximumExtensionLength() - Static method in class gw.api.util.PhoneUtil
-
- getMaximumExtensionLength() - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
The maximum length allowed for phone extensions.
- getMaxLength() - Method in class gw.api.database.DatabaseRow
-
- getMaxLength() - Method in class gw.api.system.StringParameterKey
-
Returns maximum length of string (inclusive).
- getMaxLength() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getMaxLengthEstimate() - Method in class gw.api.util.UltraFastDateFormat
-
Gets an estimate for the maximum string length that the
formatter will produce.
- getMaxLines() - Method in class gw.api.tools.LogViewInfo
-
- getMaxNestedListViewSize() - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- getMaxNumberOfWorkers() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- getMaxNumOfWorkers() - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
Maximum number of allowed workers for the given executor.
- getMaxOccurs() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getMaxOccurs() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getMaxOccurs() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getMaxOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDAll
-
- getMaxOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDChoice
-
- getMaxOccurs() - Method in class gw.xml.xsd.schema.XSDElement
-
- getMaxOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDElementContainer
-
- getMaxOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDGroup
-
- getMaxOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDSequence
-
- getMaxPollInterval() - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Get the maximum time in milliseconds that a worker will wait
between queries for new workitems.
- getMaxQueryTime() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getMaxQueryTime() - Method in class gw.api.profiler.StackQuerySummary
-
- getMaxResults() - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Specifies the maximum number of results to return.
- getMaxResults() - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Specifies the maximum number of results to return.
- getMaxRetries() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getMaxScore() - Method in class gw.plugin.solr.SolrQueryProcessor
-
- getMaxScore() - Method in class gw.plugin.solr.SolrResultSet
-
Return the highest score of any record matched by this query
- getMaxSize() - Method in class gw.api.util.LRUCache
-
- getMaxSize() - Method in class gw.util.LRUCache
-
- getMaxSizeOfExecutorsArray() - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getMaxSizeOfWorkerRunsArray() - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getMaxSizeOfWriterRunsArray() - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getMaxValue() - Method in class gw.api.system.DoubleParameterKey
-
Returns maximum value.
- getMaxValue() - Method in class gw.api.system.IntegerParameterKey
-
Returns maximum value.
- getMaxWorkerEndTime() - Method in class gw.api.web.tools.ItemStatusCounts
-
- getMaxWorkerEndTime() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getMaxX() - Method in class gw.pl.util.Rectangle
-
- getMaxY() - Method in class gw.pl.util.Rectangle
-
- getMBeanInfo() - Method in interface gw.plugin.management.GWMBean
-
MBeanInfo
- getMean() - Method in class gw.api.util.stats.StatisticsCollector
-
- getMeanElapsedTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getMeanFrameTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getMedian() - Method in class gw.api.util.stats.StatisticsCollector
-
- getMember() - Method in class gw.api.tools.ClusteredServer
-
- getMemberAccess() - Method in interface gw.lang.parser.statements.IMemberAssignmentStatement
-
- getMemberAccessContext() - Method in exception gw.lang.parser.exceptions.ParseException
-
- getMemberAccessExpression() - Method in interface gw.lang.parser.statements.ISyntheticMemberAccessStatement
-
- getMemberExpression() - Method in interface gw.lang.parser.expressions.IArrayAccessExpression
-
- getMemberExpression() - Method in interface gw.lang.parser.expressions.IFieldAccessExpression
-
- getMemberExpression() - Method in interface gw.lang.parser.statements.IMemberAssignmentStatement
-
- getMemberFields() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getMemberFieldsMap() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getMemberFunctions() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getMemberFunctions(IGosuClass) - Static method in class gw.util.GosuClassTestUtil
-
- getMemberName() - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- getMemberName() - Method in interface gw.lang.parser.statements.IMemberAssignmentStatement
-
- getMemberProperty(String) - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getMembers() - Method in interface gw.pl.community.entity.Group
-
Returns all the users in this group that are members (including system users)
- getMembers() - Method in interface gw.plugin.cluster.ClusterChannelCallback
-
Returns list of all cluster member UUIDs
- getMembersCount() - Method in class gw.testharness.clustering.ClusterMember
-
Returns number of cluster members (from this server's point of view)
- getMembersCount() - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- getMembersNoSystemUsers() - Method in interface gw.pl.community.entity.Group
-
Returns all the users in this group that are members but who aren't system users
- getMembersNoSystemUsersAsList() - Method in interface gw.pl.community.entity.Group
-
Returns all the users in this group that are members but who aren't system users.
- getMembersNoSystemUsersSortedByName() - Method in interface gw.pl.community.entity.Group
-
Returns all the users in this group that are members, sorted by name
- getMemoryMonitor() - Static method in class gw.config.CommonServices
-
- getMemoryMonitor() - Method in class gw.lang.gosuc.GosucProject
-
- getMergeScriptResourceNames() - Method in class gw.plugin.document.impl.BaseExcelDocumentProductionImpl
-
- getMergeScriptResourceNames() - Method in class gw.plugin.document.impl.BaseMailMergeDocumentProductionImpl
-
Gets name of resource containing the JavaScript code which is needed to do the actual merge.
- getMergeScriptResourceNames() - Method in class gw.plugin.document.impl.BaseWordDocumentProductionImpl
-
- getMessage() - Method in class gw.api.admin.EventMessage
-
Looks up and returns the actual message entity associated with this object.
- getMessage(Long) - Static method in class gw.api.admin.MessagingUtil
-
Looks up a message object based on the supplied ID.
- getMessage() - Method in interface gw.api.contact.AddressBookMatch
-
Gets the message that should be displayed to the user regarding this definitive match.
- getMessage() - Method in class gw.api.util.LoginForm
-
- getMessage() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
the current message
- getMessage() - Method in class gw.api.web.tools.BatchProcessInfoPage
-
- getMessage() - Method in exception gw.api.webservice.exception.SOAPException
-
The message associated with this exception
- getMessage() - Method in exception gw.lang.parser.EvaluationException
-
- getMessage() - Method in exception gw.lang.parser.exceptions.ErrantGosuClassException
-
- getMessage() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getMessage() - Method in exception gw.lang.parser.template.TemplateParseException
-
- getMessage() - Method in class gw.lang.reflect.IProvidesCustomErrorInfo.CustomErrorInfo
-
- getMessage() - Method in class gw.plugin.management.Notification
-
Message
- getMessage() - Method in class gw.plugin.security.CredentialVerificationResult
-
Get message associated with result
- getMessage() - Method in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- getMessage() - Method in interface gw.testharness.LoggerCapturedEvent
-
- getMessage() - Method in class gw.testharness.LoggerCapturedEventImpl
-
- getMessage() - Method in class gw.testharness.v3.LoggerCapturedEventImpl
-
- getMessage1() - Method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Gets the message1 value for this SOAPException.
- getMessageArgs() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getMessageArgs() - Method in interface gw.lang.parser.IParseIssue
-
- getMessageArgs() - Method in interface gw.lang.reflect.ITypeParseIssue
-
- getMessageArgs() - Method in class gw.xml.parser2.XMLParseIssue
-
- getMessageCode() - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- getMessageEntries() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
- getMessageEntry(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the MessageEntry with the given QName.
- getMessageFinder() - Static method in class gw.api.messaging.MessageDestinationUtil
-
This will return MessageFinder for use in message plugins.
- getMessageId() - Method in class gw.api.admin.EventMessage
-
- getMessageID() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Get the ID of the message to which this acknowledgement refers.
- getMessageId(String, int) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Deprecated.
Please use {@link #getMessageIdBySenderRefId(String, int) instead.
- getMessageId(String, int) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- getMessageIdBySenderRefId(String, int) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Gets the message id for a message with a specific sender ref id and a specific destination id.
- getMessageIdBySenderRefId(String, int) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- getMessageKey() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getMessageKey() - Method in interface gw.lang.parser.IParseIssue
-
- getMessageKey() - Method in interface gw.lang.reflect.ITypeParseIssue
-
- getMessageKey() - Method in class gw.xml.parser2.XMLParseIssue
-
- getMessageName() - Method in class gw.api.admin.EventMessage
-
- getMessageRoot() - Method in interface gw.pl.messaging.entity.Message
-
Get the message root of this message.
- getMessageRoot() - Method in interface gw.pl.messaging.entity.MessageHistory
-
Get the message root of this message.
- getMessages() - Method in class gw.plugin.approval.ApprovalResult
-
- getMessages() - Method in class gw.smoketest.platform.web.MessagesElement
-
- getMessages() - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the messages rendered on the current page
- getMessages(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the messages rendered by the given widget
- getMessageSinkID() - Method in class gw.api.messaging.SynchStateData
-
- getMessagesReceived() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns the number of received messages.
- getMessagesSent() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns the number of sent messages.
- getMessageStatistics() - Static method in class gw.api.admin.DestinationMessageStatisticsUtil
-
Creates and returns a DestinationMessageStatistics object for each destination in the system.
- getMessageStatisticsForSafeOrderedObject(int, String) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Gets all the message statistics of a given destination and safe ordered object.
- getMessageStatisticsForSafeOrderedObject(int, String) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- getMessageStatusString(int) - Static method in class gw.pl.messaging.MessageStatus
-
- getMessagingHelper() - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
Get the MessagingHelper
- getMetadata() - Method in interface gw.test.ITestWithMetadata
-
Returns any applicable metadata for the tests in this class.
- getMetadata() - Method in class gw.test.TestBreakInfo
-
- getMetadata() - Method in class gw.test.TestClass
-
- getMetadataDifferences(XMLDocumentTemplateDescriptor) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
Method used for testing parse process; compares whether this descriptor and another have the same
set of info
- getMetadataDir() - Static method in class gw.plugin.document.DocumentConfigUtil
-
This will use the web app's directory to store the metadata files.
- getMetadataPropertyNames() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the set of extra metadata properties which exist in the document template definition.
- getMetadataPropertyNames() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getMetadataPropertyValue(String) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the value specified for the given metadata property in this template descriptor.
- getMetadataPropertyValue(String) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getMetaType() - Method in class gw.lang.reflect.AbstractType
-
- getMetaType() - Method in interface gw.lang.reflect.IType
-
- getMethod(IJavaMethodDescriptor) - Method in interface gw.lang.javadoc.IClassDocNode
-
- getMethod(String, Type[]) - Method in interface gw.lang.javadoc.IClassDocNode
-
- getMethod(IType, CharSequence, IType...) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getMethod(CharSequence, IType...) - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getMethod(CharSequence, IType...) - Method in class gw.lang.reflect.BaseTypeInfo
-
- getMethod(IType, CharSequence, IType...) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getMethod(IRelativeTypeInfo.Accessibility, CharSequence, IType...) - Method in class gw.lang.reflect.FeatureManager
-
- getMethod(CharSequence, IType...) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getMethod(IType, CharSequence, IType...) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getMethod(CharSequence, IType...) - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getMethod(IType, CharSequence, IType...) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getMethod(CharSequence, IType...) - Method in interface gw.lang.reflect.ITypeInfo
-
Returns a IMethodInfo matching the specified name and parameter types or
null if no match is found.
- getMethod(String, IJavaClassInfo...) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getMethod(String, IJavaClassInfo...) - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getMethod() - Method in interface gw.lang.reflect.java.IJavaMethodDescriptor
-
- getMethod() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getMethod(CharSequence, IType...) - Method in class gw.lang.reflect.TypeInfoBase
-
- getMethod() - Method in class gw.testharness.clustering.InvokeMethodRequest
-
- getMethod(CharSequence, IType...) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getMethod(IType, CharSequence, IType...) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getMethodBody() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getMethodByClassByNameAndByArgumentTypes(Class, String, Class[]) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getMethodCall() - Method in interface gw.lang.parser.statements.IMethodCallStatement
-
- getMethodDescriptor() - Method in interface gw.lang.parser.expressions.IBeanMethodCallExpression
-
- getMethodDescriptors() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getMethodDescriptors() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getMethodDocs() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getMethodDocs() - Method in interface gw.lang.reflect.java.IJavaPropertyInfo
-
- getMethodFromName(String, Class[]) - Method in class gw.api.startable.StartableServiceImpl
-
- getMethodFromName(String, Class[]) - Method in class gw.plugin.document.impl.BFOMergeHandler
-
- getMethodInfo() - Method in class gw.api.tools.SampleDataMethod
-
- getMethodInfo() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getMethodInfo() - Method in interface gw.lang.reflect.features.IMethodReference
-
Returns the method info for this reference
- getMethodInfo() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getMethodInfo() - Method in class gw.lang.reflect.features.MethodReference
-
- getMethodInfo() - Method in class gw.lang.reflect.FunctionType
-
- getMethodInfo() - Method in interface gw.lang.reflect.IFunctionType
-
An associated IMethodInfo.
- getMethodInfo() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getMethodName() - Method in interface gw.lang.parser.expressions.IPropertyAsMethodCallIdentifier
-
- getMethodNameForSyntheticAccess() - Method in interface gw.lang.parser.expressions.IFieldAccessExpression
-
- getMethodNames() - Method in class gw.testharness.QuickRemoteTestSuite
-
- getMethodOrConstructorInfo(boolean) - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getMethodOrConstructorInfo() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getMethodOrConstructorInfo() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getMethodOrConstructorInfo() - Method in class gw.lang.reflect.FunctionType
-
- getMethodOrConstructorInfo() - Method in interface gw.lang.reflect.IFunctionType
-
- getMethodOrConstructorInfo() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getMethods() - Method in class gw.i18n.ILocaleTypeInfo
-
- getMethods(ITypeInfo, IType) - Method in interface gw.lang.IGosuShop
-
- getMethods() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- getMethods() - Method in class gw.lang.ir.IRClass
-
- getMethods() - Method in interface gw.lang.javadoc.IClassDocNode
-
- getMethods() - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getMethods(IType) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getMethods() - Method in class gw.lang.reflect.BaseTypeInfo
-
- getMethods() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getMethods(IType) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getMethods(IRelativeTypeInfo.Accessibility) - Method in class gw.lang.reflect.FeatureManager
-
- getMethods() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getMethods(IType) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getMethods() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getMethods(IType) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getMethods() - Method in interface gw.lang.reflect.ITypeInfo
-
- getMethods(IJavaClassInfo) - Static method in class gw.lang.reflect.java.IJavaClassInfo.Util
-
- getMethods(String) - Method in class gw.lang.reflect.MethodList
-
- getMethods(ITypeInfo, IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getMethods() - Method in class gw.lang.ScriptParametersTypeInfo
-
- getMethods() - Method in class gw.test.TestSpec
-
- getMethods() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getMethods() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getMethods() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getMethods(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getMethodSignature() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getMethodSignature(IMethodInfo) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getMethodsSorted(Class<?>) - Method in class gw.test.ClassByteCodeAnalyzer
-
Returns list of methods according to their order in the source file.
- getMethodsSorted(Class<T>) - Static method in class gw.test.TestClassHelper
-
Returns list of methods according to their order in the source file.
- getMethodType() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getMIMEType() - Method in interface gw.api.web.WebFile
-
- getMimeType() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the type of document which will be created from this document template.
- getMimeType() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getMimeTypeDescription(String) - Static method in class gw.document.DocumentsUtilBase
-
Returns the user-facing description for a MIME type.
- getMimeTypes() - Static method in class gw.document.DocumentsUtilBase
-
Returns a list of all available MIME types.
- getMinEditDistance() - Method in class gw.pl.util.diff.lcs.LongestCommonSubsequence
-
- getMinElapsed() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getMinLength() - Method in class gw.api.database.DatabaseRow
-
- getMinLength() - Method in class gw.api.system.StringParameterKey
-
Returns minimum length of string (inclusive).
- getMinLength() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getMinMaxContactId(SQLFunction) - Static method in class gw.api.contact.ContactAutoSyncUtilBase
-
- getMinOccurs() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getMinOccurs() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getMinOccurs() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getMinOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDAll
-
- getMinOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDChoice
-
- getMinOccurs() - Method in class gw.xml.xsd.schema.XSDElement
-
- getMinOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDElementContainer
-
- getMinOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDGroup
-
- getMinOccurs(XSDElement) - Method in class gw.xml.xsd.schema.XSDSequence
-
- getMinor() - Method in class gw.lang.GosuVersion
-
- getMinute(Date) - Static method in class gw.api.util.DateUtil
-
Get the minute of the given date
- getMinute(Date) - Static method in class gw.date.GosuDateUtil
-
Get the minute of the time
- getMinute() - Method in class gw.xml.date.AbstractXmlDateType
-
- getMinute() - Method in class gw.xml.date.XmlDateTime
-
- getMinute() - Method in class gw.xml.date.XmlTime
-
- getMinutes() - Method in class gw.xml.date.XmlDuration
-
- getMinValue() - Method in class gw.api.system.DoubleParameterKey
-
Returns minimum value.
- getMinValue() - Method in class gw.api.system.IntegerParameterKey
-
Returns minimum value.
- getMinX() - Method in class gw.pl.util.Rectangle
-
- getMinY() - Method in class gw.pl.util.Rectangle
-
- getMisses() - Method in class gw.api.tools.CacheByUserStatistics
-
- getMisses() - Method in class gw.util.concurrent.Cache
-
- getMissesAsPercentage() - Method in class gw.api.tools.CacheByUserStatistics
-
- getMissPercentage() - Method in class gw.api.tools.CacheByUserStatistics
-
- getMissPercentage() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the percentage of requests that resulted in cache misses.
- getMissTraces() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Returns a frequency map of cache misses, whose keys are stack trace lines (Strings) and whose
values are Integer frequencies.
- getMixedContent() - Method in class gw.xml.XmlBase
-
Returns the mixed content of this element.
- getModelDate() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Date when this branch was promoted, NULL is this branch is still a draft.
- getModelNumber() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Model numbers are minted in the order in which a branch within this period
is promoted, e.g. when a new submission is promoted its model number
becomes 1, when a policy change on that submission is promoted its model
number is 2, and so on.
- getModifierInfo() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getModifierInfo() - Method in interface gw.lang.parser.ISymbol
-
- getModifierInfo() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getModifiers() - Method in class gw.lang.ir.IRClass
-
- getModifiers() - Method in class gw.lang.ir.IRClass.InnerClassInfo
-
- getModifiers() - Method in class gw.lang.ir.statement.IRFieldDecl
-
- getModifiers() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getModifiers() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getModifiers() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getModifiers() - Method in interface gw.lang.parser.IFunctionSymbol
-
Returns the modifiers for this function symbol
- getModifiers() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getModifiers() - Method in interface gw.lang.parser.IReducedSymbol
-
- getModifiers() - Method in class gw.lang.reflect.DefaultArrayType
-
- getModifiers() - Method in class gw.lang.reflect.FunctionType
-
- getModifiers() - Method in interface gw.lang.reflect.IModifierInfo
-
- getModifiers() - Method in interface gw.lang.reflect.IType
-
Returns the modifiers for this type, encoded in an integer.
- getModifiers() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getModifiers() - Method in class gw.lang.reflect.java.asm.AsmField
-
- getModifiers() - Method in class gw.lang.reflect.java.asm.AsmInnerClassType
-
- getModifiers() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getModifiers() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getModifiers() - Method in interface gw.lang.reflect.java.IJavaClassConstructor
-
- getModifiers() - Method in interface gw.lang.reflect.java.IJavaClassField
-
- getModifiers() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getModifiers() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getModifiers() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getModifiers() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getModifiers() - Method in class gw.lang.reflect.TypeBase
-
- getModifiers() - Method in class gw.xml.parser2.LocationRefType
-
- getModifiers() - Method in class gw.xml.parser2.XMLNodeType
-
- getModifiersFrom(IAttributedFeatureInfo) - Static method in class gw.lang.reflect.Modifier
-
- getModifierWithType(IVisibilityModifierType) - Method in interface gw.lang.reflect.IScriptabilityModifier
-
- getModifierWithType(IVisibilityModifierType) - Method in class gw.lang.reflect.ScriptabilityModifier
-
- getModule(IType) - Static method in class gw.lang.GosuShop
-
- getModule() - Method in interface gw.lang.IModuleAware
-
- getModule() - Method in interface gw.lang.parser.IParsedElement
-
- getModule() - Method in interface gw.lang.reflect.gs.IGosuClassRepository
-
The module having this repository
- getModule() - Method in class gw.lang.reflect.gs.TypeName
-
- getModule() - Method in interface gw.lang.reflect.INamespaceType
-
- getModule() - Method in interface gw.lang.reflect.ITypeLoader
-
- getModule() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getModule() - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getModule() - Method in interface gw.lang.reflect.java.ITypeInfoResolver
-
- getModule() - Method in class gw.lang.reflect.module.Dependency
-
- getModule(String) - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getModule(IResource) - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getModule(URL) - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getModule() - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- getModule() - Method in class gw.lang.reflect.TypeLoaderBase
-
- getModule(String) - Method in class gw.pl.modules.ModulesNode
-
- getModuleClassLoader() - Method in interface gw.lang.reflect.module.IModule
-
Get class loader, associated with this module.
- getModuleFromType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getModuleName() - Method in class gw.lang.gosuc.GosucDependency
-
- getModuleRoot(String) - Static method in class gw.api.util.ConfigAccess
-
Returns the root directory for the given module.
- getModules() - Method in class gw.lang.gosuc.GosucProject
-
- getModules() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getModules() - Method in class gw.pl.modules.ModulesNode
-
- getModulesFile() - Method in class gw.pl.modules.ModulesNode
-
- getModulesRoot() - Method in class gw.pl.modules.ModulesNode
-
- getModuleTraversalList() - Method in interface gw.lang.reflect.module.IModule
-
- getModuleTypeLoader() - Method in interface gw.lang.reflect.module.IModule
-
- getMonitoredObject() - Method in class gw.lang.ir.statement.IRMonitorLockAcquireStatement
-
- getMonitoredObject() - Method in class gw.lang.ir.statement.IRMonitorLockReleaseStatement
-
- getMonth(Date) - Static method in class gw.api.util.DateUtil
-
The month of the year.
- getMonth(Date) - Static method in class gw.date.GosuDateUtil
-
The month of the year.
- getMonth() - Method in class gw.xml.date.AbstractXmlDateType
-
- getMonth() - Method in class gw.xml.date.XmlDate
-
- getMonth() - Method in class gw.xml.date.XmlDateTime
-
- getMonth() - Method in class gw.xml.date.XmlMonth
-
- getMonth() - Method in class gw.xml.date.XmlMonthDay
-
- getMonth() - Method in class gw.xml.date.XmlYearMonth
-
- getMonthName(int) - Static method in class gw.api.util.DateUtil
-
Gets the name of the given month.
- getMonths() - Method in class gw.xml.date.XmlDuration
-
- getMoveDownInstruction(IParseTree) - Static method in class gw.util.GosuRefactorUtil
-
- getMoveUpInstruction(IParseTree) - Static method in class gw.util.GosuRefactorUtil
-
- getMulticastAddress() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getMulticastPort() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getMulticastTtl() - Method in class gw.testharness.clustering.ClusterTest
-
- getMulticastTtl() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getMultiValues() - Method in class gw.smoketest.platform.web.MultiSelectElement
-
gets selected values of this select-multiple element
- getMutableAttributes() - Method in class gw.xml.AbstractXMLNode
-
- getMviewSchema() - Method in class gw.api.tools.DatabaseInfo.MaterializedViewInfo
-
- getMyClassLoader(Object) - Static method in class gw.pl.util.ClassLoaderUtil
-
- getMyClassLoader(Class) - Static method in class gw.pl.util.ClassLoaderUtil
-
- getMyFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - get activities assigned to current user.
- getName() - Method in interface gw.api.database.ColumnRef
-
- getName() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getName() - Method in class gw.api.database.DatabaseParameterSet
-
- getName() - Method in interface gw.api.database.upgrade.after.IAfterUpgradeColumn
-
- getName() - Method in interface gw.api.database.upgrade.after.IAfterUpgradeTable
-
- getName() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeReadOnlyColumn
-
- getName() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeReadOnlyTable
-
- getName() - Method in interface gw.api.database.WebDBColumn
-
- getName() - Method in interface gw.api.database.WebDBTable
-
- getName() - Method in class gw.api.email.AbstractEmailMessageTransport.DocumentContentsDataSource
-
- getName() - Method in class gw.api.email.EmailContact
-
- getName() - Method in enum gw.api.messaging.MessageProcessingDirection
-
The processing direction.
- getName() - Method in interface gw.api.profiler.DbmsReportZipProvider
-
- getName() - Method in interface gw.api.profiler.ProfilerDataSource
-
- getName() - Method in class gw.api.reflect.graph.PropertyAttribute
-
Returns the name of the edge.
- getName(PluginDef) - Static method in class gw.api.startable.StartablePluginPageHelper
-
- getName() - Method in class gw.api.suite.GuidewireProductInfo
-
- getName() - Method in class gw.api.system.ParameterKey
-
Get the name of the parameter in config.xml.
- getName() - Method in class gw.api.tools.DatabaseInfo.MaterializedViewNVPairInfo
-
- getName() - Method in class gw.api.tools.DatabaseStorageValues
-
- getName() - Method in class gw.api.tools.EntityDisplayInfo
-
- getName() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- getName() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getName() - Method in class gw.api.tools.SampleDataParam
-
- getName() - Method in class gw.api.tools.SmokeTestSearchResult
-
- getName() - Method in class gw.api.tools.UpgradeNameValuePair
-
- getName() - Method in interface gw.api.web.WebFile
-
- getName() - Method in class gw.api.webservice.messagingTools.FieldChangeValue
-
- getName() - Method in class gw.api.webservice.pl.FieldValue
-
The name of the field on the entity; case insensitive
- getName() - Method in class gw.api.webservice.templateTools.validation.NameTypePair
-
- getName() - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the name field on TypeKey
- getName() - Method in class gw.api.webservice.zone.InsertTransaction
-
- getName() - Method in class gw.api.webservice.zone.InsertZoneLinkTransaction
-
- getName() - Method in class gw.api.webservice.zone.InsertZoneTransaction
-
- getName() - Method in interface gw.datatype.IDataType
-
Gets the name of this datatype.
- getName() - Method in class gw.document.DocumentCreationInfo.DynamicWidgetInfo
-
Returns the internal unique name of the corresponding context object.
- getName() - Method in interface gw.entity.IQueryColumn
-
- getName() - Method in interface gw.entity.TypeKey
-
- getName() - Method in interface gw.fs.IResource
-
Gets this file's or directory's name.
- getName() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- getName() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getName() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- getName() - Method in class gw.fs.physical.win32.Win32FindData
-
- getName() - Method in class gw.fs.ResourcePath
-
Returns the leaf name of this resource path.
- getName() - Method in class gw.fs.url.URLFileImpl
-
- getName() - Method in class gw.lang.gosuc.GosucArg
-
- getName() - Method in class gw.lang.gosuc.GosucModule
-
- getName() - Method in class gw.lang.gosuc.GosucProject
-
- getName() - Method in class gw.lang.ir.expression.IRFieldGetExpression
-
- getName() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getName() - Method in class gw.lang.ir.IRClass
-
- getName() - Method in class gw.lang.ir.IRSymbol
-
- getName() - Method in interface gw.lang.ir.IRType
-
- getName() - Method in class gw.lang.ir.statement.IRFieldDecl
-
- getName() - Method in class gw.lang.ir.statement.IRFieldSetStatement
-
- getName() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getName() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getName() - Method in class gw.lang.ir.SyntheticIRType
-
- getName() - Method in interface gw.lang.javadoc.IMethodNode
-
- getName() - Method in interface gw.lang.javadoc.IParamNode
-
- getName() - Method in interface gw.lang.javadoc.IVarNode
-
- getName() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getName() - Method in interface gw.lang.parser.expressions.INameInDeclaration
-
- getName() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- getName() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getName() - Method in interface gw.lang.parser.IReducedSymbol
-
- getName() - Method in interface gw.lang.parser.ISymbol
-
Returns the Symbol's name.
- getName() - Method in class gw.lang.parser.Keyword
-
- getName() - Method in class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- getName() - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getName() - Method in class gw.lang.reflect.BaseTypeInfo
-
- getName() - Method in class gw.lang.reflect.DefaultArrayType
-
- getName() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getName() - Method in class gw.lang.reflect.FeatureCategory
-
- getName() - Method in class gw.lang.reflect.FunctionType
-
- getName() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getName() - Method in interface gw.lang.reflect.gs.IGenericTypeVariable
-
- getName() - Method in interface gw.lang.reflect.IAnnotationInfo
-
- getName() - Method in interface gw.lang.reflect.IFeatureInfo
-
Gets the programmatic name or identifier of this feature.
- getName() - Method in interface gw.lang.reflect.IMethodInfo
-
- getName() - Method in class gw.lang.reflect.ImplicitPropertyUtil.ImplicitPropertyInfo
-
- getName() - Method in interface gw.lang.reflect.IType
-
The fully qualified name of this intrinsic type.
- getName() - Method in interface gw.lang.reflect.IVisibilityModifierType
-
- getName() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getName() - Method in class gw.lang.reflect.java.asm.AsmField
-
- getName() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getName() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getName() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- getName() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getName() - Method in interface gw.lang.reflect.java.IJavaClassField
-
- getName() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getName() - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getName() - Method in interface gw.lang.reflect.java.IJavaClassTypeVariable
-
- getName() - Method in interface gw.lang.reflect.java.IJavaMethodDescriptor
-
- getName() - Method in interface gw.lang.reflect.java.IJavaParameterDescriptor
-
- getName() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getName() - Method in class gw.lang.reflect.java.JavaExceptionInfo
-
- getName() - Method in class gw.lang.reflect.LazyType
-
- getName() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getName() - Method in interface gw.lang.reflect.module.IModule
-
- getName() - Method in interface gw.lang.reflect.module.IProject
-
- getName() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getName() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getName() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getName() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getName() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getName() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- getName() - Method in class gw.lang.reflect.StandardVisibilityModifierType
-
- getName() - Method in class gw.lang.reflect.TypeInfoBase
-
- getName() - Method in interface gw.pl.external.typelist.TypeKey
-
- getName() - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- getName() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- getName() - Method in class gw.pl.main.SimpleToolMain
-
- getName() - Method in class gw.pl.modules.ModuleNode
-
- getName() - Method in class gw.pl.modules.ModulePropertyNode
-
- getName() - Method in class gw.pl.modules.pom.PomModuleSpec
-
- getName() - Method in interface gw.pl.persistence.type.DynamicEntityPropertyInfoReference
-
Gets the name of the entity property.
- getName() - Method in interface gw.pl.persistence.type.EntityPropertyInfoReference
-
Gets the name of the property referred to by this object.
- getName() - Method in class gw.pl.util.FilteringDirectory
-
- getName() - Method in interface gw.plugin.cluster.ClusterTransport
-
Name of the protocol.
- getName() - Method in class gw.plugin.cluster.StatisticsAttributeInfo
-
- getName() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the human-readable name of the template in the current locale
- getName(ILocale) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the human-readable localized name of the template.
- getName() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getName(ILocale) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getName() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email Name
- getName() - Method in interface gw.plugin.ISimpleTemplateDescriptor
-
- getName() - Method in class gw.plugin.management.Attribute
-
Name
- getName() - Method in class gw.plugin.management.AttributeInfo
-
Name
- getName() - Method in class gw.plugin.management.GWMBeanInfo
-
Name
- getName() - Method in class gw.plugin.management.NotificationInfo
-
Name
- getName() - Method in class gw.plugin.management.OperationInfo
-
Name
- getName() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Name
- getName() - Method in class gw.rules.RuleName
-
Returns the rule name
- getName() - Method in interface gw.test.ITestMetadata
-
- getName() - Method in class gw.test.remote.RemoteTestClassWrapper
-
- getName() - Method in class gw.test.TestBreakInfo
-
- getName() - Method in class gw.test.TestClass
-
- getName() - Method in class gw.test.TestClassWrapper
-
- getName() - Method in class gw.test.TestMetadata
-
- getName() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getName() - Method in class gw.testharness.QuickRemoteTestSuite
-
- getName() - Method in class gw.util.cache.FqnCacheNode
-
- getName() - Method in interface gw.util.ILogger
-
- getName() - Method in class gw.util.SystemOutLogger
-
- getName() - Method in class gw.xml.parser2.LocationRefType
-
- getName(T, ISymbolTable) - Method in class gw.xml.parser2.NameOnlySymbolProvider
-
- getName(T, ISymbolTable) - Method in class gw.xml.parser2.SingleInferredSymbolProvider
-
- getName(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.StaticInferredSymbolProvider
-
- getName(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.ValueSymbolProvider
-
- getName() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getName() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getName() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getName() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns the name of this node.
- getName() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- getName() - Method in class gw.xml.xsd.info.XSDChoiceInfo
-
- getName() - Method in class gw.xml.xsd.info.XSDGroupInfo
-
- getName() - Method in interface gw.xml.xsd.info.XSDGroupingInfoDelegate
-
- getName() - Method in class gw.xml.xsd.info.XSDSequenceInfo
-
- getName() - Method in interface gw.xml.xsd.schema.IXSDType
-
- getName() - Method in class gw.xml.xsd.schema.XSDAttribute
-
- getName() - Method in class gw.xml.xsd.schema.XSDAttributeGroup
-
- getName() - Method in class gw.xml.xsd.schema.XSDElement
-
- getName() - Method in class gw.xml.xsd.schema.XSDGroup
-
- getName() - Method in class gw.xml.xsd.schema.XSDTypeBase
-
- getName() - Method in class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.ParentPropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDAttributePropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDChildElementPropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDChildListPropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDGroupingListPropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDGroupingPropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDNodeValuePropertyInfo
-
- getName() - Method in class gw.xml.xsd.typeloader.XSDSimpleChildPropertyInfo
-
- getNameable() - Method in class gw.api.tools.PickerRow
-
- getNamedArgOrder() - Method in class gw.lang.reflect.MethodScore
-
- getNameForType(Type) - Static method in class gw.pl.util.ClassUtil
-
- getNameForTypeKey(TypeKey) - Method in interface gw.pl.custom.entity.DateCriteria
-
The name of the given type key.
- getNameFromType() - Method in class gw.lang.reflect.LazyType
-
- getNameNoPackage(Class) - Static method in class gw.lang.reflect.ClassUtil
-
Returns the relative name of a class without its package.
- getNameNoPackage(String) - Static method in class gw.lang.reflect.ClassUtil
-
Returns the relative name of a class without its package.
- getNameNoPackage(String) - Static method in class gw.util.GosuClassUtil
-
- getNameOffset(String) - Method in interface gw.lang.parser.IParsedElementWithAtLeastOneDeclaration
-
The offset of the token representing the name for the declaration
- getNameOfParams(IType[], boolean, boolean) - Method in interface gw.lang.reflect.ITypeSystem
-
- getNameOfParams(IType[], boolean, boolean) - Static method in class gw.lang.reflect.TypeSystem
-
- getNameOfSyncEventForAdd() - Method in interface gw.entity.IEventType
-
- getNameOfSyncEventForChange() - Method in interface gw.entity.IEventType
-
- getNameOfSyncEventForRemoval() - Method in interface gw.entity.IEventType
-
- getNames(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.MultipleInferredSymbolProvider
-
- getNameSansProxy(IType) - Static method in class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- getNameSansProxy(String) - Static method in class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- getNameSignature() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getNameSignature() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getNamespace(IEntityType) - Method in class gw.api.importing.XmlExporterXmlElement
-
Deprecated.
- getNamespace(IEntityType) - Method in class gw.api.importing.XmlExporterXmlWriter
-
Deprecated.
- getNamespace() - Method in class gw.api.reflect.TypeName
-
- getNamespace() - Method in interface gw.lang.parser.statements.INamespaceStatement
-
- getNamespace() - Method in class gw.lang.reflect.DefaultArrayType
-
- getNamespace() - Method in class gw.lang.reflect.FunctionType
-
- getNamespace() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getNamespace() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getNamespace() - Method in interface gw.lang.reflect.IType
-
The namespace for this class.
- getNamespace(String) - Method in interface gw.lang.reflect.ITypeSystem
-
- getNamespace() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getNamespace() - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getNamespace() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getNamespace(String) - Static method in class gw.lang.reflect.TypeSystem
-
- getNamespace(String, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getNamespace() - Method in class gw.xml.parser2.LocationRefType
-
- getNamespace() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getNamespace() - Method in class gw.xml.XmlElement
-
Returns the namespace of this element.
- getNamespace() - Method in class gw.xml.xsd.typeloader.registry.XSDNode
-
- getNamespace() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getNamespace() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getNamespace() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getNamespaceContext() - Method in class gw.xml.XmlElement
-
Returns the namespace context of this element.
- getNamespaceExcludes() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Returns the list of excludes to specifically exclude
from the generated source.
- getNamespaceFor(String) - Static method in class gw.api.importing.ImportingUtil
-
Deprecated.
This method will be removed in a future release. Only one schema namespace for entity type is available.
There is no differentiation on domain and other schmea namespace anymore.
- getNamespaceForDirectory(IDirectory) - Method in interface gw.lang.reflect.ITypeLoader
-
- getNamespaceForDirectory(IDirectory) - Method in class gw.lang.reflect.SimpleTypeLoader
-
- getNamespaceForDirectory(IDirectory) - Method in class gw.lang.reflect.TypeLoaderBase
-
- getNamespaceIncludes() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Returns the list of namespaces specifically excluded
from the generated code.
- getNamespaceMap() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the map of namespace -> Java package names
- getNamespaces() - Method in interface gw.lang.parser.ITypeUsesMap
-
Returns the set of strings representing the namespaces that are currently
used by this parser.
- getNamespaces() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Method getNamespaces
- getNamespacesFromTypeNames(Set<? extends CharSequence>, Set<String>) - Method in interface gw.lang.reflect.ITypeSystem
-
- getNamespacesFromTypeNames(Set<? extends CharSequence>, Set<String>) - Static method in class gw.lang.reflect.TypeSystem
-
- getNamespaceURI() - Method in class gw.xml.XmlNamespace
-
Returns the namespace URI of this namespace.
- getNamespaceURIForPrefix(String) - Method in class gw.xml.AbstractXMLNode
-
Gets the namespace for the given prefix.
- getNamespaceURIForPrefix(String) - Method in interface gw.xml.IReadOnlyXMLNode
-
- getNameValuePairArrays() - Method in class gw.api.database.DatabaseParameterSet
-
- getNameWithArrayBrackets() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getNameWithArrayBrackets() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getNameWithBounds(boolean) - Method in interface gw.lang.reflect.gs.IGenericTypeVariable
-
- getNameWithEnclosingType() - Method in interface gw.lang.reflect.ITypeVariableType
-
- getNameWithFirstLetterCapped(String) - Static method in class gw.pl.util.ClassUtil
-
- getNameWithoutExt(File) - Static method in class gw.pl.util.FileUtil
-
- getNameWithoutExt(String) - Static method in class gw.pl.util.FileUtil
-
- getNameWithQualifiedTypeVariables(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getNameWithQualifiedTypeVariables(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getNationalNumber() - Method in interface gw.api.util.phone.GWPhoneNumber
-
- getNationalNumber() - Method in class gw.api.util.phone.GWPhoneNumberBuilder
-
Returns the national subscriber number current attached to the builder
- getNationalNumber() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- getNationalNumber() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- getNationalNumberFormatted() - Method in interface gw.api.util.phone.GWPhoneNumber
-
- getNationalNumberFormatted() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- getNationalNumberFormatted() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- getNationalSubscriberNumber() - Method in class gw.api.phone.PhoneDelegateBase
-
- getNationalSubscriberNumber() - Method in interface gw.api.phone.PhoneFields
-
- getNativeModule() - Method in class gw.lang.gosuc.GosucModule
-
- getNativeModule() - Method in interface gw.lang.reflect.module.IModule
-
- getNativeModule() - Method in interface gw.lang.reflect.module.INativeModule
-
- getNativeProject() - Method in class gw.lang.gosuc.GosucProject
-
- getNativeProject() - Method in interface gw.lang.reflect.module.IProject
-
- getNativeSDK() - Method in interface gw.lang.reflect.module.IJreModule
-
- getNDaysBefore() - Method in class gw.api.util.CoreFilters.CompareNDays
-
- getNestedString(String, String) - Static method in class gw.util.GosuStringUtil
-
- getNestedString(String, String, String) - Static method in class gw.util.GosuStringUtil
-
- getNewExpression() - Method in class gw.lang.ir.statement.IRNewStatement
-
- getNewExpression() - Method in interface gw.lang.parser.statements.INewStatement
-
- getNewFieldName() - Method in class gw.api.util.mapping.NameTranslatingFieldMapper
-
- getNewFieldName() - Method in interface gw.api.util.mapping.NameTranslatingMapper
-
Returns the translated field name, corresponding to the
property in ClaimCenter.
- getNewId() - Method in class gw.smoketest.platform.web.PCFElement
-
- getNewItem() - Method in class gw.util.diff.sorted.Diff
-
Returns the new item.
- getNewValue() - Method in class gw.api.bean.compare.ui.BaseEntityDiffDisplay
-
The value to show in the new value column in the policy comparison UI.
- getNewValue() - Method in class gw.api.bean.compare.ui.BasePropertyDiffDisplay
-
The new value of the property, as a user displayable string.
- getNewValue() - Method in interface gw.api.bean.compare.ui.DiffDisplay
-
- getNewValue() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
The value to show in the new value column in the entity comparison UI.
- getNewValue() - Method in class gw.api.bean.compare.ui.PropertyDiffDisplay
-
The new value of the property, as a user displayable string.
- getNext() - Method in class gw.api.graph.traverse.BreadthFirstTraversal
-
Returns the next edge to process.
- getNext() - Method in class gw.api.graph.traverse.DepthFirstTraversal
-
Returns the next edge to be processed according to the traversal
strategy.
- getNext() - Method in interface gw.api.graph.traverse.TraversalStrategy
-
Gets (and consumes) the next edge to be traversed.
- getNextHighest() - Method in enum gw.api.system.server.Runlevel
-
Get the next highest runlevel
- getNextHighest() - Method in enum gw.api.webservice.WSRunlevel
-
Get the next highest runlevel
- getNextLowest() - Method in enum gw.api.system.server.Runlevel
-
Get the next lowest runlevel
- getNextLowest() - Method in enum gw.api.webservice.WSRunlevel
-
Get the next highest runlevel
- getNextRun() - Method in class gw.api.tools.BatchProcess
-
- getNextRun(BatchProcessType) - Static method in class gw.api.tools.BatchProcess
-
- getNextSequenceNumber(String, long) - Static method in class gw.api.webservice.DataObjectAPIImpl
-
- getNextSibling() - Method in interface gw.lang.parser.IParseTree
-
- getNextStackIndex() - Method in interface gw.lang.parser.IStackProvider
-
For compile-time assignment of stack indexes.
- getNextStackIndex() - Method in class gw.lang.parser.StandardSymbolTable
-
For compile-time assignment of stack indexes.
- getNextStackIndex() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getNextStackIndexForScope(IScope) - Method in interface gw.lang.parser.IStackProvider
-
For compile-time assignment of stack indexes at a particular scope.
- getNextStackIndexForScope(IScope) - Method in class gw.lang.parser.StandardSymbolTable
-
For compile-time assignment of stack indexes.
- getNextStackIndexForScope(IScope) - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getNinetiethPercentile() - Method in class gw.api.util.stats.StatisticsCollector
-
- getNinetyninethPercentile() - Method in class gw.api.util.stats.StatisticsCollector
-
- getNode() - Method in class gw.api.database.DatabaseOutlineHintInfo
-
- getNode(String) - Method in class gw.util.cache.FqnCache
-
- getNode(String) - Method in interface gw.util.cache.IFqnCache
-
- getNode(String) - Method in class gw.util.cache.WeakFqnCache
-
- getNode() - Method in interface gw.xml.parser2.IXMLParseIssue
-
- getNode() - Method in class gw.xml.parser2.XMLParseIssue
-
- getNodeClass() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getNodeId(T) - Method in class gw.api.graph.print.ColoringDotFormatter
-
Returns the node id.
- getNodeId(T) - Method in interface gw.api.graph.print.DotFormatter
-
Returns the node id for the given node.
- getNodeId(EntityDiff<KeyableBean>) - Method in class gw.api.graph.print.EntityDiffFormatter
-
- getNodeId(KeyableBean) - Method in class gw.api.graph.print.EntityDotFormatter
-
Gets the node id.
- getNodeId(T) - Method in class gw.api.graph.print.ITypeDotFormatter
-
Get the node id.
- getNodeID() - Method in interface gw.xml.xsd.IXMLNodeWithID
-
Returns the ID of this node.
- getNodeID() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- getNodeName() - Method in class gw.xml.parser2.BaseAbstractNode
-
- getNodeName() - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- getNodes() - Method in class gw.api.graph.BasicGraph
-
Gets the graph nodes.
- getNodes(Predicate<T>) - Method in interface gw.api.graph.GraphView
-
Returns a set of filtered nodes.
- getNodes() - Method in interface gw.api.graph.ReadableGraph
-
Returns a set of all nodes in the graph.
- getNodeSet() - Method in class gw.api.graph.CollectingVisitor
-
Returns the set of nodes.
- getNodeValueObject() - Method in class gw.xml.AbstractXMLNode
-
Gets the value of this node.
- getNonCanonicalFileName() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getNonNullPropertiesNotOnType(String) - Method in interface gw.api.archiving.upgrade.IArchivedEntity
-
Gets properties with non-null values on the current entity that do not exist on the new type.
- getNonValidatingSaxParserFactory() - Static method in class gw.pl.util.GWSAXParserFactory
-
- getNotApprovalFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity not an approval activity?
- getNotEnabledBatchProcessTypes() - Static method in class gw.api.profiler.BatchProcessWorkQueueProfilerPageHelper
-
- getNotEnabledMessageDestinationNames() - Static method in class gw.api.profiler.MessageDestinationProfilerPageHelper
-
- getNotEnabledWorkQueueNames() - Static method in class gw.api.profiler.BatchProcessWorkQueueProfilerPageHelper
-
- getNoteRelatedTo() - Method in interface gw.pl.note.entity.Note
-
Returns what the note's related to: either a Contact, an Exposure,
or the whole claim.
- getNotEscalatedFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity not escalated?
- getNoteTemplate(String) - Method in interface gw.plugin.note.INoteTemplateSource
-
Deprecated.
use method with locale
- getNoteTemplate(ILocale, String) - Method in interface gw.plugin.note.INoteTemplateSource
-
Returns the note template for the template filename.
- getNoteTemplates(String, String, String, String[]) - Method in interface gw.plugin.note.INoteTemplateSource
-
Deprecated.
use locale version
- getNoteTemplates(ILocale, Map) - Method in interface gw.plugin.note.INoteTemplateSource
-
Returns an array of note templates that satisfy the specified criteria.
- getNoteTemplatesBackingDir() - Static method in class gw.plugin.note.NoteConfigUtil
-
This will return a directory that is the source for templates
- getNoteVirtualDirectory() - Static method in class gw.plugin.note.NoteConfigUtil
-
This will return a virtual directory that is the source for templates
- getNotExternalFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity not externally owned?
- getNotifications() - Method in class gw.plugin.management.GWMBeanInfo
-
Notifications
- getNotificationTypes() - Method in class gw.plugin.management.NotificationInfo
-
NotificationTypes
- getNotProfilerEnabledStartablePluginNames() - Static method in class gw.api.startable.StartablePluginPageHelper
-
- getNotReviewExternalOpenFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - not assignment review, external and open.
- getNotReviewFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity not an assignment review activity?
- getNotReviewNotExternalFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - not assignment review, not external.
- getNotReviewOpenFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - not assignment review, open.
- getNullExpressionInstance() - Static method in class gw.lang.GosuShop
-
- getNullExpressionInstance() - Method in interface gw.lang.IGosuShop
-
- getNumActiveExecutors() - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
The number of active executors.
- getNumActiveWorkerItems() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of active workers.
- getNumActiveWorkers() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of active workers.
- getNumActiveWorkItems(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
This will get the number of active work items for a specific queue.
- getNumActiveWorkItems(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will get the number of active work items for a specific queue.
- getNumActiveWorkItems() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
the number of active work items (checkedout or available).
- getNumActiveWorkItems() - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
The number of active work items.
- getNumAllExec() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getNumAvailableWorkItems() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of available work items
- getNumber() - Method in class gw.api.admin.ImportDataConflict
-
Get the number identifying this conflict.
- getNumberOfArrays() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfColumns() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfEffDatedForeignKeys() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfEncryptedColumns() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfExtensionColumns() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfExtensionEffDatedForeignKeys() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfExtensionForeignKeys() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfExtensionIndexes() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfForeignKeys() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfIndexes() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfInstancesOfTestClassCreated(String) - Static method in class gw.test.TestClass
-
- getNumberOfItems() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getNumberOfReferencingExtensionForeignKeys() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfReferencingForeignKeys() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfSubtypes() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumberOfThreads() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getNumberOfUnindexedDenormColumns() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getNumBytes() - Method in enum gw.pl.util.BOM
-
- getNumCheckedoutWorkItems() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of checkedout work items
- getNumChildren() - Method in class gw.api.admin.GroupPickerTreeNode
-
- getNumChildren() - Method in class gw.api.admin.GroupTreeNode
-
- getNumChildren() - Method in class gw.api.admin.OrganizationTreeNode
-
- getNumChildren() - Method in class gw.api.admin.RootTreeNode
-
- getNumChildren() - Method in class gw.api.admin.UnassignedUsersGroupNode
-
- getNumChildren() - Method in interface gw.api.profiler.ProfilerFrame
-
- getNumChildren() - Method in class gw.api.profiler.ProfilerTag
-
- getNumChildren() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
This is a light weight funtion to get number of children for the node data, without fully retrieving them all.
- getNumChildren() - Method in class gw.api.tree.SimpleTreeNode
-
Returns the number of children of this node.
- getNumChildren() - Method in interface gw.api.tree.TreeNode
-
Returns the number of children of this node.
- getNumChildren() - Method in class gw.api.web.team.TeamTreeNode
-
- getNumChildren() - Method in class gw.api.web.util.BeanArrayTreeNode
-
- getNumChildren() - Method in class gw.api.web.util.BeanFieldsTreeNode
-
- getNumChildren() - Method in class gw.api.web.util.BeanTreeNode
-
- getNumChildren() - Method in class gw.smoketest.platform.web.TreeViewNodeElement
-
Gets the number of direct child nodes that have been loaded
- getNumChildren() - Method in class gw.xml.AbstractXMLNode
-
Gets the number of child nodes.
- getNumChildTreeNodes(String) - Method in interface gw.testharness.ISmokeTestHelper
-
- getNumColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumConflicts() - Method in class gw.api.admin.ImportDataInfo
-
The number of conflicts found when the file was imported.
- getNumDeleted() - Method in class gw.api.admin.ImportDataInfo
-
The number of records retired from this import
- getNumDenormSearchColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumDistinctArgLists() - Method in class gw.api.profiler.AggregatedQuerySummary
-
Returns the number of distinct argument lists for all of the queries
in this aggregated query summary.
- getNumDistinctArgLists() - Method in class gw.api.profiler.StackAggregatedQuerySummary
-
Returns the number of distinct argument lists for all of the queries
in this aggregated query summary.
- getNumEffDatedFKColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumEjections() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the number of objects evicted from the cache.
- getNumEntries(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the number of entries on page for the given iterator
- getNumErrorExecs() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getNumErrors() - Method in class gw.api.webservice.tableImport.TableImportResult
-
Returns the number of load errors generated by the operation.
- getNumExecsFinished() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getNumExecsInProgress() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getNumExecsNotStarted() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getNumExtensionColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumFailedWorkItems() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
the number of failed work items
- getNumFKColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumFound() - Method in class gw.plugin.solr.SolrResultSet
-
Return total number of records matched by this query
- getNumHits() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the number of cache hits.
- getNumHitsAsPercentage() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Formats the hit percentage as a string.
- getNumHotObjects() - Method in class gw.api.tools.DB2PDPageHelper
-
- getNumInCache() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the number of objects in the cache.
- getNumInconsistencies() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
This method is only valid for the following types of checks (NO_MATCH_ROWS).
- getNumItemsInQueue(BatchProcessType) - Static method in class gw.workqueue.WorkQueueTestUtil
-
Get number of times in queue
- getNumItemsInQueue(WorkQueue) - Static method in class gw.workqueue.WorkQueueTestUtil
-
Get number of items in Queue
- getNumLines() - Method in class gw.pl.io.StringLineWriter
-
Returns the number of lines.
- getNumLVElements() - Method in class gw.smoketest.platform.web.PagingElement
-
- getNumMinutesForCPUUtilization() - Method in class gw.api.tools.DB2PDPageHelper
-
- getNumMinutesForCPUUtilization() - Method in class gw.api.tools.MicrosoftDMVPageHelper
-
- getNumMisses() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the number of cache misses.
- getNumMissesAsPercentage() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Formats the miss percentage as a string.
- getNumMissesDueToEviction() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the number of cache misses due to eviction.
- getNumMissesDueToEvictionAsPercentage() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Formats the miss-due-to-eviction percentage as a string.
- getNumNullableColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumOptions() - Method in class gw.smoketest.platform.web.PagingElement
-
- getNumOptions() - Method in class gw.smoketest.platform.web.SelectElement
-
- getNumOutOfDateHistograms() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getNumOutOfDateIndices() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getNumRequests() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Gets the total number of cache requests.
- getNumResultsFromContactCenter(ContactSearchCriteria) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves the number of search results findable in Contact Center.
- getNumRetries() - Method in interface gw.pl.workqueue.entity.WorkItem
-
Return that number of retries, i.e.
- getNumRowsFromDateAnalysis(String, String) - Method in interface gw.pl.database.entity.TableDataDist
-
- getNumSenderThreads() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getNumSupportsLinguisticSearchColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumTabs() - Method in class gw.smoketest.platform.web.WorksheetTabBarElement
-
- getNumTestMethods() - Method in class gw.test.remote.RemoteTestClassWrapper
-
- getNumThreads() - Method in class gw.api.tools.DataDistDVHelper
-
- getNumTopQueries() - Method in class gw.api.tools.DB2PDPageHelper
-
- getNumTypeKeyColumns() - Method in class gw.api.database.DatabaseRow
-
- getNumVisits() - Method in class gw.api.tools.LocationUsageStat
-
- getNumVisits() - Method in class gw.api.tools.SharedSectionUsageStat
-
- getObject() - Method in class gw.api.util.stats.StatisticsCollector
-
- getObject(String) - Method in class gw.processes.WorkQueueInstrumentation
-
Returns current value if it exists or null.
- getObjectArray() - Method in interface gw.lang.reflect.gs.IGosuArrayClassInstance
-
- getObjectById(String, String, IFieldFilter[]) - Static method in class gw.api.webservice.DataObjectAPIImpl
-
- getObjectKey() - Method in class gw.api.webservice.messagingTools.CustomEvents
-
The object key associated with the additional acknowledgement update.
- getObjectKey() - Method in class gw.api.webservice.messagingTools.FieldChanges
-
The object key associated with the additional acknowledgement update.
- getOfficialID(OfficialIDType) - Method in interface gw.pl.contact.entity.Contact
-
Get official id by type (supports typinfo for XYZOfficialID) works only for non-state specific ids.
- getOfficialIDByTypeAndState(OfficialIDType, Jurisdiction) - Method in interface gw.pl.contact.entity.Contact
-
Get official id by state and type.
- getOfficialIDInsuredAndType() - Method in interface gw.pl.contact.entity.OfficialID
-
Returns a resolved display key (Java.OfficialID.InsuredAndOfficialIDType) that displays both the type of the
official ID and the display name of the contact who owns this official id.
- getOffset() - Method in interface gw.api.profiler.ProfilerFrame
-
- getOffset() - Method in class gw.api.profiler.ProfilerTag
-
- getOffset() - Method in interface gw.lang.parser.IParseTree
-
- getOffset() - Method in exception gw.lang.parser.template.TemplateParseException
-
- getOffset() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getOffset() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getOffsetMark() - Method in interface gw.lang.parser.ITokenizerOffsetMarker
-
- getOffsetShift() - Method in interface gw.lang.parser.IParserPart
-
- getOldItem() - Method in class gw.util.diff.sorted.Diff
-
Returns the old item.
- getOldStyleId() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getOldTableObjectObject() - Method in interface gw.api.database.ISimpleQueryBuilder
-
Deprecated.
This method will be removed in a future release. Do not use. Internal code should use
ISimpleQueryBuilderInternal.getOldTableObjectObject() instead.
instead.
- getOldTableObjectObject() - Method in class gw.api.database.Query
-
Deprecated.
This method will be removed in a future release. Do not use. Internal code should use
ISimpleQueryBuilderInternal.getOldTableObjectObject() instead.
instead.
- getOldValue() - Method in class gw.api.archiving.upgrade.IssueProperty
-
- getOldValue() - Method in class gw.api.bean.compare.ui.BaseEntityDiffDisplay
-
The value to show in the old value column in the policy comparison UI.
- getOldValue() - Method in class gw.api.bean.compare.ui.BasePropertyDiffDisplay
-
The old value of the property, as a user displayable string.
- getOldValue() - Method in interface gw.api.bean.compare.ui.DiffDisplay
-
- getOldValue() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
The value to show in the old value column in the entity comparison UI.
- getOldValue() - Method in class gw.api.bean.compare.ui.PropertyDiffDisplay
-
The old value of the property, as a user displayable string.
- getOneToOneLinks() - Method in class gw.api.reflect.PropertyExtractor
-
Returns a collection of all outgoing one-to-one links from the entity.
- getOneToOneWithRetired(KeyableBean, IOneToOnePropertyInfo, Class<T>) - Static method in class gw.api.bean.LinkedBeans
-
Finds the target of a one-to-one property regardless of whether or not it is retired.
- getOneToOneWithRetired(KeyableBean, String, Class<T>) - Static method in class gw.api.bean.LinkedBeans
-
Finds the target of a one-to-one property regardless of whether or not it is retired.
- getOnlyResult() - Method in interface gw.api.database.IQueryResult
-
Returns this processor's first result if it has one.
- getOnPage() - Method in class gw.smoketest.platform.web.PCFLocation
-
Returns true, if we are currently on this page
- getOOSConflictingVersions() - Method in class gw.api.diff.DiffProperty
-
Returns a list of future versions that conflict with this OOS change.
- getOp() - Method in class gw.lang.ir.expression.IRArithmeticExpression
-
- getOp() - Method in class gw.lang.ir.expression.IRRelationalExpression
-
- getOpenActivities() - Method in interface gw.pl.community.entity.Group
-
- getOpenActivities() - Method in interface gw.pl.community.entity.User
-
- getOpenActivityCount() - Method in interface gw.pl.community.entity.Group
-
- getOpenActivityCount() - Method in interface gw.pl.community.entity.User
-
- getOpenApprovalFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - open, approval.
- getOpenDueInNDaysFilter(int) - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - open due in N days.
- getOpenDueTodayFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - open due today.
- getOpenEscalatedFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - open escalated.
- getOpenFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is activity status open?
- getOpenOverdueFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - open overdue.
- getOperationParameters(Operation, String, BindingEntry) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
For the given operation, this method returns the parameter info conveniently collated.
- getOperations() - Method in class gw.plugin.management.GWMBeanInfo
-
Attributes
- getOperationsCompleted() - Method in interface gw.processes.BatchProcess
-
- getOperationsExpected() - Method in interface gw.processes.BatchProcess
-
- getOperationsFailed() - Method in interface gw.processes.BatchProcess
-
- getOperationsFailedReasons() - Method in interface gw.processes.BatchProcess
-
- getOperator() - Method in interface gw.entity.IDateTimeOrdering
-
- getOperator() - Method in interface gw.lang.parser.expressions.IArithmeticExpression
-
- getOperator() - Method in interface gw.lang.parser.expressions.IBinaryExpression
-
- getOperator() - Method in interface gw.lang.parser.expressions.IRelationalExpression
-
- getOperator() - Method in interface gw.lang.parser.expressions.IWhereClauseRelationalExpression
-
- getOpsCompleted() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
The number of operations completed by the process
- getOpsCompleted() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
The number of operations completed by the process
- getOpsExpected() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
The number of operations expected to be completed by the process
- getOption(int) - Method in class gw.smoketest.platform.web.SelectElement
-
- getOptionalInt() - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- getOptionalMoney() - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- getOptionalString() - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- getOptionByLabel(String) - Method in class gw.smoketest.platform.web.SelectElement
-
- getOptionByValue(String) - Method in class gw.smoketest.platform.web.SelectElement
-
- getOptionCountInSelect(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- getOptionDisplayName(int) - Method in interface gw.plugin.document.IDocumentCreationOptions
-
Deprecated.
- getOptionIds() - Method in interface gw.plugin.document.IDocumentCreationOptions
-
Deprecated.
- getOptionLabels() - Method in class gw.smoketest.platform.web.SelectElement
-
Gets labels of all options in this select
- getOptionLabelsInSelect(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Return the labels in the given SELECT
- getOptions() - Method in interface gw.pl.custom.entity.DateCriterionChoice
-
The list of options specifying which field to search.
- getOptions() - Method in interface gw.pl.custom.entity.FinancialCriterion
-
The list of options specifying which field to search.
- getOptionsOneRequired() - Method in class gw.pl.util.webservices.CmdLineToolBase
-
Subclasses must provide an array of Options; if none of the options
returned by this array are contained in the command line, then parsing will
fail.
- getOptionValueInSelectByLabel(String, String) - Method in interface gw.testharness.ISmokeTestHelper
-
Return the value in a SELECT corresponding to the given label
- getOptionValues() - Method in class gw.smoketest.platform.web.SelectElement
-
Gets values of all options in this select
- getOptionValuesInSelect(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Return the real values in the given SELECT
- getOrCreateChild(String) - Method in class gw.util.cache.FqnCacheNode
-
- getOrCreateChildElement(XMLChildElementDeclaration<T>) - Method in class gw.xml.parser2.PLXMLNode
-
Returns the child element specified, or none if no child element is present.
- getOrCreateChildElement(Class<T>) - Method in class gw.xml.parser2.PLXMLNode
-
- getOrCreateCustomInstrumentation(Map<String, WorkQueueInstrumentationFieldType>) - Method in interface gw.pl.workqueue.entity.InstrumentedWorkerTask
-
Gets custom instrumentation.
- getOrCreateDirectory(String) - Method in interface gw.fs.jar.IJarFileDirectory
-
- getOrCreateDirectory(String) - Method in class gw.fs.jar.JarEntryDirectoryImpl
-
- getOrCreateDirectory(String) - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getOrCreateDynamicAssignmentState(KeyableBean, Group) - Static method in class gw.api.assignment.DynamicAssignmentUtil
-
Generate a fingerprint based on the supplied entity's properties and use the result to retrieve a DynamicAssignmentState
- getOrCreateDynamicAssignmentState(String, boolean) - Static method in class gw.api.assignment.DynamicAssignmentUtil
-
Retrieves a DynamicAssignmentState entity with the specified fingerprint value.
- getOrCreateEntries(PCFElementId.PCFElementScope, Class, Class<E>) - Method in class gw.smoketest.platform.web.PCFElement
-
Helper method to get the entries property, or to create it if necessary.
- getOrCreateFile(String) - Method in interface gw.fs.jar.IJarFileDirectory
-
- getOrCreateFile(String) - Method in class gw.fs.jar.JarEntryDirectoryImpl
-
- getOrCreateFile(String) - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getOrCreateFunctionType(IMethodInfo) - Method in interface gw.lang.reflect.ITypeSystem
-
- getOrCreateFunctionType(String, IType, IType[]) - Method in interface gw.lang.reflect.ITypeSystem
-
- getOrCreateFunctionType(IMethodInfo) - Static method in class gw.lang.reflect.TypeSystem
-
- getOrCreateFunctionType(String, IType, IType[]) - Static method in class gw.lang.reflect.TypeSystem
-
- getOrCreateId(Key) - Method in class gw.api.importing.XmlExporter
-
- getOrCreateMenuLinksProperty(String, String, PCFElementId.PCFElementScope, Class<T>, String) - Method in class gw.smoketest.platform.web.PCFElement
-
Helper method to get a menu links property off of this element, or create it if need be.
- getOrCreateProperty(String, String, PCFElementId.PCFElementScope, Class<T>) - Method in class gw.smoketest.platform.web.PCFElement
-
Helper method to get a property off of this element, or create it if need be.
- getOrCreateProperty(String, Class<T>) - Method in class gw.smoketest.platform.web.PCFElement
-
Helper method to get a property off of this element, or create it if need be.
- getOrCreateScriptParameter(IPropertyInfo) - Static method in class gw.api.admin.ScriptParameterUtil
-
Retrieves or creates a new script parameter with the given property
- getOrCreateTypeInfo(String, ITypeLoader) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getOrCreateTypeReference(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getOrCreateTypeReference(IType) - Static method in class gw.lang.reflect.TypeSystem
-
IMPORTANT: The only time you should call this method is:
1) within a class implementing IType, or
2) wrapping a call to a Type constructor, typically within a type loader
e.g., TypeSystem.getOrCreateTypeReference( new MyVeryOwnType() )
Gets or creates a type ref for the specified type.
- getOrCreateTypeVariableType(String, IType, IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getOrCreateTypeVariableType(String, IType, IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getOrCreateUserRoleAssignmentByRole(UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Gets the user role assignment for that role
If there's no assignment for that role, creates a new one.
- getOrCreateUserSettings() - Method in interface gw.pl.community.entity.User
-
Creates a UserSettings instance for this user.
- getOrCreateVar(String, IRType) - Method in class gw.lang.ir.builder.IRBuilderContext
-
- getOrCreateWizardStepProperty(String, String, PCFElementId.PCFElementScope, Class<T>) - Method in class gw.smoketest.platform.web.PCFElement
-
Helper method to get a wizard step property off of this element, or create it if need be.
- getOrder() - Method in class gw.api.admin.EventMessage
-
- getOrder() - Method in class gw.api.database.upgrade.before.BeforeUpgradeOrderBy
-
- getOrder() - Method in class gw.api.tools.SafePersistingOrderInfoHelper.SafePersistingOrderData
-
- getOrder() - Method in class gw.lang.reflect.FeatureCategory
-
- getOrderedCallbacks() - Method in interface gw.pl.staging.entity.LoadCommand
-
- getOrderedChildren(List<XMLFieldDeclaration>) - Method in class gw.xml.parser2.PLXMLNode
-
- getOrderedFieldNames() - Method in class gw.api.admin.ImportDataArrayDifferences
-
A sorted array of the field names present on elements of the array.
- getOrderedFields() - Method in class gw.xml.parser2.PLXMLNode
-
- getOrderedHistograms() - Method in interface gw.api.database.TableStatistics
-
- getOrderedIndexStatistics() - Method in interface gw.api.database.TableStatistics
-
- getOrderedInserts() - Method in interface gw.pl.staging.entity.LoadCommand
-
- getOrderedIntegrityChecks() - Method in interface gw.pl.staging.entity.LoadCommand
-
- getOrderedOps() - Method in interface gw.pl.staging.entity.LoadStep
-
- getOrderedResults() - Method in interface gw.pl.staging.entity.LoadCallback
-
Get the LoadCallbackResults in chronological order
- getOrderedRowCounts() - Method in interface gw.pl.staging.entity.LoadCommand
-
- getOrdinal() - Method in class gw.lang.reflect.EnumValuePlaceholder
-
- getOrdinal() - Method in interface gw.lang.reflect.IEnumConstant
-
- getOrdinal() - Method in interface gw.xml.IXmlSchemaEnumValue
-
Returns the ordinal value of this enum constant.
- getOrdinal() - Method in class gw.xml.xsd.typeloader.XSDEnumerationValue
-
- getOrganization() - Method in interface gw.pl.activity.entity.ActivityPattern
-
The organization to which this ActivityPatternBase belongs.
- getOrganization() - Method in interface gw.pl.admin.entity.DecentralizedEntity
-
FK to organization
- getOrganization() - Method in interface gw.pl.assignment.entity.Region
-
The organization to which this region belongs.
- getOrganization() - Method in interface gw.pl.security.entity.Role
-
The organization to which this role belongs.
- getOrganizationID() - Method in interface gw.pl.admin.entity.DecentralizedEntity
-
FK to organization
- getOrganizationLink() - Method in class gw.api.admin.DecentralizedAdminActivityPatternFilter
-
- getOrganizationLink() - Method in class gw.api.admin.DecentralizedAdminFilter
-
- getOrganizationLink() - Method in class gw.api.admin.DecentralizedAdminRoleFilter
-
- getOriginalAttributeName(String) - Method in class gw.xml.parser2.BaseAbstractNode
-
Some attribute names get munged a little to turn them into property names; this allows nodes to get the
original name back if they need it (for writing back out, for example)
- getOriginalAttributeName(String) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
Some attribute names get munged a little to turn them into property names; this allows nodes to get the
original name back if they need it (for writing back out, for example)
- getOriginalSourceStatement() - Method in class gw.lang.ir.IRStatement
-
- getOriginalStream() - Method in class gw.test.servlet.RemoteTestServlet.StreamInfo
-
- getOriginalStream() - Method in class gw.test.servlet.RemoteTestServlet.SystemErrInfo
-
- getOriginalStream() - Method in class gw.test.servlet.RemoteTestServlet.SystemOutInfo
-
- getOriginalType() - Method in class gw.lang.reflect.ModifiedParameterInfo
-
- getOriginalValue(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Returns the orignal value of a field if it has changed, otherwise returns
the current value.
- getOriginalValue(IEntityPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
Returns the original value of a field if it has changed, otherwise returns
the current value.
- getOriginalValue(String) - Method in interface gw.pl.persistence.core.Bean
-
Returns the original value of a field if it has changed, otherwise returns
the current value.
- getOriginalValuesXML() - Method in interface gw.pl.contact.entity.Contact
-
Return the original values xml that was created when this contact was created by the
ContactIntegrationXMLMapper.
- getOriginalValuesXMLElement() - Method in interface gw.pl.contact.entity.Contact
-
Returns the original values XML as an XMLElement
- getOriginalVersion() - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Given a bean with changes, returns a clone of the bean in a new
bundle with all of its original values.
- getOriginalVersion() - Method in interface gw.pl.persistence.core.Bean
-
Given a bean with changes, returns a clone of the bean in a new bundle with
all of its original values.
- getOrInferPrimaryLanguage() - Method in interface gw.pl.contact.entity.Contact
-
Returns the PrimaryLanguage if it is not null, else the default LanguageType for the application
- getOrLookupZoneCode(AddressFillable, ZoneType) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Returns the zone code for the given address and zone type.
- getOrLookupZoneCode(AddressFillable, ZoneType, boolean) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Returns the zone code for the given address and zone type.
- getOrphanedEnhancement(String) - Method in interface gw.lang.reflect.gs.IEnhancementIndex
-
- getOrphansAdopted() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of orphans adopted by this task
- getOrphansReclaimed() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getOtherBidiRel(CommonContact, ContactBidiRel) - Method in interface gw.pl.contact.entity.CommonContactContact
-
This will return the bidirectional relationship type from the other contact in this relationship
to the primaryContact
- getOtherCommonContactType(ABContact) - Method in interface gw.ab.addressbook.entity.ABContactContact
-
This will return the type of the other contact in this relationship
- getOtherCommonContactType(CommonContact) - Method in interface gw.pl.contact.entity.ContactContact
-
This will return the type of the other contact in this relationship
- getOtherContact(ABContact) - Method in interface gw.ab.addressbook.entity.ABContactContact
-
This will return the other contact for this link.
- getOtherContact(Contact) - Method in interface gw.pl.contact.entity.ContactContact
-
This will return the other contact for this link.
- getOtherDiffable() - Method in class gw.pl.util.diff.lcs.DiffEntry
-
- getOtherMessages() - Method in exception gw.api.webservice.exception.SOAPException
-
Other messages attached to this exception.
- getOtherMessages() - Method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Gets the otherMessages value for this SOAPException.
- getOtherSchemaNamespace() - Static method in class gw.api.importing.ImportingUtil
-
- getOtherStats() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns additional protocol specific counters/stats values.
- getOtherStatsMetadata() - Method in interface gw.plugin.cluster.TransportStatistics
-
Returns additional protocol specific counters/stats metadata.
- getOutgoingEdges(T) - Method in class gw.api.graph.BasicGraph
-
Gets the outgoing edges for a given node.
- getOutgoingEdges(T, Predicate<Edge<T>>) - Method in interface gw.api.graph.GraphView
-
Returns a set of all edges going out of the
given node, filtered by the given condition.
- getOutgoingEdges(T) - Method in interface gw.api.graph.ReadableGraph
-
Returns a set of all edges going out of the
given node.
- getOutgoingEdges(T) - Method in interface gw.api.graph.traverse.EdgeProvider
-
Returns all outgoing edges from a node.
- getOutgoingEdges(KeyableBean) - Method in class gw.api.graph.traverse.EntityEdgeProvider
-
Returns the outgoing edges from the entity, filtered accordingly.
- getOutgoingEdges(T) - Method in class gw.api.graph.traverse.GenericGraphEdgeProvider
-
Determines all outgoing edges from the given node.
- getOutgoingEdges(KeyableBean) - Method in class gw.api.graph.traverse.NoBacktrackingEdgeProvider
-
Returns all outgoing edges from a node.
- getOutgoingEdges(T) - Method in class gw.api.graph.traverse.TraversalStrategyBase
-
Returns the outgoing edges from the given node, possibly filtered.
- getOutgoingEdges(IType) - Method in class gw.api.reflect.graph.GosuTypeEdgeProvider
-
Returns all outgoing edges from a type.
- getOutlineInfo() - Method in class gw.api.tools.OracleOutlineHelper
-
- getOutOfDateSourceHistograms() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateSourceIndices() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateSourceIndicesDescription() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateSrcHistogramsDescription() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateStagingHistograms() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateStagingIndices() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateTypelistHistograms() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutOfDateTypelistIndices() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getOutput() - Method in class gw.api.graph.print.DotAttributes
-
Outputs the attributes in DOT format: [attr1="value", attr2="value", ...]
- getOutput() - Method in class gw.api.webservice.templateTools.TemplateImportResults
-
Returns the human-readable output of the import process.
- getOutputDir() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the output directory to use for emitted source files
- getOutputPath() - Method in class gw.lang.gosuc.GosucModule
-
- getOutputPath() - Method in interface gw.lang.reflect.module.IModule
-
- getOutputPath() - Method in interface gw.lang.reflect.module.INativeModule
-
- getOutputStream() - Method in class gw.api.email.AbstractEmailMessageTransport.DocumentContentsDataSource
-
- getOutputStreamWriter(OutputStream) - Static method in class gw.util.StreamUtil
-
Returns a writer for the specified output stream, using UTF-8 encoding.
- getOverdueFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the target date before today?
- getOverlappingBoundPeriods(Date, Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Returns the periods that overlap this period using the given period start
and end dates.
- getOverride() - Method in interface gw.lang.parser.expressions.IOverridableOperation
-
- getOwner() - Method in interface gw.lang.parser.IParserPart
-
- getOwnersType() - Method in interface gw.entity.IEntityPropertyInfo
-
Gets the type of this property's owner, which must be an entity type.
- getOwnersType() - Method in interface gw.entity.IQueryColumn
-
- getOwnersType() - Method in class gw.lang.ir.expression.IRFieldGetExpression
-
- getOwnersType() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getOwnersType() - Method in class gw.lang.ir.expression.IRNewExpression
-
- getOwnersType() - Method in class gw.lang.ir.statement.IRFieldSetStatement
-
- getOwnersType() - Method in class gw.lang.reflect.AnnotationReflectUtil.SyntheticExceptionInfo
-
Deprecated.
- getOwnersType() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getOwnersType() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getOwnersType() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getOwnersType() - Method in interface gw.lang.reflect.IAnnotationInfo
-
- getOwnersType() - Method in interface gw.lang.reflect.IFeatureInfo
-
Get this feature's owner's type.
- getOwnersType() - Method in class gw.lang.reflect.java.JavaExceptionInfo
-
- getOwnersType() - Method in class gw.lang.reflect.MethodInfoBase
-
- getOwnersType() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getOwnersType() - Method in class gw.lang.reflect.ParameterInfoBuilder.BuiltParameterInfo
-
- getOwnersType() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getOwnersType() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getOwnersType() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getOwnersType() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- getOwnersType() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getOwnersType() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getOwnersType() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getOwnersTypeAsXsdType() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- getOwnerType() - Method in class gw.api.reflect.PropertyExtractor
-
Returns the owner type of the properties being extracted.
- getOwningParameterizedType() - Method in class gw.lang.reflect.FunctionType
-
- getPackage(Class) - Static method in class gw.lang.reflect.ClassUtil
-
Returns the package name of a class.
- getPackage(String) - Static method in class gw.lang.reflect.ClassUtil
-
Returns the package name of a class.
- getPackage(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the Package name for the specified namespace
- getPackage(QName) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the Package name for the specified QName
- getPackage(String) - Static method in class gw.util.GosuClassUtil
-
- getPackageCacheThreshold() - Method in class gw.api.tools.DB2PDPageHelper
-
- getPackageExpression() - Method in interface gw.lang.parser.expressions.ITypeLiteralExpression
-
- getPackageList(Class) - Static method in class gw.pl.util.ClassUtil
-
- getPackageList(String) - Static method in class gw.pl.util.ClassUtil
-
- getPackageName(Test) - Method in class gw.junit.XMLJUnitResultFormatter
-
- getPackageName() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get global package name to use instead of mapping namespaces
- getPackageName() - Method in class gw.test.TestClass
-
- getPageBaseURL(HttpServletRequest) - Method in interface gw.plugin.baseurlbuilder.IBaseURLBuilder
-
Return the base URL of the page for the given request.
- getPageHeight() - Method in class gw.api.print.PrintSettings
-
Returns the print page height.
- getPageWidth() - Method in class gw.api.print.PrintSettings
-
Returns the print page width.
- getParameter(String[]) - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
Creates or fetches the expected parameter objects.
- getParameter(String) - Method in class gw.api.quickjump.ParameterizedNavigationCommand
-
Creates or fetches the expected parameter object.
- getParameterAnnotations() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getParameterDisplay(boolean) - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getParameterDisplay(IMethodInfo) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getParameterDisplay(IConstructorInfo) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getParameterizedParameterTypes(IType...) - Method in class gw.lang.reflect.FunctionType
-
- getParameterizedParameterTypes(IType...) - Method in interface gw.lang.reflect.IGenericMethodInfo
-
- getParameterizedParameterTypes(IType...) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getParameterizedParameterTypes2(IGosuClass, IType...) - Method in class gw.lang.reflect.FunctionType
-
- getParameterizedParameterTypes2(IGosuClass, IType[]) - Method in interface gw.lang.reflect.IGenericMethodInfo
-
- getParameterizedParameterTypes2(IGosuClass, IType...) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getParameterizedReturnType(IType...) - Method in class gw.lang.reflect.FunctionType
-
- getParameterizedReturnType(IType...) - Method in interface gw.lang.reflect.IGenericMethodInfo
-
- getParameterizedReturnType(IType...) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getParameterizedType(IType...) - Method in class gw.lang.reflect.DefaultArrayType
-
- getParameterizedType(IType...) - Method in class gw.lang.reflect.FunctionType
-
- getParameterizedType(IType...) - Method in interface gw.lang.reflect.IType
-
Assuming this intrinsic type is a Generic type, return the parameterized
type associated with the given list of type parameters.
- getParameterizedType(IType...) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getParameterizedType(IType...) - Method in class gw.lang.reflect.TypeBase
-
- getParameterizedType(IType...) - Method in class gw.xml.parser2.LocationRefType
-
- getParameterizedType(IType...) - Method in class gw.xml.parser2.XMLNodeType
-
- getParameterizedVersion(IGosuClass) - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getParameterNames() - Method in class gw.lang.reflect.FunctionType
-
- getParameterNames() - Method in interface gw.lang.reflect.IInvocableType
-
- getParameterNames() - Method in interface gw.lang.reflect.IOptionalParamCapable
-
- getParameterNames() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getParameterNames() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getParameters() - Static method in class gw.api.tools.DatabaseParametersHelper
-
- getParameters() - Method in class gw.api.tools.SampleDataMethod
-
- getParameters() - Method in interface gw.datatype.IDataType
-
Gets the parameters used to instantiate this datatype, as a read-only map of names to values.
- getParameters() - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- getParameters() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getParameters() - Method in interface gw.lang.parser.statements.IFunctionStatement
-
- getParameters() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- getParameters() - Method in interface gw.lang.reflect.IConstructorInfo
-
- getParameters() - Method in interface gw.lang.reflect.IHasParameterInfos
-
- getParameters() - Method in interface gw.lang.reflect.IMethodInfo
-
- getParameters() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getParameters() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getParameters() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getParameters() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getParameters() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- getParametersDebugString() - Method in class gw.api.webservice.zone.ZonePreparedStatementHandler
-
- getParameterSetNames(DatabaseParameterSet[]) - Static method in class gw.api.tools.DatabaseParametersHelper
-
- getParameterSetNameValuePairs(DatabaseParameterSet) - Method in class gw.api.tools.UpgradeInfoPageHelper
-
- getParametersFromParts(Vector, Collection, boolean, String, BindingEntry) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
This method returns a vector containing Parameters which represent
each Part (shouldn't we call these "Parts" or something?)
- getParameterSuggestions(String[], String) - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
Gets the list of suggestions for a single parameter.
- getParameterSuggestions(String) - Method in class gw.api.quickjump.ParameterizedNavigationCommand
-
Gets the list of suggestions for the parameter.
- getParameterTypes() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getParameterTypes() - Method in class gw.lang.ir.expression.IRNewExpression
-
- getParameterTypes() - Method in class gw.lang.reflect.FunctionType
-
- getParameterTypes() - Method in interface gw.lang.reflect.IConstructorType
-
The constructor's argument types.
- getParameterTypes() - Method in interface gw.lang.reflect.IFunctionType
-
- getParameterTypes() - Method in interface gw.lang.reflect.IInvocableType
-
- getParameterTypes() - Method in interface gw.lang.reflect.java.IJavaClassConstructor
-
- getParameterTypes() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getParameterTypes() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getParameterValues() - Method in class gw.api.admin.SOOMessageFilters
-
Returns the set of parameter values for this filter.
- getParameterValues() - Method in class gw.api.util.CoreFilters.DaysBase
-
- getParamIndex(SampleDataMethod, SampleDataParam) - Method in class gw.api.tools.SampleDataHelper
-
Helper for the UI: given a method and one of its parameters, returns the index of that param
- getParamName() - Method in class gw.api.webservice.pl.dataExtraction.NVParam
-
The name of the parameter
- getParamNameValuePairs() - Method in class gw.api.database.AWRReportUserSettingsFactory
-
- getParams() - Method in interface gw.lang.javadoc.IConstructorNode
-
- getParams() - Method in interface gw.lang.javadoc.IMethodNode
-
- getParamSignature() - Method in class gw.lang.reflect.FunctionType
-
- getParamSignature() - Method in interface gw.lang.reflect.IFunctionType
-
Formatted signature of the form " ( param-list )"
- getParamSignature() - Method in interface gw.lang.reflect.IInvocableType
-
- getParamSignature() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getParamSignatureForCurrentModule() - Method in class gw.lang.reflect.FunctionType
-
- getParamSignatureForCurrentModule() - Method in interface gw.lang.reflect.IFunctionType
-
- getParamSignatureForCurrentModule() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getParamTypeNameFromJavaBackedType(IType) - Static method in class gw.lang.reflect.FunctionType
-
- getParamTypes(IParameterInfo[]) - Static method in class gw.lang.reflect.BaseFeatureInfo
-
- getParamTypesExpected() - Method in exception gw.lang.parser.exceptions.ParseException
-
- getParamTypesPossible() - Method in exception gw.lang.parser.exceptions.ParseException
-
- getParamValue() - Method in class gw.api.webservice.pl.dataExtraction.NVParam
-
The value of the parameter
- getParent() - Method in class gw.api.profiler.IterationInfoNode
-
- getParent() - Method in interface gw.api.profiler.ProfilerFrame
-
- getParent() - Method in class gw.api.profiler.ProfilerTag
-
- getParent() - Method in interface gw.fs.IResource
-
Gets this file's our directory's parent directory.
- getParent() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- getParent() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getParent() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- getParent() - Method in class gw.fs.ResourcePath
-
Returns the parent of this resource path.
- getParent() - Method in class gw.fs.url.URLFileImpl
-
- getParent() - Method in interface gw.i18n.ILocale
-
Gets the parent local of this locale, if any.
- getParent() - Method in class gw.lang.ir.IRElement
-
- getParent() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getParent() - Method in interface gw.lang.parser.IParsedElement
-
- getParent() - Method in interface gw.lang.parser.IParseTree
-
- getParent() - Method in interface gw.lang.parser.IReducedDynamicPropertySymbol
-
- getParent() - Method in class gw.pl.util.FilteringDirectory
-
- getParent() - Method in class gw.smoketest.platform.web.OptionElement
-
- getParent() - Method in class gw.smoketest.platform.web.OptionElementForMulti
-
- getParent() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getParent() - Method in class gw.xml.AbstractXMLNode
-
Gets this node's parent.
- getParent() - Method in interface gw.xml.IReadOnlyXMLNode
-
- getParent() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns the parent of this node, or null if this node is a root node.
- getParentBean() - Method in interface gw.api.databuilder.BuilderContext
-
Gets the parent of the bean being built.
- getParentBean() - Method in class gw.api.databuilder.NullBuilderContext
-
- getParentFile() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getParentId() - Method in class gw.smoketest.platform.web.IteratorEntries
-
- getParentOf(T) - Method in class gw.api.graph.Tree
-
Returns the parent of the given child, or null if the
given node is the root of the tree.
- getParentOtherThanThis() - Method in interface gw.lang.parser.IParseTree
-
- getParentType() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getParentType() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getParsedElement() - Method in class gw.lang.function.AbstractBlock
-
- getParsedElement() - Method in interface gw.lang.function.IBlock
-
- getParsedElement() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getParsedElement() - Method in interface gw.lang.parser.IParseResult
-
- getParsedElement() - Method in interface gw.lang.parser.IParseTree
-
- getParsedElement() - Method in class gw.lang.parser.ParseResult
-
- getParseErrors() - Method in interface gw.lang.reflect.ITypeParseIssues
-
Returns a list of all parse errors for this type.
- getParseException() - Method in exception gw.lang.parser.template.TemplateParseException
-
- getParseException(IType) - Static method in class gw.lang.reflect.ClassUtil
-
- getParseExceptions() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getParseExceptions() - Method in interface gw.lang.parser.IParsedElement
-
- getParseExceptionsForKey(ResourceKey) - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getParseIssues() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getParseIssues() - Method in interface gw.lang.parser.IParsedElement
-
- getParseIssues() - Method in interface gw.lang.reflect.ITypeParseIssues
-
Returns a list of all parse issues for this type.
- getParser() - Method in class gw.lang.parser.ParserOptions
-
- getParser() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getParseResultsException() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getParseResultsException(String) - Static method in class gw.util.GosuTestUtil
-
Gets the parse results exception caused by the given program.
- getParseTime() - Method in class gw.api.webservice.importTools.ImportResults
-
The amount of time spent parsing the XML.
- getParseWarnings() - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getParseWarnings() - Method in interface gw.lang.parser.IParsedElement
-
- getParseWarnings() - Method in interface gw.lang.reflect.ITypeParseIssues
-
Returns a list of all parse warnings for this type.
- getParseWarningsForKey(ResourceKey) - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- getPartitionIndexes() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getPartitionStatistics() - Method in interface gw.api.database.TableStatistics
-
- getParts(String) - Static method in class gw.util.cache.FqnCache
-
- getPassword() - Method in class gw.api.util.LoginForm
-
- getPassword() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method getPassword
- getPassword() - Method in class gw.plugin.credentials.UsernamePasswordPairBase
-
- getPassword() - Method in class gw.plugin.dbauth.UsernamePasswordPair
-
- getPassword() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the password which is required for the user to create a document
from the template.
- getPassword() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getPassword() - Method in class gw.plugin.security.UserNamePasswordAuthenticationSource
-
Password
- getPath() - Method in class gw.api.diff.DiffItem
-
For debugging
- getPath() - Method in interface gw.api.profiler.ProfilerFrame
-
- getPath() - Method in class gw.api.profiler.ProfilerTag
-
- getPath() - Method in interface gw.api.webservice.IInsertPathValue
-
- getPath() - Method in interface gw.api.webservice.IPathValue
-
- getPath() - Method in interface gw.fs.IResource
-
- getPath() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- getPath() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- getPath() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- getPath() - Method in class gw.fs.url.URLFileImpl
-
- getPath() - Method in class gw.lang.reflect.gs.IFileSystemGosuClassRepository.ClassPathEntry
-
- getPath() - Method in class gw.pl.util.FilteringDirectory
-
- getPath() - Method in class gw.plugin.security.UserValueNVP
-
Path
- getPaths() - Method in class gw.lang.gosuc.GosucSdk
-
- getPaths() - Method in interface gw.lang.parser.statements.IClasspathStatement
-
- getPaths() - Method in interface gw.lang.reflect.module.IClassPath
-
- getPathString() - Method in class gw.fs.ResourcePath
-
Returns the path string for this path using the / path separator.
- getPathString(String) - Method in class gw.fs.ResourcePath
-
Returns the path string for this path using the specified path separator.
- getPathValues(String, String, String[]) - Static method in class gw.api.webservice.DataObjectAPIImpl
-
- getPathValues(String, String, List) - Method in interface gw.pl.util.webservices.DataAPIShell.ShellAPI
-
- getPattern() - Method in class gw.api.util.UltraFastDateFormat
-
Gets the pattern used by this formatter.
- getPattern() - Method in class gw.util.RegExpMatch
-
- getPattern() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getPatterns() - Method in class gw.api.activity.ActivityPatternMenuCategory
-
Returns the activity patterns associated with this ActivityPatternMenuCategory.
- getPCFMode() - Method in class gw.api.util.CountryConfig
-
The PCF mode to use
- getPcfStackTrace() - Method in class gw.api.profiler.QuerySummary
-
- getPcfStackTraceFP() - Method in class gw.api.profiler.QuerySummary
-
- getPendingClaimAssignmentFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is assignment status set to unassigned?
- getPendingContactChanges() - Method in class gw.api.desktop.DesktopCounts
-
Returns count of the pending contact changes in the database
- getPendingContactCreates() - Method in class gw.api.desktop.DesktopCounts
-
Returns count of pending contact creates in the database
- getPendingContactUpdates() - Method in class gw.api.desktop.DesktopCounts
-
Returns count of pending contact updates in the database
- getPendingMessages() - Method in interface gw.pl.messaging.entity.MessageContext
-
Gets the array of pending messages.
- getPercentage(long, long) - Static method in class gw.api.tools.CacheStatsBase
-
- getPercentComplete() - Method in class gw.api.tools.PerfReportHelper
-
Used by the ProgressInput widget.
- getPercentile(float) - Method in class gw.api.util.stats.StatisticsCollector
-
- getPerfDownloads() - Static method in class gw.api.tools.PerfReportHelper
-
- getPerfDownloadsInfo(int) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Return AWR downloads information.
- getPerfDownloadsInfo(int) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getPeriodEnd() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Any bean in this branch's graph must have an expiration date equal to or
before this date.
- getPeriodId() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Every branch belongs to a period, identified by its PeriodId.
- getPeriodStart() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Any bean in this branch's graph must have an effective date equal to or
after this date.
- getPersistedTableInfo() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- getPersistedTableSchema() - Method in class gw.api.tools.DatabaseInfo.PersistedTableInfo
-
- getPersistenceHandler() - Method in interface gw.datatype.def.IDataTypeDef
-
Gets the persistence handler for this datatype.
- getPhoneColumnProperties(String, String, String) - Method in class gw.api.util.phone.EntityPhoneMapper
-
- getPhoneCountry(Country) - Static method in class gw.api.util.PhoneUtil
-
Converts a Country typekey to a PhoneCountryCode typekey if possible
- getPhoneCountryCode() - Method in class gw.api.util.phone.PhoneColumnProperties
-
- getPhoneCountryFromRegionCode(int) - Static method in class gw.api.util.PhoneUtil
-
Converts a numeric region code to a PhoneCountryCode typekey if possible.
- getPhoneExtension() - Method in class gw.api.util.phone.PhoneColumnProperties
-
- getPhoneNumber() - Method in class gw.api.util.phone.PhoneColumnProperties
-
- getPhoneProperty() - Method in class gw.api.phone.PhoneDelegateBase
-
- getPickedCategory() - Method in class gw.api.tools.SetLogLevelData
-
- getPickedCategoryLevel() - Method in class gw.api.tools.SetLogLevelData
-
- getPickedLoggerSource() - Method in class gw.api.tools.SetLogLevelData
-
- getPicker() - Method in class gw.api.assignment.AssignmentPopup
-
The assignee picker, used to store the status of any searches the User uses to find an assignee.
- getPickersFilteredByName() - Method in class gw.api.tools.ConsistCheckTypePicker
-
- getPid() - Method in class gw.api.tools.ProcessID
-
The process id of the batch process
- getPKConstraintSchema() - Method in class gw.api.tools.DatabaseInfo.PrimaryKeyConstraintInfo
-
- getPlaceholderChar(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IStringPresentationHandler
-
Gets the placeholder character associated with this datatype.
- getPlaceholderChar(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
Gets the placeholder character associated with this datatype.
- getPlainMessage() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getPlainMessage() - Method in interface gw.lang.parser.IParseIssue
-
- getPlainMessage() - Method in interface gw.lang.reflect.ITypeParseIssue
-
- getPlainMessage() - Method in class gw.xml.parser2.XMLParseIssue
-
- getPlatform() - Static method in class gw.pl.util.PlatformUtil
-
- getPlatform() - Static method in class gw.util.OSPlatform
-
- getPlatform() - Static method in class gw.util.Shell
-
- getPlatformHelper() - Static method in class gw.config.CommonServices
-
- getPlatformMajorVersion() - Method in interface gw.api.importing.graph.Graph
-
The application minor version
- getPlatformMajorVersion() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getPlatformMajorVersion() - Static method in class gw.api.importing.ImportingUtil
-
Return the current platform major version
- getPlatformMinorVersion() - Method in interface gw.api.importing.graph.Graph
-
The platform minor version
- getPlatformMinorVersion() - Method in class gw.api.importing.graph.MapBackedGraph
-
- getPlatformMinorVersion() - Static method in class gw.api.importing.ImportingUtil
-
Return the current platform minor version
- getPlatformVersion() - Method in class gw.api.webservice.systemTools.ServerVersion
-
The version of the platform
- getPlugin(Class<T>) - Method in class gw.plugin.PluginRegistry
-
Deprecated.
Get a handle to an instance of a plugin given the interface which the
plugin implements.
- getPluginByName(String) - Method in class gw.plugin.PluginRegistry
-
Deprecated.
Get a handle to an instance of a plugin given the name of the plugin.
- getPluginCallbackHandler() - Static method in class gw.api.messaging.MessageDestinationUtil
-
This will return PluginCallbackHandler for use in message plugins.
- getPluginClassLoader() - Method in interface gw.lang.reflect.IEntityAccess
-
- getPluginNameFilters() - Static method in class gw.api.startable.StartablePluginPageHelper
-
- getPluginRegistry() - Static method in class gw.plugin.PluginRegistry
-
Deprecated.
Gets the singleton plugin registry.
- getPluginRepositories() - Method in interface gw.lang.reflect.IEntityAccess
-
- getPluginState(String) - Method in interface gw.api.startable.IStartableService
-
- getPluginState(PluginDef) - Static method in class gw.api.startable.StartablePluginPageHelper
-
- getPluginState(String) - Method in class gw.api.startable.StartableServiceImpl
-
- getPointerSize() - Static method in class gw.util.perf.objectsize.ObjectSizeUtil
-
- getPointInTime() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getPollInterval() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getPopulator(Object) - Method in class gw.api.databuilder.DataBuilder
-
Gets the
BeanPopulator associated with the given ID, or null if no builder
is associated with that ID.
- getPort(Class) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
For the given interface, get the stub implementation.
- getPort(QName, Class) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
For the given interface, get the stub implementation.
- getPort() - Method in class gw.xml.ws.Server
-
Returns the local port of the server.
- getPortQName() - Method in interface gw.xml.ws.IWsdlPort
-
This is the qname for the port
- getPorts() - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- getPortTypeEntry(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the PortTypeEntry with the given QName.
- getPosition() - Method in class gw.lang.parser.SourceCodeReader
-
- getPossibleBidiRelsToContact(ABContact) - Method in interface gw.ab.addressbook.entity.ABContact
-
- getPossibleBidiRelsToContact(Contact) - Method in interface gw.pl.contact.entity.Contact
-
- getPossibleContextObjectValues(String) - Method in class gw.document.DocumentCreationInfo
-
Get the set of possible values for a particular context object for use in creation of the new document contents from a template.
- getPossibleValuesExpression() - Method in class gw.document.DocumentCreationInfo.DynamicWidgetInfo
-
Returns a Gosu expression which should be evaluated to determine the set of possible values for the context object.
- getPostalCode() - Method in interface gw.api.address.AddressFillable
-
- getPostalCodeLabel() - Method in class gw.api.util.CountryConfig
-
The label to use for the postal code field.
- getPostText() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- getPostText() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- getPotentialClusterMembers() - Method in class gw.api.tools.ClusterInfoData
-
Returns the list of potential members of the cluster.
- getPotentiallyMatchingNeighbors(KeyableBean, KeyableBean) - Method in class gw.api.graph.compare.EntityGraphPair
-
Returns all neighbors of the source/potentialMatch that have the same type and are connected
through the same link property.
- getPotentialMatchPool() - Method in class gw.api.graph.compare.EntityGraphPair
-
Returns the potential match pool for the comparison graph.
- getPrechomp(String, String) - Static method in class gw.util.GosuStringUtil
-
- getPrecision() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getPrecision(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDecimalConstraintsHandler
-
Gets the precision of values for this datatype.
- getPrecision() - Method in interface gw.datatype.handler.IDecimalPersistenceHandler
-
Gets the precision of values for this datatype.
- getPrecision(Object, IPropertyInfo) - Method in interface gw.datatype.IConstrainedDataType
-
Gets the precision for the datatype, for the given property on the given object.
- getPrecision(Object, IPropertyInfo) - Method in class gw.datatype.impl.DecimalConstraintsHandler
-
- getPrecision() - Method in class gw.datatype.impl.DecimalPersistenceHandler
-
- getPrecision() - Method in interface gw.datatype.IPersistentDataType
-
Gets the precision for this datatype.
- getPrefix(Object, Object) - Method in interface gw.api.validation.IPresentationHandler
-
- getPrefix() - Method in class gw.xml.XmlNamespace
-
Returns the prefix of this namespace.
- getPresentationHandler() - Method in interface gw.datatype.def.IDataTypeDef
-
Gets the presentation handler for this datatype.
- getPresentationInfo() - Method in interface gw.lang.reflect.IPropertyInfo
-
- getPresentationInfo() - Method in class gw.lang.reflect.PropertyInfoBase
-
- getPresentationInfo() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- getPresentationInfo() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getPresentationInfo() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- getPresentationInfo() - Method in class gw.xml.parser2.XMLChildElementPropertyInfo
-
- getPresentationInfo() - Method in class gw.xml.parser2.XMLChildListPropertyInfo
-
- getPresentationInfo() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- getPresentationInfo() - Method in class gw.xml.parser2.XMLNodeValuePropertyInfo
-
- getPresentationType(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDataTypePresentationHandler
-
- getPresentationType(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
- getPreText() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- getPreText() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- getPretty() - Method in class gw.xml.XmlSerializationOptions
-
- getPrettyPrintedSQL() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getPrettyPrintedSQL() - Method in class gw.api.profiler.QuerySummary
-
- getPrettySQL() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getPrettySQLAsHTML() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getPreviousSibling() - Method in interface gw.lang.parser.IParseTree
-
- getPrimaryAddressDisplayValue() - Method in interface gw.pl.contact.entity.Contact
-
Returns the display value for this Contact's primary address.
- getPrimaryAmount() - Method in class gw.api.financials.CurrencyAmountPair
-
- getPrimaryEntityClass(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- getPrimaryKeyConstraintsByTable(String) - Method in class gw.api.tools.DatabaseInfo
-
- getPrimaryKeyContraintsTableInfo() - Method in class gw.api.tools.DatabaseInfo
-
- getPrimaryObject() - Method in interface gw.pl.messaging.entity.Message
-
Returns the primary entity associated with this message
- getPrimaryObjectKey() - Method in interface gw.pl.messaging.entity.Message
-
Returns the key of the primary object associated with this message
- getPrimaryPhoneNumberHelper(Contact, PrimaryPhoneType) - Static method in class gw.api.util.PhoneUtil
-
Returns a GWPhoneNumber object for the PrimaryPhoneValue
- getPrimaryPhoneValue() - Method in interface gw.ab.addressbook.entity.ABContact
-
- getPrimaryPhoneValue() - Method in interface gw.pl.contact.entity.Contact
-
Gets the value of the Contact's primary phone number.
- getPrimarySortValue() - Method in interface gw.ab.addressbook.entity.ABContact
-
Returns the primary value used for sorting contact available to list views as sort criterion.
- getPrimarySortValue() - Method in interface gw.pl.contact.entity.Contact
-
Returns the primary value used for sorting contact available to list views as sort criterion.
- getPrimitiveOrBoxedConverter(IType) - Method in class gw.lang.parser.StandardCoercionManager
-
- getPrimitiveType(String) - Method in interface gw.lang.reflect.ITypeSystem
-
- getPrimitiveType(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getPrimitiveType(String) - Static method in class gw.lang.reflect.TypeSystem
-
- getPrimitiveType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getPrintableLocation() - Method in class gw.api.print.PrintLocationAction
-
Get the location that is to be printed.
- getPrintContext() - Method in class gw.api.print.PrintAction
-
Returns the print context being applied to this print operation.
- getPrintOptions() - Method in class gw.api.print.ListViewCustomPrintAction
-
Retrieves print options to apply to print job.
- getPrintProcessorFactory() - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaBeanFaultWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaBeanWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaEnumTypeWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaFaultWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaImplWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaInterfaceWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaServiceIfaceWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaServiceImplWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaServiceWriter
-
- getPrintWriter(String) - Method in class gw.pl.util.webservices.axis.GWJavaStubWriter
-
- getPrintWriter(String) - Static method in class gw.pl.util.webservices.axis.UTF8PrintWriterUtil
-
Create a UTF-8 Print Writer for the given filename.
- getPriority() - Method in interface gw.entity.TypeKey
-
Returns the priority for this type key
- getPriority() - Method in class gw.lang.Gosu.ExecuteMode
-
- getPriority() - Method in interface gw.lang.mode.IGosuMode
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.BaseBoxedCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.BasePHighPriorityCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.BasePrimitiveCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.BlockCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.FunctionFromInterfaceCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.FunctionToInterfaceCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.GosuArrayToJavaArrayCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.IdentityCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.IMonitorLockCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.MetaTypeToClassCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.PrimitiveCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.PriorityDelegatingCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.RegExpMatchToBooleanCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.RuntimeCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.StandardCoercer
-
- getPriority(IType, IType) - Method in class gw.lang.parser.coercers.TypeVariableCoercer
-
- getPriority(IType, IType) - Method in interface gw.lang.parser.ICoercer
-
- getPriority() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getPrivateGlobalScopeCount() - Method in interface gw.lang.parser.ISymbolTable
-
- getPrivateGlobalScopeCount() - Method in class gw.lang.parser.StandardSymbolTable
-
- getPrivateGlobalScopeCount() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getProcessed() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getProcessedAfterCdc() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getProcessedAfterError() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getProcessedCount() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
- getProcessedWorkItemCount() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getProcessHistory() - Method in interface gw.pl.workqueue.entity.WorkItem
-
- getProcessHistory() - Method in interface gw.processes.BatchProcess
-
- getProcessHistory() - Method in class gw.processes.BatchProcessBase
-
Returns process history entity associated with this process.
- getProcessId() - Method in class gw.api.archiving.ArchiveCountSummarySinceLastRun
-
- getProcessId() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getProcessStatus() - Method in class gw.api.tools.BatchProcess
-
- getProduct() - Static method in class gw.api.system.server.ServerUtil
-
This is the product for this server, this is a build
artifact for use in logging and determining compatibility.
- getProduct() - Method in class gw.pl.modules.ModulesNode
-
- getProductCode() - Method in class gw.api.system.server.GWProduct
-
Code of the product, e.g. cc
- getProductCode() - Method in class gw.pl.util.webservices.CmdLineToolBase
-
- getProductInfo(String) - Static method in class gw.api.suite.GuidewireSuiteUtil
-
Returns the product information registered with the specified name in suite-config.xml.
- getProductName() - Method in class gw.api.system.server.GWProduct
-
Name of the product, e.g.
- getProductSpecificClass(String, Class, boolean) - Static method in class gw.testharness.TestBase
-
- getProfiler() - Method in interface gw.pl.messaging.entity.MessageContext
-
Gets the profiler.
- getProfilerFrameGroupSource() - Method in interface gw.api.profiler.ProfilerDataSource
-
For all stacks in this source
- getProfilerFrameGroupSource(ProfilerStack) - Method in interface gw.api.profiler.ProfilerDataSource
-
For the given stack
- getProfilerStack() - Method in class gw.api.profiler.ProfilerStackHolder
-
- getProfilerStack(SoapCallHistory) - Static method in class gw.api.profiler.WebServiceProfiler
-
- getProfilerStacks() - Method in interface gw.api.profiler.ProfilerDataSource
-
- getProfilerTag() - Method in class gw.api.profiler.IterationInfoNode
-
- getProfilerTag() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getProgram() - Method in interface gw.lang.parser.IParseResult
-
- getProgram() - Method in class gw.lang.parser.ParseResult
-
- getProgram() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- getProgramArgs() - Method in class gw.lang.Gosu.ExecuteMode
-
- getProgramInstance() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getProgramInstance(String) - Static method in class gw.lang.reflect.gs.IGosuProgram.Runner
-
- getProgramInstance(String, ISymbolTable) - Static method in class gw.lang.reflect.gs.IGosuProgram.Runner
-
- getProgramInstance(String, ISymbolTable, IType) - Static method in class gw.lang.reflect.gs.IGosuProgram.Runner
-
- getProgress() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- getProgress() - Method in interface gw.processes.BatchProcess
-
- getProgressPercentageIfRunning() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getProject() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getProperties(KeyableBean) - Method in class gw.api.importing.XmlExporter
-
This will return the set of properties to be written out for this bean.
- getProperties() - Method in class gw.api.tools.EntityDisplayInfo
-
- getProperties() - Method in class gw.i18n.ILocaleTypeInfo
-
- getProperties(ITypeInfo, IType) - Method in interface gw.lang.IGosuShop
-
- getProperties() - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getProperties(IType) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getProperties() - Method in class gw.lang.reflect.BaseTypeInfo
-
- getProperties() - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getProperties(IType) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getProperties(IRelativeTypeInfo.Accessibility) - Method in class gw.lang.reflect.FeatureManager
-
- getProperties() - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getProperties(IType) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getProperties() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getProperties(IType) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getProperties() - Method in interface gw.lang.reflect.ITypeInfo
-
- getProperties(ITypeInfo, IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getProperties() - Method in class gw.lang.ScriptParametersTypeInfo
-
- getProperties() - Method in class gw.pl.modules.ModuleNode
-
- getProperties() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Gets the list of extension properties for custom
JavaGeneratorFactories.
- getProperties() - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getProperties() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getProperties() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getProperties(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getPropertiesAndCounters() - Method in interface gw.api.profiler.ProfilerFrame
-
- getPropertiesAndCounters() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getPropertiesAndCounters() - Method in class gw.api.profiler.ProfilerTag
-
- getPropertiesAndCountersExcludingTracesString(ProfilerFrame) - Static method in class gw.api.profiler.ProfilerPageHelper
-
- getPropertiesAndCountersExcludingTracesString(ProfilerFrameGroup) - Static method in class gw.api.profiler.ProfilerPageHelper
-
- getPropertiesFileKey(IPropertyInfo) - Method in interface gw.lang.reflect.gs.IPropertiesType
-
- getProperty() - Method in class gw.api.diff.DiffPathElement
-
- getProperty(IType, String) - Static method in class gw.api.reflect.PropertyExtractor
-
Utility method for getting a property
- getProperty() - Method in exception gw.datatype.DataTypeException
-
- getProperty(CharSequence) - Method in class gw.i18n.ILocaleTypeInfo
-
- getProperty(CharSequence) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getProperty(IType, CharSequence) - Method in class gw.lang.reflect.BaseHandBuiltTypeInfo
-
- getProperty(CharSequence) - Method in class gw.lang.reflect.BaseTypeInfo
-
- getProperty(CharSequence) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getProperty(IType, CharSequence) - Method in class gw.lang.reflect.DefaultArrayTypeInfo
-
- getProperty(IRelativeTypeInfo.Accessibility, CharSequence) - Method in class gw.lang.reflect.FeatureManager
-
- getProperty(CharSequence) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getProperty(IType, CharSequence) - Method in class gw.lang.reflect.FeatureManagerTypeInfoBase
-
- getProperty(CharSequence) - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getProperty(IType, CharSequence) - Method in interface gw.lang.reflect.IRelativeTypeInfo
-
- getProperty(CharSequence) - Method in interface gw.lang.reflect.ITypeInfo
-
Get a property mapped to the specified name.
- getProperty(Object, String) - Static method in class gw.lang.reflect.ReflectUtil
-
- getProperty(CharSequence) - Method in class gw.lang.ScriptParametersTypeInfo
-
- getProperty(Object, Class<?>, String) - Method in class gw.pl.external.Invoker
-
Deprecated.
Get a property value for a proxied external type.
- getProperty(IType) - Method in interface gw.pl.persistence.type.DynamicEntityPropertyInfoReference
-
- getProperty(String) - Method in class gw.pl.util.GWProperties
-
- getProperty(String, String) - Method in class gw.pl.util.GWProperties
-
- getProperty(Class, String) - Method in class gw.plugin.util.BeanInfoCache
-
Gets a class property by name.
- getProperty(CharSequence) - Method in class gw.xml.parser2.XMLNodeIntrinsicTypeInfoFromJava
-
- getProperty(CharSequence) - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getProperty(CharSequence) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getProperty(IType, CharSequence) - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- getPropertyByCaseInsensitiveName(Class, String) - Method in class gw.plugin.util.BeanInfoCache
-
Gets a class property by name.
- getPropertyClassInfo() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getPropertyDefaultValue(String) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
- getPropertyDescriptor() - Method in interface gw.lang.reflect.java.IJavaPropertyInfo
-
- getPropertyDescriptors() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getPropertyDescriptors() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getPropertyDifferences() - Method in interface gw.api.bean.compare.EntityDiff
-
Returns all the property differences for the paired entities.
- getPropertyDifferences() - Method in class gw.api.bean.compare.EntityDiffImpl
-
- getPropertyGetterOrSetter() - Method in interface gw.lang.parser.statements.IPropertyStatement
-
- getPropertyInfo() - Method in interface gw.api.bean.compare.PropertyDiff
-
- getPropertyInfo() - Method in class gw.api.bean.compare.PropertyDiffImpl
-
- getPropertyInfo() - Method in class gw.api.diff.DiffProperty
-
Gets the property that changed.
- getPropertyInfo(IType, String, IFeatureFilter, IParserPart, IScriptabilityModifier) - Method in interface gw.lang.IGosuShop
-
- getPropertyInfo() - Method in interface gw.lang.parser.expressions.IFieldAccessExpression
-
- getPropertyInfo() - Method in interface gw.lang.parser.expressions.IInitializerAssignment
-
- getPropertyInfo() - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- getPropertyInfo() - Method in interface gw.lang.parser.expressions.IQueryPathExpression
-
- getPropertyInfo() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getPropertyInfo() - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- getPropertyInfo() - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- getPropertyInfo() - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- getPropertyInfo() - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- getPropertyInfo() - Method in interface gw.lang.reflect.features.IPropertyReference
-
- getPropertyInfo() - Method in class gw.lang.reflect.features.PropertyReference
-
- getPropertyInfo() - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- getPropertyInfo(IType, String, IFeatureFilter, IParserPart, IScriptabilityModifier) - Static method in class gw.lang.reflect.TypeSystem
-
- getPropertyMap() - Method in class gw.smoketest.platform.web.PCFElement
-
- getPropertyName() - Method in class gw.api.archiving.upgrade.IssueProperty
-
- getPropertyName() - Method in interface gw.lang.parser.expressions.IInitializerAssignment
-
- getPropertyName() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getPropertyName(String) - Static method in class gw.lang.reflect.ImplicitPropertyUtil
-
- getPropertyName() - Method in interface gw.pl.persistence.type.DynamicEntityPropertyInfoReference
-
- getPropertyName() - Method in class gw.xml.parser2.XMLFieldDeclaration
-
- getPropertyName() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- getPropertyName() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getPropertyName() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getPropertyNameByAttributeName(String) - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getPropertyNameByElementName(QName) - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getPropertyNameOffset() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getPropertyType() - Method in interface gw.entity.IAssociativeArrayCustomAccessor
-
Returns the property type of the associative array values.
- getPropertyType() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getPropertyType() - Method in class gw.lang.reflect.TypedPropertyDescriptor
-
- getPropertyValue(String) - Method in interface gw.api.archiving.upgrade.IArchivedEntity
-
Returns the current value of the property of the given name.
- getPropertyValue(String) - Method in interface gw.api.profiler.ProfilerFrame
-
- getPropertyValue(String) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getPropertyValue(String) - Method in class gw.api.profiler.ProfilerTag
-
- getProxiedType(IType) - Static method in class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- getProxy(Class, String) - Static method in class gw.pl.util.webservices.CmdLineToolBase
-
Returns a proxy of the given type.
- getProxy(Class, String, String, String) - Method in interface gw.pl.util.webservices.GWSOAPProvider
-
- getPublicID() - Method in class gw.api.admin.ImportDataConflict
-
Get the public id of the type of the changed entity.
- getPublicId() - Method in class gw.api.archiving.upgrade.IssueEntity
-
- getPublicId() - Method in interface gw.api.importing.graph.Element
-
The public id for this entity (will be null if not an entity)
- getPublicID() - Method in class gw.api.tools.PerfDownloadDetail
-
- getPublicID(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- getPublicIDOfRoot() - Method in interface gw.pl.extract.entity.RootInfo
-
Returns the public ID of the root.
- getPublishedType(IType, IJavaClassInfo) - Static method in class gw.lang.reflect.java.ClassInfoUtil
-
- getPublishedTypeMap(IJavaClassInfo) - Static method in class gw.lang.GosuShop
-
- getPureGenericType(IType) - Static method in class gw.lang.GosuShop
-
- getPureGenericType(IType) - Method in interface gw.lang.IGosuShop
-
- getPureGenericType(E) - Static method in class gw.lang.reflect.TypeSystem
-
- getQName() - Method in class gw.xml.AbstractXMLNode
-
Gets this node's qualified name.
- getQName() - Method in interface gw.xml.IReadOnlyXMLNode
-
- getQName() - Method in interface gw.xml.IXMLNode
-
- getQName() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- getQName() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getQName() - Method in class gw.xml.XmlElement
-
Returns the QName of this element.
- getQName() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getQName2ClassMap() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the type qname to java class map
- getQNameForString(String) - Method in class gw.xml.AbstractXMLNode
-
- getQNames() - Method in class gw.xml.XmlSimpleValue
-
Returns a list of QNames associated with this simple value ( such as in the case of xs:QName or an xs:list of
the same )
- getQNames() - Method in exception gw.xml.XmlSortException
-
- getQualifier() - Method in class gw.lang.GosuVersion
-
- getQualifiers() - Method in interface gw.lang.reflect.IScriptabilityModifier
-
- getQualifiers() - Method in class gw.lang.reflect.ScriptabilityModifier
-
- getQualifiersAsArray() - Method in class gw.lang.reflect.ScriptabilityModifier
-
- getQuaternarySortValue() - Method in interface gw.ab.addressbook.entity.ABContact
-
Returns the quaternary (4th) value used for sorting contact available to list views as sort criterion.
- getQuaternarySortValue() - Method in interface gw.pl.contact.entity.Contact
-
Returns the quaternary (4th) value used for sorting contact available to list views as sort criterion.
- getQueriesPerStack() - Method in class gw.api.profiler.StackQuerySummary
-
- getQuery() - Method in interface gw.api.database.IDeleteBuilder
-
- getQuery() - Method in interface gw.api.database.IUpdateBuilder
-
- getQueryableTable() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeDeleteBuilder
-
- getQueryableTable() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
- getQueryColumnBeanPath() - Method in interface gw.api.database.IQuerySelectColumn
-
- getQueryCount() - Method in class gw.api.profiler.StackQuerySummary
-
- getQueryExecsWithErrors() - Method in interface gw.pl.database.entity.DBConsistCheckRun
-
- getQueryExpressionEvaluator(IQueryExpression) - Method in interface gw.lang.reflect.IEntityAccess
-
- getQueryExpressionFeatureFilter() - Method in interface gw.lang.reflect.IEntityAccess
-
- getQueryForRootInfos() - Method in class gw.api.archiving.ArchiveDetails
-
- getQueryForRootInfos(ArchiveDetailsData) - Method in class gw.api.archiving.ArchiveDetails
-
- getQueryForRootInfos() - Method in class gw.api.archiving.ArchiveDetailsData
-
- getQueryForRootInfos(ArchiveDetailsData) - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureDetails
-
- getQueryForRootInfos() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureDetails
-
- getQueryForRootInfos(ArchiveDetailsData) - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesDetails
-
- getQueryForRootInfos() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesDetails
-
- getQueryForRootInfos(ArchiveDetailsData) - Method in class gw.api.archiving.ArchiveSkippedDetails
-
- getQueryForRootInfos() - Method in class gw.api.archiving.ArchiveSkippedDetails
-
- getQueryFP() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getQueryFP() - Method in class gw.api.profiler.QuerySummary
-
- getQueryGeneratorQueries() - Method in class gw.api.tools.DBInfoActivityStatsSummaryListsTableRecord
-
- getQueryProcessor(String) - Method in class gw.api.quickjump.EntityViewCommand
-
Gets the query processor used to find suggestions.
- getQueryString() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getQueryString() - Method in class gw.api.profiler.QuerySummary
-
- getQuerySummaries() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getQueryToIdentifyRows() - Method in interface gw.api.database.ConsistencyCheck
-
- getQueryToIdentifyRows(ConsistencyCheck) - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- getQueryToIdentifyRows(C) - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
- getQueryToIdentifyRows(LoaderSQLIntegrityCheck) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- getQueryToIdentifyRows() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
This method is only valid for the following types of checks (NO_MATCH_ROWS).
- getQueue(String) - Method in interface gw.pl.community.entity.Group
-
- getQueueCriteria() - Method in class gw.api.assignment.AssignmentSearchCriteria
-
The criteria used to search for a queue, will be used if search type is "Queue".
- getQueueID() - Method in class gw.plugin.assignment.AssignmentResponse
-
The ID of the queue within the group specified by groupID
to which assignment is made.
- getQueueName() - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The queue name
- getQueueName() - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
The queue name
- getQueueName() - Method in class gw.processes.WorkQueueBase
-
This will return the queue name from batch process type
- getQueues() - Method in class gw.api.assignment.AssignmentSearchResult
-
If the criteria selected type is "Queue", return a query processor that will yield queues matching
the queue search criteria.
- getQueueType() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getQueueType() - Method in class gw.processes.WorkQueueBase
-
This will return the queue type
- getRandom() - Static method in class gw.api.datagen.DatagenUtil
-
- getRandomAlphaCharacter() - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random alphabet character.
- getRandomAlphaString(int) - Static method in class gw.api.datagen.DatagenUtil
-
Creates and returns a random alphabetic string.
- getRandomBellCurve(int, int, int) - Static method in class gw.api.datagen.DatagenUtil
-
Get a gaussian distributed pick around a mean
- getRandomBoolean() - Static method in class gw.api.datagen.DatagenUtil
-
- getRandomBooleanValue() - Static method in class gw.api.datagen.DatagenUtil
-
- getRandomDate(int) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random date from a particular year.
- getRandomDateBetween(Date, Date) - Static method in class gw.api.datagen.DatagenUtil
-
- getRandomDateFuture() - Static method in class gw.api.datagen.DatagenUtil
-
Gets a date from the future.
- getRandomDateNearAfter(Date) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random date within a year after a given date
- getRandomDateNearPast() - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random date within the past six months.
- getRandomDateNearPast(Date) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random date within the past six months.
- getRandomDatePast() - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random date from the past
- getRandomDateWithinWeek(Date) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random date within a year after a given date
- getRandomDouble() - Static method in class gw.api.datagen.DatagenUtil
-
- getRandomFromArray(Object[]) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random object from this Array.
- getRandomFromDistribution(Map<Object, Integer>) - Static method in class gw.api.datagen.DatagenUtil
-
Gets an object from a distribution map, where the key is the object, and the value is the relative number
of times it should appear.
- getRandomFromList(List<T>) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random object from this list.
- getRandomFromSet(Set<T>) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random object from this Set.
- getRandomFromTypeList(Class) - Static method in class gw.api.datagen.DatagenUtil
-
Calls "getAllTypeKeys" from the class passed in.
- getRandomInIntegerRange(Integer[]) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random number given an array [start,end] conforming to [start, end)
This is a convenience method for cases where the range is looked up from a properties file.
- getRandomInRange(int[]) - Static method in class gw.api.datagen.DatagenUtil
-
Gets a random number given an array [start,end] conforming to [start, end)
This is a convenience method for cases where the range is looked up from a properties file.
- getRandomNonZeroInt(int) - Static method in class gw.api.datagen.DatagenUtil
-
Returns a random non-zero integer between zero and x(inclusive)
- getRandomNumber(int) - Static method in class gw.api.datagen.DatagenUtil
-
gets a random number < end
- getRandomNumber(int, int) - Static method in class gw.api.datagen.DatagenUtil
-
Get a uniform random number in [start, end)
- getRange(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDecimalConstraintsHandler
-
Gets the valid value range for this datatype.
- getRange(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IIntegerConstraintsHandler
-
Gets the valid value range for this datatype.
- getRange(Object, IPropertyInfo) - Method in interface gw.datatype.handler.ILongConstraintsHandler
-
Gets the valid value range for this datatype.
- getRange(Object, IPropertyInfo) - Method in interface gw.datatype.handler.INumberConstraintsHandler
-
Gets the valid value range for this datatype.
- getRange(Object, IPropertyInfo) - Method in interface gw.datatype.IConstrainedDataType
-
Gets the range for the datatype, for the given property on the given object.
- getRange(Object, IPropertyInfo) - Method in class gw.datatype.impl.DecimalConstraintsHandler
-
- getRange(Object, IPropertyInfo) - Method in class gw.datatype.impl.IntegerConstraintsHandler
-
- getRate() - Method in interface gw.currency.fxrate.FXRate
-
- getRate() - Method in interface gw.pl.currency.entity.ExchangeRate
-
The actual exchange rate, without any of the scaling that occurs internally.
- getRaw(Object) - Method in class gw.lang.parser.TypeVarToTypeMap
-
- getRawArgs() - Static method in class gw.lang.cli.CommandLineAccess
-
- getRawCmdStr() - Method in class gw.util.process.ProcessRunner
-
- getRawConstructor() - Method in interface gw.lang.reflect.java.IJavaConstructorInfo
-
- getRawExpression() - Method in interface gw.lang.parser.IParseResult
-
- getRawExpression() - Method in class gw.lang.parser.ParseResult
-
- getRawFingerprint() - Method in class gw.util.fingerprint.FP64
-
- getRawFunctionType() - Method in class gw.lang.reflect.MethodScore
-
- getRawInput() - Method in interface gw.api.util.phone.GWPhoneNumber
-
- getRawInput() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- getRawInput() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- getRawMethod() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getRawQuery() - Method in class gw.api.database.GroupingQuery
-
- getRawQuery() - Method in interface gw.api.database.IQuery
-
Deprecated.
Do not use. The underlying query implementation object has methods that will not work when
used in conjunction with this interface. This is only provided for backward-compatibility with older APIs that
require instances of Query.
- getRawQuery() - Method in class gw.api.database.Query
-
Deprecated.
Do not use. The underlying query implementation object has methods that will not work when
used in conjunction with this interface. This is only provided for backward-compatibility with older APIs that
require instances of Query.
- getRawSource() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getRawType() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getRawType() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getRawType() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- getReader() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getReader() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getReadMethod() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getReadMethodInfo() - Method in interface gw.lang.reflect.IMethodBackedPropertyInfo
-
- getReadMethodInfo() - Method in interface gw.lang.reflect.java.IJavaPropertyInfo
-
- getReads() - Method in class gw.api.tools.DBInfoActivityStatsEntityListsTableRecord
-
- getRealElementContainer(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDAll
-
- getRealElementContainer(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDChoice
-
- getRealElementContainer(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDElementContainer
-
- getRealElementContainer(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDGroup
-
- getRealElementContainer(XSDSchemaIndex) - Method in class gw.xml.xsd.schema.XSDSequence
-
- getRealLocation() - Method in class gw.xml.FileNameAndLineNumber
-
- getReason() - Method in class gw.api.validation.ValidationIssue
-
The validation message.
- getRecentAWRSnapshotInfo(int) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Return recent AWR snapshot information.
- getRecentAWRSnapshotInfo(int) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getRecords() - Method in class gw.plugin.solr.SolrResultSet
-
Return the result set data itself
- getRef() - Method in class gw.xml.xsd.schema.XSDAttribute
-
- getRef() - Method in class gw.xml.xsd.schema.XSDAttributeGroup
-
- getRef() - Method in class gw.xml.xsd.schema.XSDElement
-
- getReferencedTable() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getReferencingColumns() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getReferencingColumnsString() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getReferredSymbol() - Method in interface gw.lang.parser.ICapturedSymbol
-
- getRefId() - Method in interface gw.api.webservice.IInsertPathValue
-
- getRefIndex() - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- getRefInfo() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- getRefInfo() - Method in class gw.xml.parser2.XMLChildListDeclaration
-
- getRefreshChecksum() - Method in interface gw.lang.reflect.ITypeSystem
-
- getRefreshChecksum() - Static method in class gw.lang.reflect.TypeSystem
-
- getRegexPattern(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IStringPresentationHandler
-
Gets the regex pattern associated with this datatype.
- getRegexPattern(Object, IPropertyInfo) - Method in interface gw.datatype.IPresentableDataType
-
Gets the regex pattern associated with this datatype.
- getRegionName() - Method in class gw.api.admin.RegionSearchCriteria
-
- getRegionZones(ZoneType) - Method in interface gw.pl.assignment.entity.Region
-
- getRegionZonesQuery(ZoneType) - Method in interface gw.pl.assignment.entity.Region
-
This returns the set of RegionZones of the specified type.
- getRegionZoneTypes(Country) - Static method in class gw.api.admin.BaseAdminUtil
-
Returns all the zone types that regions can be created from.
- getRegionZoneTypesForDefaultCountry() - Static method in class gw.api.admin.BaseAdminUtil
-
Returns all the zone types that regions can be created from.
- getRegionZoneTypesWithGranularity(Country) - Static method in class gw.api.admin.BaseAdminUtil
-
Returns all the zone types that regions can be created from.
- getRelatedBeanID() - Method in class gw.api.validation.ValidationIssue
-
A sub-entity of the bean being validated, to which this issue is tied.
- getRelativeName() - Method in class gw.api.reflect.TypeName
-
- getRelativeName() - Method in interface gw.lang.ir.IRType
-
- getRelativeName() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getRelativeName() - Method in class gw.lang.ir.SyntheticIRType
-
- getRelativeName() - Method in class gw.lang.reflect.DefaultArrayType
-
- getRelativeName() - Method in class gw.lang.reflect.FunctionType
-
- getRelativeName() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getRelativeName() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getRelativeName() - Method in interface gw.lang.reflect.IType
-
The relative or unqualified name.
- getRelativeName() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getRelativeName() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getRelativeName() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getRelativeName() - Method in class gw.xml.parser2.LocationRefType
-
- getRelativeName() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getRelativeName() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getRelativeName() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getRelativeName() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getRelativeNameSansBlock() - Method in interface gw.lang.reflect.IBlockType
-
- getRelativeParamSignature(boolean) - Method in interface gw.lang.reflect.IBlockType
-
- getRelativePath(File, File) - Static method in class gw.pl.util.FileUtil
-
Produces a relative path string that describes one directory's location
relative to another.
- getRelativeSrcDir(String, String) - Static method in class gw.pl.util.FileUtil
-
Gives a source directory string relative to the devhome
(commons,src) => "platform/commons/src"
(platform,src) => "platform/pl/src"
(platform,gunit) => "platform/pl-gunit/src"
(px,src) => "app-px/px/src"
(px,gunit) => "app-px/px-gunit/src"
- getRemoteURL() - Method in class gw.test.remote.ForwardingTestEnvironment
-
- getRemoteURL() - Method in class gw.test.remote.RemoteForwardingTestEnvironment
-
- getRemoved() - Method in class gw.api.graph.compare.EntityComparison
-
Returns all beans that are in the source graph but not in the
comparison graph.
- getRemoved() - Method in interface gw.api.graph.compare.GraphComparison
-
Returns all of the nodes which are present in the source
but not present in the compare graph ("removed").
- getRemovedArrayElements(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
- getRemovedArrayElements(IArrayPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
- getRemovedArrayElements(String) - Method in interface gw.pl.persistence.core.Bean
-
- getRemovedBeans() - Method in interface gw.api.preupdate.PreUpdateContext
-
Returns the list of beans that are being removed by this transaction.
- getRemovedBeans() - Method in interface gw.pl.persistence.core.Bundle
-
Gets the beans that have been removed in this bundle.
- getRemovedElements() - Method in class gw.api.admin.ImportDataArrayDifferences
-
The elements removed from the array by the import.
- getRenderName() - Method in class gw.api.database.DatabaseParameterSet
-
- getRepeatInterval() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- getReplacementContact() - Method in interface gw.ab.addressbook.entity.ABContact
-
- getReplacementText(String) - Method in class gw.pl.util.SearchLocation
-
- getReplyTo() - Method in class gw.api.email.Email
-
Get email reply to contact
- getReport(String) - Method in class gw.api.tools.LoadHistoryHelper
-
- getReportingCurrency() - Static method in class gw.api.util.CurrencyUtil
-
Get the reporting currency (same as Default currency for now).
- getReportName() - Method in class gw.api.tools.ConsistencyChecksPagePrinter
-
- getReportName() - Method in class gw.api.tools.DatabaseCheckPagePrinter
-
- getReportName() - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter
-
- getRepository() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getRepresentativeFunctionType(IType) - Static method in class gw.lang.parser.coercers.FunctionToInterfaceCoercer
-
- getRequest() - Static method in class gw.api.web.Scopes
-
Deprecated.
Returns a Map that can be used to store and retrieve values whose lifespan should
be bound up with the lifespan of the request.
- getRequest() - Method in class gw.util.servlet.ServletParams
-
- getRequestEnvelope() - Method in class gw.xml.ws.WsiInvocationContext
-
- getRequestHttpHeaders() - Method in class gw.xml.ws.WsiInvocationContext
-
- getRequests() - Method in class gw.util.concurrent.Cache
-
- getRequestSoapHeaders() - Method in class gw.plugin.security.WebservicesAuthenticationContext
-
- getRequestSoapHeaders() - Method in class gw.xml.ws.WsiInvocationContext
-
- getRequired() - Method in interface gw.xml.ws.annotation.IWsiCheckDuplicateExternalTransaction
-
- getRequiredPermission() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the code of the SystemPermissionType value, if any, required for the user to use this template.
- getRequiredPermission() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getRequiredPermissions() - Method in interface gw.api.webservice.WebServiceAnnotation
-
Get the required permissions for this service annotation.
- getRequiredPermissions() - Method in interface gw.lang.IWsiPermissionsAnnotation
-
- getRequiredSymbols() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
RequiredSymbols
- getRequiredSymbols() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
RequiredSymbols
- getResolutionOptions() - Method in class gw.api.admin.ImportDataInfo
-
The available strategies for resolving conflicts - overwrite, discard or manual.
- getResolutionStrategy() - Method in class gw.api.admin.ImportDataInfo
-
The currently selected resolution strategy, which determines what will happen when the changes are
committed.
- getResource(String) - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getResource(String) - Method in interface gw.lang.reflect.ITypeLoader
-
Finds the resource with the given name.
- getResource(String) - Method in class gw.lang.reflect.TypeLoaderBase
-
- getResourceName(URL) - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository
-
- getResourcePackageAsIDirectory() - Method in class gw.testharness.TestBase
-
Finds the resource of the current type as an IFile representing this gosu or java type,
then returns the parent IDirectory of the found IFile.
- getResourcePackageAsIDirectory() - Method in class gw.testharness.v3.PLTestClass
-
Gets the enclosing IDirectory of this type
- getResourcesDir() - Static method in class gw.api.web.WebUtil
-
Returns the relative URL of the localized web resources for the current user's locale and skin.
- getResourcesPath() - Static method in class gw.api.web.WebUtil
-
- getResponse() - Method in class gw.api.admin.EventMessage
-
- getResponse() - Method in class gw.util.servlet.ServletParams
-
- getResponseHttpHeaders() - Method in class gw.xml.ws.WsiInvocationContext
-
- getResponseMimeType() - Method in class gw.document.DocumentContentsInfo
-
- getResponseSoapHeaders() - Method in class gw.xml.ws.WsiInvocationContext
-
- getResponseType() - Method in class gw.document.DocumentContentsInfo
-
- getRestoreState() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getRestriction() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeDeleteBuilder
-
- getRestriction() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
- getResult() - Method in class gw.api.validation.ValidationExecutionResult
-
The results of executing Validation.
- getResults() - Method in class gw.api.admin.ImportDataInfo
-
Returns an object describing the results of the import.
- getResults() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- getResults() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- getResults() - Method in interface gw.pl.contact.entity.ContactSearchResult
-
Deprecated.
Gets the results.
- getResults() - Method in interface gw.pl.contact.entity.ExtContactSrchResult
-
Set of contact summaries returned from the search.
- getResults() - Method in class gw.pl.util.ResultsBuffer
-
- getResultsExact() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- getResultsExact() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- getResultsFromContactCenter(ContactSearchCriteria) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves ALL search results from Contact Center.
- getResultsFromContactCenter(ContactSearchCriteria, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves search results from Contact Center.
- getResultsFromContactCenter(ContactSearchCriteria, Integer, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves search results from Contact Center.
- getResultsFromUsers(UserSearchCriteria) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves ALL search results from the set of users.
- getResultsFromUsers(UserSearchCriteria, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves search results from the set of users.
- getResultsFromUsers(UserSearchCriteria, Integer, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Retrieves search results from the set of users.
- getResultsWriter() - Method in class gw.pl.util.DataChangeUtil
-
An appender to write additional information into the results record
- getResultType() - Method in class gw.lang.ir.expression.IRNewMultiDimensionalArrayExpression
-
- getResultType() - Method in class gw.lang.ir.expression.IRTernaryExpression
-
- getResultType() - Method in interface gw.lang.parser.expressions.IQueryExpressionEvaluator
-
- getResumeSuspendOptions() - Method in class gw.api.admin.DestinationMessageStatistics
-
Returns the options for suspending/resuming inbound/outbound message processing for
the destination based on the status of the destination.
- getRetainedMemory() - Method in class gw.lang.reflect.FunctionType
-
- getRetainedMemory() - Method in interface gw.lang.reflect.IFunctionType
-
- getRetainedMemory() - Method in interface gw.lang.reflect.java.IJavaType
-
- getRetainedMemory() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getRetiredContact() - Method in interface gw.ab.contact.entity.DuplicateContactPair
-
Returns the ABContact which should be retired from this ContactPair,
i.e. the newest contact.
- getRetrievedAt() - Method in interface gw.currency.fxrate.FXRate
-
- getRetrieveStatus() - Method in interface gw.plugin.archiving.ArchiveSourceInfo
-
The retrieve status
- getRetry() - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
Returns the number of failed messages that can be retried.
- getRetryableError() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getRetryableError() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the number of retry messages.
- getRetryableErrorMessage() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the number of error messages.
- getRetryBackoffMultiplier() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getReturnClassInfo() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getReturnDescription() - Method in interface gw.lang.javadoc.IMethodNode
-
- getReturnDescription() - Method in interface gw.lang.reflect.IMethodInfo
-
- getReturnDescription() - Method in interface gw.lang.reflect.java.IJavaBasePropertyInfo
-
- getReturnDescription() - Method in class gw.lang.reflect.MethodInfoBase
-
- getReturnDescription() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getReturnDescription() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getReturnType() - Method in class gw.lang.ir.builder.IRMethodBuilder
-
- getReturnType() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getReturnType() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- getReturnType() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getReturnType() - Method in interface gw.lang.parser.IParsedElement
-
- getReturnType() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getReturnType() - Method in class gw.lang.reflect.FunctionType
-
- getReturnType() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getReturnType() - Method in interface gw.lang.reflect.IFunctionType
-
- getReturnType() - Method in interface gw.lang.reflect.IMethodInfo
-
- getReturnType() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- getReturnType() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getReturnType() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getReturnType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getReturnType() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- getReturnType() - Method in class gw.plugin.management.OperationInfo
-
Type the return type from this operation
- getReturnType(T, ISymbolTable, String) - Method in class gw.xml.parser2.DynamicReturnTypeProvider
-
- getReturnType(IXMLNode, ISymbolTable, String) - Method in class gw.xml.parser2.OtherAttributeTypeReturnTypeProvider
-
- getReturnType(IXMLNode, ISymbolTable, String) - Method in class gw.xml.parser2.StaticReturnTypeProvider
-
- getReturnTypeName() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getReturnValue() - Method in class gw.lang.ir.statement.IRReturnStatement
-
- getReverseXSDType() - Method in class gw.xml.xsd.typeloader.CustomTypeMapping
-
- getReviewerId() - Method in class gw.plugin.assignment.AssignmentResponse
-
An optional value specifying the person that the review
activity will be assigned to.
- getReviewFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is the activity an assignment review activity?
- getReviewSummaries(ABContact) - Static method in class gw.api.contact.ABReviewUtil
-
A helper method providing a QueryProcessor returning the ReviewSummaries (if any)
for a given ABContact.
- getRhs() - Method in class gw.lang.ir.expression.IRArithmeticExpression
-
- getRhs() - Method in class gw.lang.ir.expression.IRConditionalAndExpression
-
- getRhs() - Method in class gw.lang.ir.expression.IRConditionalOrExpression
-
- getRhs() - Method in class gw.lang.ir.expression.IREqualityExpression
-
- getRhs() - Method in class gw.lang.ir.expression.IRRelationalExpression
-
- getRhs() - Method in class gw.lang.ir.statement.IRFieldSetStatement
-
- getRHS() - Method in interface gw.lang.parser.expressions.IArithmeticExpression
-
- getRHS() - Method in interface gw.lang.parser.expressions.IBinaryExpression
-
- getRHS() - Method in interface gw.lang.parser.expressions.IConditionalExpression
-
- getRhs() - Method in interface gw.lang.parser.expressions.IInitializerAssignment
-
- getRHS() - Method in interface gw.lang.parser.expressions.ITypeIsExpression
-
- getRightEndpoint() - Method in class gw.lang.reflect.interval.AbstractInterval
-
- getRightEndpoint() - Method in interface gw.lang.reflect.interval.IInterval
-
- getRoles(boolean) - Method in interface gw.pl.community.entity.UserSearchCriteria
-
Returns only internal or external roles only controlled by the boolean parameter passed in.
- getRoot() - Method in class gw.api.graph.MergeGraph
-
- getRoot() - Method in class gw.api.graph.Tree
-
Get the root node.
- getRoot() - Method in class gw.lang.init.GosuPathEntry
-
Returns the root directory for this GosuPathEntry.
- getRoot() - Method in class gw.lang.ir.expression.IRArrayLengthExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRArrayLoadExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRCastExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRInstanceOfExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRNegationExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRNotExpression
-
- getRoot() - Method in class gw.lang.ir.expression.IRPrimitiveTypeConversion
-
- getRoot() - Method in interface gw.pl.messaging.entity.MessageContext
-
Gets the root object of this event, namely, the object that generated
the event.
- getRoot() - Method in class gw.util.cache.FqnCache
-
- getRoot() - Method in class gw.xml.AbstractXMLNode
-
Gets the root of this node tree.
- getRoot() - Method in class gw.xml.XMLNodeHandler
-
- getRootContactType() - Method in interface gw.api.contact.AddressBookMatch
-
Get the type of the root contact that is trying to match.
- getRootDir() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getRootExpression() - Method in interface gw.lang.parser.expressions.IArrayAccessExpression
-
- getRootExpression() - Method in interface gw.lang.parser.expressions.IMapAccessExpression
-
- getRootExpression() - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- getRootExpression() - Method in interface gw.lang.parser.statements.IMemberAssignmentStatement
-
- getRootFeatureReference() - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- getRootFeatureReference() - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- getRootFeatureReference() - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- getRootFeatureReference() - Method in interface gw.lang.reflect.features.IFeatureChain
-
- getRootFeatureReference() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getRootFeatureReference() - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- getRootGroup() - Method in interface gw.pl.community.entity.Group
-
- getRootGroup() - Method in interface gw.pl.community.entity.User
-
Return the root group for this user
- getRootGroupForCurrentUser() - Static method in class gw.api.databuilder.GroupBuilder
-
- getRootGroupId() - Method in interface gw.pl.community.entity.Group
-
Returns the id of the root group.
- getRootName() - Method in interface gw.lang.parser.expressions.IQueryPathExpression
-
- getRootNode() - Method in class gw.api.contact.pendingchanges.DiffDisplayBuilder
-
Bean accessor method to retrieve the root TreeNode.
- getRootNodes() - Method in class gw.api.graph.traverse.GraphTraverserBase
-
- getRootPhysicalFileSystem() - Method in class gw.fs.FileFactory
-
- getRoots() - Method in interface gw.api.graph.GraphView
-
Returns all graph roots (nodes with no incoming edges).
- getRoots() - Method in interface gw.lang.reflect.module.IModule
-
- getRootType() - Method in class gw.api.contact.pendingchanges.ContactMergeGraphBuilder
-
- getRootType() - Method in interface gw.entity.IEntityType
-
Returns the root type for this entity.
- getRootType() - Method in interface gw.lang.parser.expressions.IFeatureLiteralExpression
-
- getRootType() - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- getRootType() - Method in interface gw.lang.parser.expressions.IQueryPathExpression
-
- getRootType() - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- getRootType() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- getRootType() - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- getRootType() - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- getRootType() - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- getRootType() - Method in class gw.lang.reflect.features.ConstructorReference
-
- getRootType() - Method in interface gw.lang.reflect.features.IFeatureReference
-
- getRootType() - Method in class gw.lang.reflect.features.MethodChainReference
-
- getRootType() - Method in class gw.lang.reflect.features.MethodReference
-
- getRootType() - Method in class gw.lang.reflect.features.PropertyReference
-
- getRootType() - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- getRootType() - Method in class gw.pl.persistence.core.Key
-
Gets the root entity type, which corresponds to the table representing the entity.
- getRootTypeName() - Method in class gw.pl.external.entity.Key
-
Deprecated.
Get the root name of the type this key represents
- getRoundingMode() - Static method in class gw.api.util.CurrencyUtil
-
The Default RoundingMode to the be used during monetary calculations.
- getRowCount() - Method in class gw.api.profiler.QuerySummary
-
- getRowItemLabel() - Method in class gw.api.database.DatabaseParameterSet
-
- getRule() - Method in class gw.rules.Action
-
Returns information about the currently executing rule
- getRuleSet() - Method in class gw.rules.Action
-
Returns information about the currently executing rule set.
- getRuleSetName() - Method in class gw.rules.ExecutionSession
-
- getRulesForType(IType) - Method in interface gw.rules.IRuleTreeExpander
-
- getRulesForType(IType) - Method in class gw.rules.RuleSetCache
-
- getRunlevel() - Method in enum gw.api.server.AvailabilityLevel
-
Get the runlevel
- getRunlevel(String) - Static method in enum gw.api.system.server.Runlevel
-
- getRunlevel(int) - Static method in enum gw.api.system.server.Runlevel
-
- getRunlevel() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Gets the run level of the server.
- getRunlevel() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getRunLevel() - Method in interface gw.api.webservice.WebServiceAnnotation
-
Get the run level for this web service annotation.
- getRunlevel(int) - Static method in enum gw.api.webservice.WSRunlevel
-
- getRunlevel(WSRunlevel) - Static method in enum gw.api.webservice.WSRunlevel
-
- getRunlevel() - Method in enum gw.api.webservice.WSRunlevel
-
- getRunning() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
Whether or not the process is currently running
- getRunning() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
Whether or not the process is currently running
- getRunningRule() - Method in class gw.rules.ExecutionSession
-
- getRunningRuleSet() - Method in class gw.rules.ExecutionSession
-
- getRunningRuleType() - Method in class gw.rules.ExecutionSession
-
- getRunningServers() - Method in class gw.api.tools.ClusterInfoData
-
Returns the list of members of current JGroups cluster.
- getRuntimeType() - Method in class gw.lang.parser.IScriptPartId
-
- getRuntimeType() - Method in class gw.lang.parser.ScriptPartId
-
- getRuntimeType() - Method in class gw.lang.parser.TypelessScriptPartId
-
- getRuntimeType() - Method in class gw.lang.reflect.FunctionType
-
- getSafeOrderedObjectKeyValue() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the key value for this object.
- getSafeOrderedObjectName() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the name for this object.
- getSafePersistingOrderTableNames() - Static method in class gw.api.tools.SafePersistingOrderInfoHelper
-
- getSatisfiedCount() - Method in class gw.api.tools.RuleStats
-
- getSavedProfilerSources() - Method in class gw.api.profiler.SavedFileProfilerPageHelper
-
- getSaxParser() - Static method in class gw.api.importing.ImportingUtil
-
this will get a sax parser
- getScale() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getScale(Object, IPropertyInfo) - Method in interface gw.datatype.handler.IDecimalConstraintsHandler
-
Gets the scale of values for this datatype.
- getScale() - Method in interface gw.datatype.handler.IDecimalPersistenceHandler
-
Gets the scale of values for this datatype.
- getScale(Object, IPropertyInfo) - Method in interface gw.datatype.IConstrainedDataType
-
Gets the scale for the datatype, for the given property on the given object.
- getScale(Object, IPropertyInfo) - Method in class gw.datatype.impl.CurrencyAmountConstraintsHandlerBase
-
- getScale(Object, IPropertyInfo) - Method in class gw.datatype.impl.DecimalConstraintsHandler
-
- getScale() - Method in class gw.datatype.impl.DecimalPersistenceHandler
-
- getScale() - Method in interface gw.datatype.IPersistentDataType
-
Gets the scale for this datatype.
- getSchedule(BatchProcessType) - Static method in class gw.api.tools.BatchProcess
-
- getSchedule(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
This returns the current cron string used wby this batch process
- getSchedule(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This returns the current cron string used wby this batch process
- getSchema() - Method in class gw.api.tools.DatabaseInfo.MaterializedViewNVPairInfo
-
- getSchema() - Method in class gw.xml.XmlSchemaAccess
-
Returns the schema represented by this XmlSchemaAccess type.
- getSchemaForTypeFromXSDTypeLoaders(String) - Static method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getSchemaFromXSDTypeLoaders(String) - Static method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getSchemaIndex() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- getSchemaInfoByType(IType) - Static method in class gw.xml.XmlTypeInstance
-
- getSchemaVersion() - Method in class gw.api.webservice.systemTools.ServerVersion
-
The schema version
- getScmState(File) - Method in interface gw.api.scm.IScmAdapter
-
Returns the ScmState of the specified file.
- getScope() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getScope() - Method in interface gw.lang.parser.expressions.IBlockExpression
-
- getScope() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getScope(String) - Static method in enum gw.lang.parser.GlobalScope
-
- getScope() - Method in interface gw.lang.parser.IReducedSymbol
-
- getScope() - Method in class gw.pl.modules.ModuleDependencyNode
-
- getScope() - Method in class gw.pl.modules.pom.PomModuleDependencySpec
-
- getScope() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the scope for the deploy.xml file.
- getScope() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the contexts in which this document should be used.
- getScope() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getScope() - Method in class gw.smoketest.platform.web.PCFElementId
-
- getScopeCount() - Method in interface gw.lang.parser.ISymbolTable
-
- getScopeCount() - Method in class gw.lang.parser.StandardSymbolTable
-
- getScopeCount() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getScopedSymbolType() - Method in interface gw.lang.reflect.gs.IGosuVarPropertyInfo
-
- getScopeNode(PCFElementId.PCFElementScope) - Method in class gw.smoketest.platform.web.PCFElementId
-
- getScore() - Method in class gw.api.profiler.GloballyAggregatedQuerySummary
-
- getScore() - Method in class gw.lang.reflect.MethodScore
-
- getScript(IDocumentTemplateDescriptor, Map) - Method in class gw.plugin.document.impl.BaseMailMergeDocumentProductionImpl
-
Get the JavaScript code which will be returned to the browser to perform the actual document creation.
- getScriptPart() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getScriptPart() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getScriptPart() - Method in interface gw.lang.parser.IDynamicSymbol
-
- getScriptPart() - Method in interface gw.lang.parser.IGosuParser
-
The context associated with the parser's script.
- getScriptPart() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getScriptPart() - Method in interface gw.lang.parser.IReducedSymbol
-
- getScriptPart() - Method in class gw.lang.reflect.FunctionType
-
- getScriptPart() - Method in interface gw.lang.reflect.IFunctionType
-
- getScriptPart() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getScriptPartId() - Method in interface gw.lang.parser.IParseTree
-
- getScriptPartId() - Method in class gw.lang.parser.ParserOptions
-
- getScriptValue(String) - Static method in class gw.lang.ScriptParameters
-
- getSdk() - Method in class gw.lang.gosuc.GosucProject
-
- getSearchPanel(SymbolProviderElement) - Static method in class gw.api.util.SearchUtil
-
Looks for either a SearchPanel parent, or else any SearchPanel in the
current Screen.
- getSearchString() - Method in class gw.api.tools.ConsistCheckTypePicker
-
- getSearchString() - Method in class gw.api.tools.DBTablePicker
-
- getSearchString() - Method in class gw.api.tools.NameablePicker
-
- getSearchType() - Method in class gw.api.assignment.AssignmentSearchCriteria
-
Return the type of assignee being searched for; one of "User", "Group" or "Gueue".
- getSecond(Date) - Static method in class gw.date.GosuDateUtil
-
Get the second of the time
- getSecond() - Method in interface gw.lang.parser.expressions.IConditionalTernaryExpression
-
- getSecond() - Method in class gw.util.Pair
-
- getSecond() - Method in class gw.util.Triple
-
- getSecond() - Method in class gw.xml.date.AbstractXmlDateType
-
- getSecond() - Method in class gw.xml.date.XmlDateTime
-
- getSecond() - Method in class gw.xml.date.XmlTime
-
- getSecondaryAddresses() - Method in interface gw.ab.addressbook.entity.ABContact
-
Gets all the Contact's secondary Addresses.
- getSecondaryAddresses() - Method in interface gw.pl.contact.entity.Contact
-
Gets all the Contact's secondary Addresses.
- getSecondaryMoneyComponent() - Method in class gw.api.financials.CurrencyAmountPair
-
- getSecondaryMoneyComponent() - Method in interface gw.api.financials.IPairedMoney
-
Gets the linked secondary money component, if any.
- getSecondaryMoneyComponent() - Method in interface gw.api.financials.MoneyComponentFacade
-
Deprecated.
Gets the linked secondary money component, if any.
- getSecondarySortValue() - Method in interface gw.ab.addressbook.entity.ABContact
-
Returns the secondary value used for sorting contact available to list views as sort criterion.
- getSecondarySortValue() - Method in interface gw.pl.contact.entity.Contact
-
Returns the secondary value used for sorting contact available to list views as sort criterion.
- getSecondColumn() - Method in interface gw.entity.IDateTimeOrdering
-
- getSeconds() - Method in class gw.xml.date.XmlDuration
-
- getSectionType() - Method in class gw.api.tools.SharedSectionUsageStat
-
- getSecurityZones() - Method in interface gw.pl.community.entity.User
-
Returns a list of all the security zones that this user can currently see (is assigned
to a group)
- getSeenTypes() - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getSegmentDistance() - Method in class gw.api.contact.DrivingDirectionsElem
-
Returns the driving distance for this segment in a given unit.
- getSegmentTimeInMinutes() - Method in class gw.api.contact.DrivingDirectionsElem
-
Given a particular hop/segment, returns the time in minutes.
- getSelectBody() - Method in interface gw.api.database.WebSQLIntegrityCheck
-
- getSelectColumns() - Method in class gw.api.archiving.ArchiveDetails
-
- getSelectColumns() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfFailureDetails
-
- getSelectColumns() - Method in class gw.api.archiving.ArchiveExcludedBecauseOfRulesDetails
-
- getSelectColumns() - Method in class gw.api.archiving.ArchiveSkippedDetails
-
- getSelectedDirections(CommonContact[], CommonContactSearchCriteria) - Method in class gw.api.contact.DrivingDirectionsCache
-
Gets the driving directions for those selected (checked) users on a Contact (Address Book) search LV.
- getSelectedDirections(CommonContact[], CommonContactSearchCriteria, UnitOfDistance) - Method in class gw.api.contact.DrivingDirectionsCache
-
Gets the driving directions for those selected (checked) users on a Contact (Address Book) search LV.
- getSelectedDirections(GroupUser[], CommonContactSearchCriteria) - Method in class gw.api.contact.DrivingDirectionsCache
-
Gets the driving directions for those selected (checked) users on a GroupUser (User Assignment) search LV.
- getSelectedDirections(GroupUser[], CommonContactSearchCriteria, UnitOfDistance) - Method in class gw.api.contact.DrivingDirectionsCache
-
Gets the driving directions for those selected (checked) users on a GroupUser (User Assignment) search LV.
- getSelectedDirections(User[], CommonContactSearchCriteria) - Method in class gw.api.contact.DrivingDirectionsCache
-
Gets the driving directions for those selected (checked) users on a user search LV.
- getSelectedDirections(User[], CommonContactSearchCriteria, UnitOfDistance) - Method in class gw.api.contact.DrivingDirectionsCache
-
Gets the driving directions for those selected (checked) users on a user search LV.
- getSelectedFromList() - Method in class gw.api.assignment.AssignmentPopup
-
Get the assignee chosen from the suggested assignee list, if any.
- getSelectedGroup() - Method in class gw.api.assignment.AssigneePicker
-
Returns the last Group set as the selected assignee.
- getSelectedQueue() - Method in class gw.api.assignment.AssigneePicker
-
Returns the last Queue set as the selected assignee.
- getSelectedUser() - Method in class gw.api.assignment.AssigneePicker
-
Returns the last GroupUser set as the selected assignee.
- getSelectFromSearchLabel() - Method in class gw.api.assignment.AssignmentPopup
-
Return a label describing the user's options for searching for an assignee.
- getSelection() - Method in class gw.api.assignment.AssigneePicker
-
The assignee selected by the user, or null if none selected.
- getSelectionType() - Method in class gw.api.assignment.AssignmentPopup
-
Returns either "FromList" (if one of the suggested assignees was chosen) or "FromSearch" (if the user
searched for an assignee).
- getSelectOptionIndex(String, String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- getSelectOptionIndexByLabel(String, String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- getSemiPermanentTransitionCheck() - Method in class gw.api.system.ParameterKey
-
- getSender() - Method in class gw.api.email.Email
-
- getSenderRef() - Method in class gw.api.admin.EventMessage
-
- getSenderRefID() - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- getSendTime() - Method in class gw.api.admin.EventMessage
-
- getSendTime() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
The send time for blocking message of the safe order object.
- getSeparator() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- getSeparator() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- getSequenceNumber() - Method in class gw.plugin.management.Notification
-
Sequence Number
- getSequenceUtil() - Static method in class gw.plugin.util.SequenceUtil
-
Get a handle to the SequenceUtil
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.AlreadyExecutedException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.BadIdentifierException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.BatchProcessException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.DataConversionException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.DuplicateKeyException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.EntityStateException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.FieldConversionException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.FieldFormatException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.LoginException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.PermissionException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.RequiredFieldException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.ServerStateException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPRetryableException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPSenderException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.SOAPServerException
-
Get Custom Serializer
- getSerializer(String, Class, QName) - Static method in exception gw.pl.util.webservices.login.fault.UnknownTypeKeyException
-
Get Custom Serializer
- getSerializerMapForTests() - Static method in class gw.pl.util.xml.XMLObjectSerializerRegistry
-
- getServer(String, String, int) - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getServerApiUrl(String, String) - Static method in class gw.pl.util.webservices.Globals
-
Given a Guidewire server URL and the name a SOAP api, return a URL for a
web service implementing the given api
- getServerApiUrl(String) - Static method in class gw.pl.util.webservices.Globals
-
Given the name a SOAP api, return a URL for a web service implementing the
given api using the default server url.
- getServerApiUrl2(String, String) - Static method in class gw.pl.util.webservices.Globals
-
Given a Guidewire server URL and the name a SOAP api, return a URL for a
web service implementing the given api
- getServerId() - Static method in class gw.api.domain.ServiceInfoSource
-
Deprecated.
- getServerId() - Static method in class gw.api.system.server.ServerUtil
-
The server id for this server, this is a configuration
control option and this might not be unique.
- getServerId() - Method in class gw.api.tools.ClusteredServer
-
- getServerId() - Method in class gw.api.tools.ClusterInfoData
-
Returns serverID.
- getServerId(UUID) - Method in interface gw.plugin.cluster.ClusterChannelCallback
-
Resolves server UUID to server ID
- getServerVersion() - Static method in class gw.api.system.server.ServerUtil
-
This is the ServerVersion for this server, this is a build
artifact for use in logging and determining compatibility.
- getService(Class<? extends T>) - Method in class gw.config.ServiceKernel
-
- getServiceDesc() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Retruns the SericeDesc object
- getServiceEntry(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the ServiceEntry with the given QName.
- getServiceName() - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- getServiceNameFilters() - Static method in class gw.api.profiler.WebServiceProfilerPageHelper
-
- getServiceQName() - Method in interface gw.xml.ws.IWsdlPort
-
this is the qname for the service
- getServletContext() - Method in class gw.util.servlet.ServletParams
-
- getServletPath() - Method in interface gw.servlet.IServletAnnotation
-
Get the servlet path that is appropriate for servlet.
- getSession() - Static method in class gw.api.web.Scopes
-
Deprecated.
Returns a Map that can be used to store and retrieve values whose lifespan should
be bound up with the lifespan of the users session.
- getSession() - Method in class gw.pl.util.webservices.GWSession
-
- getSession() - Method in class gw.util.servlet.ServletParams
-
- getSessionId() - Method in class gw.api.webservice.systemTools.SessionData
-
The session id for this entry.
- getSessionMarker() - Method in interface gw.pl.messaging.entity.MessageContext
-
Gets the session marker.
- getSetByName(String, DatabaseParameterSet[]) - Static method in class gw.api.tools.DatabaseParametersHelper
-
- getSetNumber() - Method in class gw.api.database.DatabaseParameterSet
-
- getSetterDfs() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getSetterDfs() - Method in interface gw.lang.parser.IReducedDynamicPropertySymbol
-
- getSetterMethod(Class, String) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getSetterMethodExplicit(Class, String) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getSetterMethodExplicitFavorGivenClasses(Class, String, Class[]) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getSetterMethodExplicitFavorString(Class, String) - Static method in class gw.lang.reflect.PropertyMethodFinder
-
- getSetterName(String) - Static method in class gw.pl.util.ClassUtil
-
- getSHA1String(String) - Static method in class gw.util.GosuStringUtil
-
- getShadowedTypes() - Method in interface gw.lang.reflect.IShadowingType
-
- getSharedInstance() - Static method in class gw.pl.util.DateConverterUtil
-
Get shared instance
- getShortAppName() - Method in interface gw.testharness.ISmokeTestHelper
-
- getShortArgs(int) - Method in class gw.api.profiler.ArgsAggregatedQuerySummary
-
- getShortArgs(int) - Method in class gw.api.profiler.QuerySummary
-
- getShortClassName(Class) - Static method in class gw.util.GosuClassUtil
-
Gets the class name minus the package name from a Class.
- getShortClassName(String) - Static method in class gw.util.GosuClassUtil
-
Gets the class name minus the package name from a String.
- getShortDescription() - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- getShortDescription() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- getShortDescription() - Method in interface gw.lang.reflect.gs.IGosuPropertyInfo
-
- getShortDescription() - Method in interface gw.lang.reflect.java.IJavaMethodInfo
-
- getShortDescription() - Method in interface gw.lang.reflect.java.IJavaParameterDescriptor
-
- getShortDescription() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getShortDescription() - Method in interface gw.lang.reflect.java.IJavaPropertyInfo
-
- getShortDescription() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- getShortId(PCFElementId, boolean) - Static method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
A hack to fix wizard menu link id so that it matches runtime id.
- getShortQueryString(int) - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getShortQueryString(int) - Method in class gw.api.profiler.QuerySummary
-
- getShutdownTimeout() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- getSignature() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getSignatureDescription() - Method in interface gw.lang.parser.IFunctionSymbol
-
Returns a description of arguments of the form ( < argName1 >, < argName2 >, etc. )
appropriate for display in a source editor ui.
- getSimpleIntegrityChecks() - Method in interface gw.api.database.WebLoaderSQLIntegrityCheck
-
- getSimpleName() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getSimpleName() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getSimpleName() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- getSimpleName() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getSimpleName() - Method in interface gw.lang.reflect.java.IJavaClassType
-
- getSimpleType() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- getSimpleValue() - Method in class gw.xml.XmlBase
-
Returns the simple value content, or null if one does not exist.
- getSimpleValueExceptionCauses() - Method in exception gw.xml.XmlSimpleValueException
-
Returns the XmlSimpleValueException causes of this exception.
- getSingleElementReference() - Method in class gw.xml.xsd.schema.XSDTypeBase
-
- getSingleMethod(IType) - Static method in class gw.lang.parser.coercers.FunctionToInterfaceCoercer
-
- getSingleRefreshChecksum() - Method in interface gw.lang.reflect.ITypeSystem
-
- getSingleRefreshChecksum() - Static method in class gw.lang.reflect.TypeSystem
-
- getSize() - Method in interface gw.api.profiler.DbmsReportZipProvider
-
- getSize() - Method in class gw.api.tools.CacheByUserStatistics
-
- getSize() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getSize() - Method in interface gw.api.web.WebFile
-
- getSize(Object) - Method in interface gw.datatype.handler.IDataTypePersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.DatePersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.DecimalPersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.KeyPersistenceHandlerBase
-
- getSize(Object) - Method in class gw.datatype.impl.SimplePersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.SoftEntityReferencePersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.StringPersistenceHandlerBase
-
- getSize(Object) - Method in class gw.datatype.impl.TypeKeyPersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.TypelistKeyPersistenceHandler
-
- getSize(Object) - Method in class gw.datatype.impl.VarBinaryPersistenceHandler
-
- getSize(Object) - Method in interface gw.datatype.IPersistentDataType
-
- getSize() - Method in class gw.fs.physical.win32.Win32FindData
-
- getSizeExpression() - Method in class gw.lang.ir.expression.IRNewArrayExpression
-
- getSizeExpressions() - Method in class gw.lang.ir.expression.IRNewMultiDimensionalArrayExpression
-
- getSizeExpressions() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getSizeOfBlob(Blob) - Static method in class gw.datatype.impl.SimplePersistenceHandler
-
- getSkin() - Static method in class gw.api.web.WebUtil
-
Returns the current skin.
- getSkipped() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getSkippedCount() - Method in class gw.api.archiving.ArchiveCountSummary
-
- getSkippedFilter() - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is activity status skipped?
- getSkippedLastNDaysFilter(int) - Method in class gw.api.activity.ActivityFilterSetBase
-
Compound filter - skipped, closed date in last N days.
- getSkipReason() - Method in class gw.api.archiving.ArchiveSkippedCountSummary
-
- getSlashName() - Method in interface gw.lang.ir.IRType
-
- getSlashName() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- getSlashName() - Method in class gw.lang.ir.SyntheticIRType
-
- getSlice(EffDatedBranch, Date) - Method in class gw.api.diff.DiffItem
-
- getSliceAtEffectiveDate(EffDatedBranch) - Method in class gw.api.diff.DiffItem
-
- getSliceAtExpirationDate(EffDatedBranch) - Method in class gw.api.diff.DiffItem
-
- getSliceDate() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Date which this bean is "sliced" or viewed.
- getSliceUntyped(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Slice this bean at a particular date.
- getSmokeTest() - Method in class gw.smoketest.platform.web.IteratorEntries
-
- getSmokeTest() - Method in class gw.smoketest.platform.web.PCFElement
-
Gets the helper object for the current smoke test
- getSnapshotInfo() - Method in class gw.api.tools.OracleStatspackHelper
-
- getSnapshotRangeForPeriod(Date, Date) - Method in class gw.api.tools.AWRSnapshotHelper
-
Given start time and end time of the event of interest, returns the relevant snapshot range as a SnapshotRange
object.
- getSnapTime() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- getSOOName(KeyableBean) - Static method in class gw.api.messaging.SOOMessageSearchItemUtil
-
- getSort() - Method in class gw.xml.XmlSerializationOptions
-
Returns the Sort property.
- getSortColumns() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- getSortColumns() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- getSortColumns() - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Specifies the sort order of the results.
- getSortColumns() - Method in class gw.plugin.solr.PagedQueryIterator
-
- getSortColumns() - Method in class gw.plugin.solr.SolrQueryProcessor.SolrPagedQueryIterator
-
- getSortColumns() - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Specifies the sort order of the results.
- getSortedCategoryScores() - Method in interface gw.ab.addressbook.entity.ABContact
-
List of categories associated with this ABContact and their scores.
- getSortedCategoryScores() - Method in interface gw.ab.addressbook.entity.ReviewSummary
-
List of categories and their scores, associated with this Review.
- getSortedCategoryScores() - Method in interface gw.pl.contact.entity.Contact
-
List of categories associated with this ABContact and their scores.
- getSortedHitTraces() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Returns cache hit frequencies by stack trace, sorted by the integer frequency
- getSortedMissTraces() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Returns cache hit frequencies by stack trace, sorted by the integer frequency
- getSortedRuleExecutionStacks() - Method in interface gw.api.profiler.ProfilerRuleExecutionHelper
-
- getSortOrder(ILocale) - Method in interface gw.entity.TypeKey
-
Returns the sort order for this type key in the specified language.
- getSortPath() - Method in class gw.plugin.search.RemotableSortColumn
-
Gets the field to sort on, in Guidewire sort path notation.
- getSortPath() - Method in class gw.plugin.util.RemotableSortColumn
-
Gets the field to sort on, in Guidewire sort path notation.
- getSoTimeout() - Method in class gw.testharness.clustering.ClusterTest
-
- getSoTimeout() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- getSouceFileHandle(String) - Method in interface gw.lang.reflect.IDefaultTypeLoader
-
- getSource() - Method in class gw.api.bean.compare.EntityMatchImpl
-
Gets the source entity.
- getSource() - Method in interface gw.api.contact.ExternalContact
-
- getSource() - Method in interface gw.api.graph.compare.GraphMatch
-
Returns the source node in the match.
- getSource() - Method in class gw.api.graph.Edge
-
Returns the source of the edge.
- getSource() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
Warning: Only valid if called from the parser thread.
- getSource() - Method in class gw.lang.parser.FileSource
-
- getSource() - Method in interface gw.lang.parser.IParseIssue
-
- getSource() - Method in interface gw.lang.parser.IParserState
-
- getSource() - Method in interface gw.lang.parser.ISource
-
- getSource() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getSource() - Method in class gw.lang.parser.SourceCodeReader
-
- getSource() - Method in class gw.lang.parser.StringSource
-
- getSource() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- getSource() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getSource() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getSource() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getSource() - Method in interface gw.lang.reflect.IFeatureInfoDelegate
-
- getSource() - Method in interface gw.lang.reflect.IMethodInfoDelegate
-
- getSource() - Method in interface gw.lang.reflect.IPropertyInfoDelegate
-
- getSource() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getSource() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- getSource() - Method in class gw.plugin.management.Notification
-
Source
- getSource() - Method in class gw.plugin.security.AuthenticationSourceCallback
-
Source
- getSourceBeans() - Method in class gw.api.graph.compare.EntityGraphPair
-
- getSourceDiff() - Method in class gw.api.graph.EntityDiffPair
-
- getSourceFile() - Method in class gw.lang.ir.IRClass
-
- getSourceFile() - Method in interface gw.lang.reflect.IFileBasedFeature
-
- getSourceFileHandle() - Method in interface gw.lang.parser.IFileRepositoryBasedType
-
- getSourceFileHandle() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository.IClassFileInfo
-
- getSourceFileHandle() - Method in interface gw.lang.reflect.gs.ITemplateType
-
- getSourceFileHandle() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getSourceFileHandle() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getSourceFiles() - Method in interface gw.lang.reflect.IFileBasedType
-
- getSourceFingerprint() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getSourceGraphDescriptor() - Method in class gw.api.graph.compare.EntityGraphPair
-
- getSourcePath() - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository
-
- getSourcePath() - Method in interface gw.lang.reflect.module.IModule
-
- getSourceQuery() - Method in interface gw.api.database.IInsertSelectBuilder
-
- getSourceQueryableTable() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertSelectBuilder
-
- getSourceRestriction() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertSelectBuilder
-
- getSources() - Method in class gw.lang.init.GosuPathEntry
-
Returns the source directories for this path entry.
- getSources() - Method in class gw.pl.modules.ModuleNode
-
- getSources() - Method in class gw.pl.modules.pom.PomModuleSpec
-
- getSourceTableStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getSourceValue() - Method in interface gw.api.bean.compare.Diff
-
Returns the old value.
- getSourceValue() - Method in class gw.api.bean.compare.DiffImpl
-
- getSourceVersionString() - Method in interface gw.pl.upgrader.entity.UpgradeInstance
-
- getSparseAttributeNames() - Method in class gw.api.database.DatabaseParameterSet
-
- getSparseColumnSetArray() - Method in class gw.api.database.DatabaseParameterSet
-
- getSpatialIndexes() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getSpatialIndexParameters() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- getSpawnedStacks() - Method in interface gw.api.profiler.ProfilerStack
-
Returns a list of ProfilerStacks for each of the threads spawned by the thread associated with this stack.
- getSpecialistServices() - Method in interface gw.ab.addressbook.entity.ABContact
-
Returns the Contact's services.
- getSpecialLoginExceptionMessage(LoginException) - Method in class gw.api.util.LoginForm
-
This should be overridden to return messages for any subclasses of LoginException not handled in
getLoginExceptionMessage() before returning the default message by calling the super method.
- getSpecialSymbols() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getSpecificCellContents() - Method in interface gw.api.database.TableStatistics
-
- getSpecificCellNames() - Method in interface gw.api.database.TableStatistics
-
NOTE: Does not include Table Name or Actual Row Count
- getSpecificMatcher(E) - Method in class gw.api.bean.compare.InitializableMatcherBase
-
Gets the specific for the type of the given bean, i.e., does not traverse
supertypes to find a matcher.
- getSpecificMatcher(T) - Method in interface gw.api.bean.compare.MatcherContext
-
Returns the matcher for the specific bean.
- getSpecificType() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getSQLDebugWrapper() - Method in class gw.api.webservice.zone.ZonePreparedStatementHandler
-
- getSqlPredicates(String) - Method in class gw.datatype.impl.DecimalConstraintsHandlerBase
-
- getSqlString() - Method in interface gw.api.database.ConsistencyCheck
-
- getSqlString() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
This method is only valid for the following types of checks (NO_MATCH_ROWS).
- getSQLText() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getStackAggregatedQuerySummaries() - Method in class gw.api.profiler.AggregatedQuerySummary
-
Returns an array of
StackAggregatedQuerySummary objects, one for
each distinct call stack found in all of this object's contained queries.
- getStackCount() - Method in interface gw.api.profiler.ProfilerFrameGroupSource
-
- getStackCount() - Method in class gw.api.profiler.ProfilerStackAggregate
-
- getStackCount() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getStackCount() - Method in class gw.api.profiler.StackQuerySummary
-
- getStackName() - Method in interface gw.api.profiler.ProfilerStack
-
Returns PCF location information in the form "from -> to"
- getStackName() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getStackName() - Method in class gw.api.profiler.StackQuerySummary
-
- getStackQuerySummaries() - Method in class gw.api.profiler.GloballyAggregatedQuerySummary
-
- getStackQuerySummaries() - Method in interface gw.api.profiler.ProfilerDataSource
-
Returns an array of
StackQuerySummary objects, one for
each stack containing a query in any frame of this profiler's stacks.
- getStackQuerySummariesNear(String) - Method in interface gw.api.profiler.ProfilerDataSource
-
- getStacksGroupedByName() - Method in interface gw.api.profiler.ProfilerDataSource
-
- getStackTrace(Throwable) - Static method in class gw.pl.util.ExceptionUtil
-
Returns the stack trace of the Throwable as a String.
- getStackTrace() - Method in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- getStackTraceAsString(Throwable) - Static method in class gw.util.GosuExceptionUtil
-
- getStage() - Method in class gw.api.database.DatabaseOutlineHintInfo
-
- getStagingTable() - Method in interface gw.api.database.WebLoaderSQLIntegrityCheck
-
- getStagingTableName(IEntityType) - Method in class gw.api.webservice.zone.InsertTransaction
-
- getStagingTableName() - Method in interface gw.pl.staging.entity.LoadIntegrityCheck
-
Get the name of the associated staging table
- getStagingTables() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getStagingTables() - Method in class gw.api.tools.LoadIntegrityChecksHelper
-
- getStagingTableStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getStagingTablesToAnalyze() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getStaleRecordTimeout() - Method in class gw.api.tools.ClusterInfoData
-
- getStandardDeviationOfElapsedTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getStandardDeviationOfFrameTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getStandardLoginPassword() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getStart() - Method in class gw.api.contact.DrivingDirections
-
Description of start address
- getStart() - Method in class gw.api.util.Range
-
Gets the start of the range.
- getStart() - Method in class gw.lang.reflect.IProvidesCustomErrorInfo.CustomErrorInfo
-
- getStartDate() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
The date that the process started running
- getStartDate() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
The date that the process started running
- getStartHour() - Method in class gw.api.web.tools.WorkQueueItemDistribution
-
- getStartingRunlevel() - Method in class gw.testharness.v3.PLServerTestEnvironment
-
- getStartNodes(EntityGraphDescriptor) - Method in class gw.api.contact.pendingchanges.ABContactGraphComparer
-
Returns the ABContact from the source graph.
- getStartNodes(EntityGraphDescriptor) - Method in class gw.api.graph.compare.EntityGraphComparer
-
Determines which node(s) on the source graph where the traversal will start.
- getStartOffset() - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- getStartRow() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- getStartRow() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- getStartRow() - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Specifies the first row to return.
- getStartRow() - Method in class gw.plugin.solr.SolrResultSet
-
Return starting row in Solr of the first row in this result set
- getStartRow() - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Specifies the first row to return.
- getStartSnapshotId() - Method in class gw.api.tools.AWRSnapshotHelper.SnapshotRange
-
- getStartTime() - Method in interface gw.api.profiler.ProfilerStack
-
Returns the time when the stack started
- getStartTime() - Method in class gw.api.tools.PerfDownloadDetail
-
- getStartTime() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
- getStartTime() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- getStartTime() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The worker start time.
- getStartTime() - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
The worker start time.
- getStartupTime() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- getState() - Method in interface gw.api.address.AddressFillable
-
- getState() - Method in class gw.api.geocode.AbstractGeocodePlugin
-
- getState(String) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Translates a string code to given State object.
- getState() - Method in interface gw.api.startable.IStartablePlugin
-
- getState() - Method in interface gw.api.startable.StartablePluginCallbackHandler
-
get the plugin's persisted state
- getState(StartablePluginState) - Method in interface gw.api.startable.StartablePluginCallbackHandler
-
get the plugin's persisted state
- getState(Country, String) - Static method in class gw.api.util.StateAbbreviationUtil
-
Returns the State associated with the country and abbreviation string in the current language.
- getState(StateAbbreviation) - Static method in class gw.api.util.StateAbbreviationUtil
-
Get the State associated with a StateAbbreviation
- getState() - Method in interface gw.lang.parser.IGosuParser
-
- getState() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getState() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- getState() - Static method in class gw.lang.reflect.TypeSystem
-
- getStateAbbreviation(State) - Static method in class gw.api.util.StateAbbreviationUtil
-
Get the StateAbbreviation associated with a State.
- getStateByNameOrCode(String) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
Provides a single method to try find a State by name or typecode (OOTB corresponds ISO 2-letter abbreviation.)
- getStateByNameOrCode(String) - Static method in class gw.api.geocode.GeocodeUtils
-
Provides a single method to find a state by either name or typecode/abbreviation.
- getStateLabel() - Method in class gw.api.util.CountryConfig
-
The label to use for the state field.
- getStatement() - Method in interface gw.lang.parser.IParseResult
-
- getStatement() - Method in class gw.lang.parser.ParseResult
-
- getStatement() - Method in interface gw.lang.parser.statements.IForEachStatement
-
- getStatement() - Method in interface gw.lang.parser.statements.IIfStatement
-
- getStatement() - Method in interface gw.lang.parser.statements.ILoopStatement
-
- getStatement() - Method in interface gw.lang.parser.statements.IUsingStatement
-
- getStatement() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- getStatementAtLine(int, Class) - Method in interface gw.lang.parser.IParseTree
-
- getStatementAtLine(List<IParseTree>, int, Class) - Static method in class gw.lang.parser.IParseTree.Search
-
- getStatements() - Method in class gw.lang.ir.statement.IRCaseClause
-
- getStatements() - Method in class gw.lang.ir.statement.IRStatementList
-
- getStatements() - Method in interface gw.lang.parser.statements.ICaseClause
-
- getStatements() - Method in interface gw.lang.parser.statements.IStatementList
-
- getStates(Country) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Gets the states for the given country.
- getStates(Country) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Gets the states for the given country.
- getStates(Country) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Gets the states for the given country.
- getStateSource() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getStaticProperty(String, String) - Static method in class gw.lang.reflect.ReflectUtil
-
- getStaticProperty(IType, String) - Static method in class gw.lang.reflect.ReflectUtil
-
- getStaticProperty(Class<?>, String) - Method in class gw.pl.external.Invoker
-
Deprecated.
Get a static property value for a proxied external type.
- getStaticValue() - Method in class gw.lang.reflect.java.asm.AsmField
-
- getStatistics(Integer) - Static method in class gw.api.admin.SOOMessageStatisticsUtil
-
Get the statistics for the specified destination.
- getStatistics() - Static method in class gw.api.tools.LocationUsageStatsSource
-
- getStatistics() - Static method in class gw.api.tools.SharedSectionUsageStatsSource
-
- getStatistics() - Method in interface gw.plugin.cluster.ClusterTransport
-
Returns transport protocol statistics.
- getStatisticsUpdateStatements() - Method in class gw.api.webservice.systemTools.UpdateTableStatisticsData
-
The statements that must be executed to update table statistics
- getStatsString() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Returns a string containing this information, minus the "total lifetime" bit
- getStatus() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getStatus() - Method in class gw.api.admin.EventMessage
-
- getStatus() - Method in class gw.api.tools.BatchProcess
-
- getStatus() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getStatus() - Method in class gw.api.tools.InternalToolsStatus
-
- getStatus() - Method in class gw.api.tools.PerfDownloadDetail
-
- getStatus() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
Return the localized version of status.
- getStatus() - Method in class gw.lang.reflect.gs.ReloadResults
-
- getStatus() - Method in interface gw.plugin.archiving.IArchiveSource
-
This method will be called to get the status of the archive source.
- getStatusByValue(int) - Static method in enum gw.api.tools.PerfReportHelper.DBPerfReportStatus
-
- getStatusFilter(ActivityStatus) - Method in class gw.api.activity.ActivityFilterSetBase
-
Simple filter - is activity status equal to given value?
- getStatusString(int) - Method in class gw.api.tools.PerfReportHelper
-
- getStatusType() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getStep() - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- getStep() - Method in class gw.lang.reflect.interval.IterableInterval
-
- getStepsInHierarchicalOrder(LoadCommand) - Method in class gw.api.tools.LoadHistoryHelper
-
Return the steps in hierarchical order, and ordered by execution order within parent.
- getStepStatistics() - Method in interface gw.api.database.CatalogSubStatistics
-
Returns the StepStatistics, ordered by step #.
- getStorageScale(Currency) - Static method in class gw.api.util.CurrencyUtil
-
Get the storage scale of the currency.
- getStorageSetType() - Method in class gw.api.database.DatabaseParameterSet
-
- getStoredTestEnvironmentAnnotation() - Method in class gw.testharness.TestBase
-
- getStoreStatus() - Method in interface gw.plugin.archiving.ArchiveSourceInfo
-
The store status
- getStreamName() - Method in class gw.api.database.spatial.SpatialPolygon
-
- getStrErrorMessage() - Method in class gw.api.webservice.tableImport.TableImportResult
-
The error message string
- getStrict(BigDecimal, Currency) - Static method in class gw.api.financials.CurrencyAmount
-
Constructs a CurrencyAmount from a BigDecimal amount and currency.
- getString(String, String) - Method in class gw.processes.WorkQueueInstrumentation
-
Returns current value if it exists and not null or specified default value otherwise.
- getStringInputStream(CharSequence) - Static method in class gw.util.StreamUtil
-
Returns an input stream for the specified character sequence, using UTF-8 encoding.
- getStringValue() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getStringValue() - Method in interface gw.lang.parser.IToken
-
- getStringValue() - Method in class gw.xml.XmlSimpleValue
-
Returns a string representation of this simple value.
- getStyle() - Method in class gw.api.graph.print.DotAttributes
-
Returns the style value.
- getSubDirectories(File) - Static method in class gw.pl.util.FileUtil
-
Returns all direct sub-directories in a directory
- getSubFlows() - Method in interface gw.pl.workflow.entity.Workflow
-
Gets all subflows created by the "createSubFlow" method
- getSubgroups() - Method in class gw.api.admin.GroupTreeNode
-
- getSubject() - Method in class gw.api.email.Email
-
- getSubject() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email Subject
- getSubject() - Method in interface gw.plugin.ISimpleTemplateDescriptor
-
- getSubject() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Subject
- getSubModels() - Method in interface gw.api.team.TeamModel
-
Returns all the TeamDatas that belong properly to this TeamModel, in the order
they should appear in the TeamTree.
- getSubordinateRefs(String) - Method in interface gw.lang.reflect.ITypeRefFactory
-
- getSubstitutionGroup() - Method in class gw.xml.xsd.schema.XSDComplexType
-
- getSubstitutionGroup() - Method in class gw.xml.xsd.schema.XSDElement
-
- getSubtype() - Method in class gw.api.contact.TemporaryContact
-
Retrieves the subtype of the wrapped Contact
- getSubType() - Method in class gw.api.database.DatabaseRow
-
- getSubType() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getSubtypeFilter() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- getSubtypeFilter() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- getSubtypes(T) - Method in class gw.api.graph.traverse.SubtypeGraphTraverser
-
Returns an iterable of any immediate subtypes of the given node.
- getSubtypes() - Method in interface gw.api.webservice.addressbook.contactapi.ABContactSubtypeFilter
-
Return an array containing all the subtypes to match during search
- getSubtypes() - Method in interface gw.lang.reflect.gs.IGosuClass
-
WARNING: This method is slow the first time it is called.
- getSubtypeTypeKey() - Method in interface gw.entity.IEntityType
-
Returns the typekey for this subtype type.
- getSucceededCount() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- getSuccess() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
Whether or not the process finished successfully, or null if the process is still running
- getSuccess() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
Whether or not the process finished successfully, or null if the process has not finished its work.
- getSuffix(Object, Object) - Method in interface gw.api.validation.IPresentationHandler
-
- getSuffix(String) - Method in class gw.pl.util.SuffixTextFileFilter
-
- getSuggestedAssignees() - Method in class gw.api.assignment.AssignmentPopup
-
The list of suggested assignees generated by the suggested assignee builder.
- getSuggestedAssignees() - Method in interface gw.api.assignment.SuggestedAssigneeBuilder
-
- getSuggestedAssignees() - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
Returns a list of suggested assignees.
- getSuggestedRetryTime() - Method in exception gw.api.util.RetryableException
-
This is the time that the creator of the exception thinks its okay to retry the operation.
- getSuggestions(String, Object...) - Method in class gw.api.admin.ZoneAutocompleteHandler
-
- getSuggestions(String, Object...) - Method in class gw.api.contact.AddressAutocompleteHandler
-
- getSuggestions(String, Object...) - Method in interface gw.api.contact.AutocompleteHandler
-
Gets the auto-complete results
- getSuggestions(String, Object...) - Method in class gw.api.contact.ContactEmailAutocompleteHandler
-
- getSuggestions(String, Object...) - Method in class gw.api.web.quickjump.QuickJumpHandler
-
- getSuiteTestCount() - Method in class gw.testharness.TestBase
-
- getSum() - Method in class gw.api.util.stats.StatisticsCollector
-
- getSummaries() - Method in class gw.api.webservice.importTools.ImportResults
-
A summary of items that were imported, by type.
- getSummaries() - Method in interface gw.pl.document.entity.DocumentSearchResult
-
Returns the Document search results encapsulated by this object.
- getSummary() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- getSummary() - Method in class gw.api.web.tools.WorkQueueItemDistribution
-
- getSummaryResults() - Method in class gw.api.database.QueryBeanResultWithSummary
-
Returns the summary results that contains the result for the
summary row displayed in the footer of a list view.
- getSuperAnnotatedElements() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- getSuperClass() - Method in class gw.lang.ir.SyntheticIRType
-
- getSuperClass() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getSuperclass() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getSuperclass() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getSuperDfs() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getSuperDfs() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getSuperHeaders() - Method in class gw.api.database.DatabaseParameterSet
-
- getSuperHeaderSpanColumns() - Method in class gw.api.database.DatabaseParameterSet
-
- getSupersedingIssue() - Method in class gw.api.validation.ValidationIssue
-
- getSuperType() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- getSuperType() - Method in class gw.lang.ir.IRClass
-
- getSuperType() - Method in class gw.lang.parser.ParserOptions
-
- getSuperType() - Method in interface gw.lang.parser.statements.ISuperTypeClause
-
- getSuperType() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- getSupertype() - Method in class gw.lang.reflect.DefaultArrayType
-
- getSupertype() - Method in class gw.lang.reflect.FunctionType
-
- getSupertype() - Method in interface gw.lang.reflect.IType
-
Returns the type representing the supertype of this type.
- getSupertype() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getSupertype() - Method in class gw.xml.parser2.LocationRefType
-
- getSupertype() - Method in class gw.xml.parser2.XMLNodeTypeFromJava
-
- getSuperType() - Method in class gw.xml.xsd.schema.XSDComplexType
-
- getSuperType() - Method in class gw.xml.xsd.schema.XSDElement
-
- getSupertype() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getSupertype() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getSupertype() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getSuperTypeName() - Method in class gw.api.tools.EntityDisplayInfo
-
- getSupportedProtocols() - Method in interface gw.lang.reflect.module.IProtocolAdapter
-
- getSuspendedStatus() - Method in class gw.api.admin.DestinationMessageStatistics
-
If the destination is suspended, returns the suspended status of the destination.
- getSwitchExpression() - Method in interface gw.lang.parser.statements.ISwitchStatement
-
- getSymbol(String, Object) - Static method in class gw.api.webservice.pl.dataExtraction.DataExtractionAPIImpl
-
- getSymbol(String) - Method in class gw.document.LocationSymbolProvider
-
- getSymbol(String) - Method in interface gw.document.SymbolProvider
-
Provides the symbol for the given name
- getSymbol() - Method in class gw.lang.ir.expression.IRIdentifier
-
- getSymbol() - Method in class gw.lang.ir.statement.IRAssignmentStatement
-
- getSymbol() - Method in interface gw.lang.parser.expressions.IIdentifierExpression
-
- getSymbol() - Method in interface gw.lang.parser.expressions.ILocalVarDeclaration
-
- getSymbol() - Method in interface gw.lang.parser.expressions.IQueryPathExpression
-
- getSymbol() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getSymbol(String) - Method in class gw.lang.parser.ExternalSymbolMapBase
-
- getSymbol(String) - Method in class gw.lang.parser.ExternalSymbolMapForMap
-
- getSymbol(String) - Method in class gw.lang.parser.ExternalSymbolMapSymbolTableWrapper
-
- getSymbol(CharSequence) - Method in interface gw.lang.parser.ISymbolTable
-
- getSymbol(CharSequence) - Method in class gw.lang.parser.StandardSymbolTable
-
- getSymbol() - Method in interface gw.lang.parser.statements.ICatchClause
-
- getSymbol(CharSequence) - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getSymbolAttributeName() - Method in interface gw.lang.reflect.gs.IGosuVarPropertyInfo
-
- getSymbolClass() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getSymbolClass() - Method in interface gw.lang.parser.IReducedSymbol
-
- getSymbolName() - Method in exception gw.lang.parser.exceptions.SymbolNotFoundException
-
- getSymbols() - Method in interface gw.lang.parser.ISymbolTable
-
- getSymbols(int, int) - Method in interface gw.lang.parser.ISymbolTable
-
- getSymbols() - Method in class gw.lang.parser.StandardSymbolTable
-
- getSymbols(int, int) - Method in class gw.lang.parser.StandardSymbolTable
-
- getSymbols() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getSymbols(int, int) - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getSymbols(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the list of entries with the given QName.
- getSymbols(T, ISymbolTable) - Method in class gw.xml.parser2.InferredSymbolProvider
-
- getSymbols(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.MultipleInferredSymbolProvider
-
- getSymbols(T, ISymbolTable) - Method in class gw.xml.parser2.NameOnlySymbolProvider
-
- getSymbols(T, ISymbolTable) - Method in class gw.xml.parser2.SingleInferredSymbolProvider
-
- getSymbolScopeString() - Method in interface gw.lang.reflect.gs.IGosuVarPropertyInfo
-
- getSymbolTable() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
Warning: Only valid if called from the parser thread.
- getSymbolTable() - Method in interface gw.lang.parser.IFullParserState
-
- getSymbolTable() - Method in interface gw.lang.parser.IGosuParser
-
Returns the parser's symbol table.
- getSymbolTable() - Method in interface gw.lang.parser.IParseIssue
-
- getSymbolTable() - Method in interface gw.lang.parser.template.ITemplateHost
-
- getSymbolTable() - Method in class gw.pl.util.webservices.axis.GWParser
-
Get the symbol table.
- getSymbolType() - Method in interface gw.lang.parser.ITypedSymbol
-
- getSymTableCtx() - Method in interface gw.lang.reflect.ITypeSystem
-
- getSymTableCtx() - Static method in class gw.lang.reflect.TypeSystem
-
- getSystemClassLoader() - Static method in class gw.pl.util.ClassLoaderUtil
-
- getSystemInfo() - Method in class gw.api.tools.RuntimeEnvironmentInfoPageHelper
-
- getSystemTempDir() - Static method in class gw.pl.util.ServletProperties
-
- getSystemTmpDir() - Static method in class gw.pl.util.FileUtil
-
- getSystemToolsPropertiesHelpMsg() - Static method in class gw.api.database.AWRReportUserSettingsFactory
-
- getSystemType(Class<?>) - Static method in class gw.lang.reflect.java.JavaTypes
-
- getTable() - Method in interface gw.api.database.CatalogSubStatistics
-
Returns the associated table
- getTable() - Method in interface gw.api.database.TableStatistics
-
Returns the associated table
- getTable(String) - Method in class gw.api.database.upgrade.after.AfterUpgradeVersionTrigger
-
- getTable(IEntityType) - Method in class gw.api.database.upgrade.after.AfterUpgradeVersionTrigger
-
- getTable(String) - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionAction
-
- getTable(String) - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionCheck
-
- getTable(String) - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionTrigger
-
- getTable() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeReadOnlyColumn
-
- getTableFilename(String) - Method in class gw.api.tools.ConsistencyChecksPagePrinter
-
- getTableFilename(String) - Method in class gw.api.tools.DatabaseCheckPagePrinter
-
- getTableFilename(String) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter
-
- getTableGroups() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getTableInfo(String) - Method in class gw.api.tools.DatabaseInfo
-
- getTableInfos() - Method in class gw.api.tools.DatabaseInfo
-
- getTableName() - Method in class gw.api.database.DatabaseRow
-
- getTableName() - Method in interface gw.api.database.PotentialMissingIndexCatalogStatistics
-
Returns the name of the associated table
- getTableName(ConsistencyCheck) - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- getTableName(C) - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
- getTableName() - Method in class gw.api.tools.DatabaseInfo.PartitionedIndexInfo
-
- getTableName() - Method in class gw.api.tools.DatabaseInfo.TableWithUnusedColumnInfo
-
- getTableName() - Method in class gw.api.tools.EntityDisplayInfo
-
- getTableName(LoaderSQLIntegrityCheck) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- getTableName() - Method in class gw.api.tools.SafePersistingOrderInfoHelper.SafePersistingOrderData
-
- getTableName() - Method in class gw.api.webservice.systemTools.UpdateTableStatisticsData
-
The name of the table that the array of statements is to be applied to
- getTableName(IEntityType) - Method in class gw.api.webservice.zone.InsertTransaction
-
- getTableName() - Method in class gw.plugin.upgrade.EdgeForeignKeyUpgradeInfo
-
Gets the table name.
- getTableNameAttributeIndex() - Method in class gw.api.database.DatabaseParameterSet
-
- getTableNames() - Method in class gw.api.tools.DatabaseInfo
-
- getTableNamesWithForeignKeyContraints() - Method in class gw.api.tools.DatabaseInfo
-
- getTableNamesWithPartitionedIndexInfo() - Method in class gw.api.tools.DatabaseInfo
-
- getTableNamesWithPrimaryKeyContraints() - Method in class gw.api.tools.DatabaseInfo
-
- getTablePickersFilteredByName() - Method in class gw.api.tools.DBTablePicker
-
- getTableSchema() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- getTableSelectMode() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- getTablesToAnalyze() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getTablesToAnalyze(boolean) - Method in class gw.api.tools.DatabaseStorageHelper
-
- getTablesToAnalyze() - Method in class gw.api.tools.DataDistDVHelper
-
- getTablesWithUnusedColumns(String) - Method in class gw.api.tools.DatabaseInfo
-
- getTag() - Method in interface gw.api.profiler.ProfilerFrame
-
- getTag() - Method in class gw.api.profiler.ProfilerTag
-
- getTagMatcher() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- getTagMatcher() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- getTagRange() - Method in interface gw.pl.calendar.entity.Holiday
-
Returns the available holiday tags.
- getTags() - Method in interface gw.api.webservice.addressbook.contactapi.ABContactTagMatcher
-
Return an array containing all the tags to match during search
- getTagsArray() - Method in interface gw.pl.calendar.entity.Holiday
-
Returns the holiday's tags.
- getTagsString() - Method in interface gw.pl.calendar.entity.Holiday
-
Returns the tags that observe this holiday.
- getTarget() - Method in class gw.api.graph.Edge
-
Returns the target of the edge.
- getTarget() - Method in class gw.api.quickjump.StaticNavigationCommand
-
Returns the "commandTarget" attribute from this command's configuration.
- getTarget() - Method in class gw.api.util.LoginForm
-
- getTarget() - Method in class gw.lang.ir.statement.IRArrayStoreStatement
-
- getTarget() - Method in class gw.pl.modules.ModulesNode
-
- getTargetBusCalType() - Method in interface gw.pl.activity.entity.ActivityPattern
-
Gets the target business calendar type (e.g. holiday tag or location bean path),
if applicable.
- getTargetDiff() - Method in class gw.api.graph.EntityDiffPair
-
- getTargetEntityName(String) - Method in class gw.api.util.mapping.DataMapping
-
- getTargetEnumPackage() - Method in interface gw.api.util.mapping.ObjectConverter
-
- getTargetEnumPackage() - Method in class gw.api.util.mapping.ObjectConverterImpl
-
- getTargetFieldName(String, String) - Method in class gw.api.util.mapping.DataMapping
-
- getTargetFieldName(IPropertyInfo) - Method in class gw.api.util.mapping.FieldMapperBase
-
- getTargetFieldName(IPropertyInfo) - Method in class gw.api.util.mapping.IdentityFieldMapper
-
- getTargetFieldName(IPropertyInfo) - Method in class gw.api.util.mapping.NameTranslatingFieldMapper
-
- getTargetNamespace() - Method in class gw.xml.xsd.schema.XSDXMLNode
-
- getTargetProperty(IType, IPropertyInfo) - Method in class gw.api.util.mapping.FieldMapperBase
-
- getTargetProperty(IType, IPropertyInfo) - Method in class gw.api.util.mapping.IdentityFieldMapper
-
- getTargetProperty(IType, IPropertyInfo) - Method in class gw.api.util.mapping.NameTranslatingFieldMapper
-
- getTargetSymbolTable() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getTargetTable() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertSelectBuilder
-
- getTargetType() - Method in class gw.processes.WorkQueueBase
-
- getTargetTypeCode(String, String) - Method in class gw.api.util.mapping.DataMapping
-
- getTargetTypeList(String) - Method in class gw.api.util.mapping.DataMapping
-
- getTargetVersionString() - Method in interface gw.pl.upgrader.entity.UpgradeInstance
-
- getTasks() - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
- getTcpPortsOfUsedServers() - Method in class gw.testharness.clustering.ClusterTest
-
- getTempDirectory() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getTemplate(String, String) - Static method in class gw.api.util.TemplateUtil
-
Get/create a template tool corresponding to the specified template file
residing in within the config directory.
- getTemplate(Reader) - Method in interface gw.lang.parser.template.ITemplateHost
-
- getTemplate(Reader, String) - Method in interface gw.lang.parser.template.ITemplateHost
-
- getTemplateAsStream(String) - Method in interface gw.plugin.document.IDocumentTemplateSource
-
Deprecated.
use the overloaded method that takes locale
- getTemplateAsStream(String, ILocale) - Method in interface gw.plugin.document.IDocumentTemplateSource
-
Returns an InputStream for the specified template name/id.
- getTemplateDirectory(TDirectory, String) - Static method in class gw.plugin.document.DocumentConfigUtil
-
Deprecated.
use the same method that takes directory and path as the type of string
- getTemplateDirectory(String, String) - Static method in class gw.plugin.document.DocumentConfigUtil
-
This will return a Directory that is either the virtual directory with
the modules or specified by the supplied path
- getTemplateDirectory(String, String) - Static method in class gw.plugin.email.EmailConfigUtil
-
This will return a Directory that is either the virtual directory with
the modules or specified by the supplied path
- getTemplateDirectory(String, String) - Static method in class gw.plugin.note.NoteConfigUtil
-
This will return a Directory that is either the virtual directory with
the modules or specified by the supplied path
- getTemplateGenerator() - Method in interface gw.lang.reflect.gs.ITemplateType
-
- getTemplateId() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns the unique ID of the template which this descriptor describes.
- getTemplateId() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getTemplateSource() - Method in exception gw.lang.parser.template.TemplateParseException
-
- getTemplateSyntaxProblems() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- getTemplateType() - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Returns a value which should correspond to a code in the DocumentType typelist.
- getTemplateType() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getTempVarAssignment() - Method in class gw.lang.ir.statement.IRReturnStatement
-
- getTerminalType() - Method in interface gw.lang.parser.statements.ITerminalStatement
-
Mostly this is important so we can weight the terminal types i.e., the ordinal in the enum is significant
- getTertiarySortValue() - Method in interface gw.ab.addressbook.entity.ABContact
-
Returns the tertiary (3rd) value used for sorting contact available to list views as sort criterion.
- getTertiarySortValue() - Method in interface gw.pl.contact.entity.Contact
-
Returns the tertiary (3rd) value used for sorting contact available to list views as sort criterion.
- getTest() - Method in class gw.lang.ir.expression.IRTernaryExpression
-
- getTestBreakInfoList() - Method in exception gw.test.MultiBreakException
-
- getTestClassName() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getTestEnvironment() - Method in class gw.test.Suite
-
- getTestEnvironmentHandler() - Static method in class gw.api.databuilder.DataBuilder
-
- getTestInstanceIntrinsicType() - Method in class gw.testharness.TestBase
-
Internal API, does not intended to use from the test.
- getTestResultsDir() - Method in interface gw.testharness.ISmokeTestHelperCallbacks
-
- getTestResultsDir() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getTestResultsDir() - Method in class gw.testharness.v3.PLTestClass
-
- getTestRunner() - Method in class gw.testharness.QuickRemoteTestCase
-
- getTestRunner() - Method in class gw.testharness.TestBase
-
- getTestSupportFile(String) - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getTestSupportFile(String, boolean) - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getTestSupportFileRootDir() - Method in class gw.testharness.v3.APICompatibleTestEnvironment
-
- getTestType() - Method in class gw.lang.ir.expression.IRInstanceOfExpression
-
- getTestType() - Method in class gw.test.TestSpec
-
- getTestTypeName() - Method in class gw.test.TestSpec
-
- getText() - Method in class gw.api.contact.AutocompleteResult
-
- getText() - Method in class gw.api.contact.DrivingDirectionsElem
-
Instructions or description of this stage
- getText() - Method in interface gw.lang.parser.IToken
-
- getText() - Method in class gw.smoketest.platform.web.ActionElement
-
- getText() - Method in class gw.smoketest.platform.web.OptionElement
-
Gets the display text for this option
- getText() - Method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
- getText() - Method in class gw.xml.AbstractXMLNode
-
Gets this node's character data.
- getText() - Method in interface gw.xml.IReadOnlyXMLNode
-
- getText() - Method in interface gw.xml.IXMLNode
-
- getText() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns the textual content of this node, if any.
- getText() - Method in class gw.xml.XmlBase
-
Returns the text content.
- getText() - Method in class gw.xml.XmlMixedContentText
-
Returns the text content.
- getTextFormat(String, String, String, String, boolean) - Method in class gw.api.web.tools.Duration
-
- getTextFormat(String, String, String, String) - Method in class gw.api.web.tools.Duration
-
- getTextFormat(String, String, String, String, long, boolean) - Static method in class gw.api.web.tools.Duration
-
- getTextFromTokens() - Method in interface gw.lang.parser.IParseTree
-
- getThird() - Method in class gw.util.Triple
-
- getThisRef() - Method in class gw.lang.reflect.DefaultArrayType
-
- getThisSymbolFromStackOrMap() - Method in interface gw.lang.parser.ISymbolTable
-
Get the 'this' symbol from either the stack or the table.
- getThisSymbolFromStackOrMap() - Method in class gw.lang.parser.StandardSymbolTable
-
- getThisSymbolFromStackOrMap() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getThisType() - Method in class gw.lang.ir.builder.IRClassBuilder
-
- getThisType() - Method in class gw.lang.ir.IRClass
-
- getThreadClassLoader() - Static method in class gw.pl.util.ClassLoaderUtil
-
- getThreadLocalSymbolTable() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
Get a thread-local symbol table.
- getThreadPoolInfo() - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getThreadPoolMaximumSize() - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- getThreadPoolSize() - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- getThrottleInterval() - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Get the current sleep time between workitems
- getThrowable() - Method in class gw.test.TestBreakInfo
-
- getThrowable() - Method in interface gw.testharness.LoggerCapturedEvent
-
- getThrowable() - Method in class gw.testharness.LoggerCapturedEventImpl
-
- getThrowable() - Method in class gw.testharness.v3.LoggerCapturedEventImpl
-
- getTi() - Method in class gw.lang.parser.ParserOptions
-
- getTime() - Method in class gw.api.contact.DrivingDirectionsElem
-
Total Time in minutes for this stage, if any
- getTime() - Method in class gw.api.profiler.QuerySummary
-
- getTimeInstance(int) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a time formatter instance using the specified style in the
default time zone and locale.
- getTimeInstance(int, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a time formatter instance using the specified style and
locale in the default time zone.
- getTimeInstance(int, TimeZone) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a time formatter instance using the specified style and
time zone in the default locale.
- getTimeInstance(int, TimeZone, Locale) - Static method in class gw.api.util.UltraFastDateFormat
-
Gets a time formatter instance using the specified style, time
zone and locale.
- getTimeLimit() - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- getTimeout() - Method in class gw.pl.util.webservices.axis.GWParser
-
Return the current timeout setting
- getTimeoutBranches() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
This will the possible timeout branches
- getTimeoutForCurrentTest() - Method in class gw.test.TestExecutionManager
-
- getTimer() - Method in class gw.pl.util.FileUtil.LocalCleanupTimer
-
- getTimeStamp() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getTimeTotal() - Static method in class gw.junit.AbstractTestConstants
-
- getTimeValue() - Method in class gw.smoketest.platform.web.DateElement
-
Gets time value (no date)
- getTimeZone() - Method in class gw.xml.date.AbstractXmlDateType
-
- getTimeZoneOverridesCalendar() - Method in class gw.api.util.UltraFastDateFormat
-
Returns true if the time zone of the
calendar overrides the time zone of the formatter.
- getToBeAssigned() - Method in class gw.api.assignment.SuggestedAssigneeBuilderBase
-
- getToCurrency() - Method in interface gw.currency.fxrate.FXRateContext
-
- getToCurrency() - Method in class gw.currency.fxrate.FXRateContextImpl.Builder
-
- getToCurrency() - Method in class gw.currency.fxrate.FXRateContextImpl
-
- getTokenAsString() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getTokenAt(int) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getTokenColumn() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getTokenColumn() - Method in interface gw.lang.parser.IParserState
-
- getTokenColumn() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getTokenColumn() - Method in interface gw.lang.parser.IToken
-
- getTokenEnd() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getTokenEnd() - Method in interface gw.lang.parser.IParseIssue
-
- getTokenEnd() - Method in interface gw.lang.parser.IParserState
-
- getTokenEnd() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getTokenEnd() - Method in interface gw.lang.parser.IToken
-
- getTokenizer() - Method in class gw.lang.gosuc.GosucProjectParser
-
- getTokenizer() - Method in interface gw.lang.parser.IGosuParser
-
- getTokenizerInstructor() - Method in interface gw.lang.parser.IGosuParser
-
The TokenizerInstructor to use for this parser.
- getTokens() - Method in interface gw.lang.parser.IParsedElement
-
- getTokens() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getTokenStart() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getTokenStart() - Method in interface gw.lang.parser.IParseIssue
-
- getTokenStart() - Method in interface gw.lang.parser.IParserState
-
- getTokenStart() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getTokenStart() - Method in interface gw.lang.parser.IToken
-
- getTopic() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
Email Topic
- getTopic() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Topic
- getTopLevelAttributeByName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getTopLevelAttributeGroupByName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getTopLevelElementByName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getTopLevelElementTypeName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getTopLevelGroupByName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getTopLevelTypeByName(QName) - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getToRecipients() - Method in class gw.api.email.Email
-
- getTotal() - Method in class gw.api.tools.DBInfoActivityStatsSummaryListsTableRecord
-
- getTotalCount() - Method in class gw.api.web.tools.ItemStatusCounts
-
- getTotalDeletes() - Method in class gw.plugin.management.SolrMessageMonitor
-
- getTotalDigits() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getTotalDistance() - Method in class gw.api.contact.DrivingDirections
-
Total driving distance from start to finish, in the units specified in UnitOfDistance
- getTotalDistanceString() - Method in class gw.api.contact.DrivingDirections
-
Returns the total driving distance as a user-friendly string, including a short,
localized suffix (ie "mi." or "km.").
- getTotalElapsed() - Method in class gw.api.profiler.ProfilerStackGroup
-
- getTotalElapsedTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getTotalElapsedTime() - Method in interface gw.api.profiler.ProfilerFrameGroupSource
-
- getTotalElapsedTime() - Method in interface gw.api.profiler.ProfilerStack
-
Returns the difference between the time when the top frame was pushed and when it was popped.
- getTotalElapsedTime() - Method in class gw.api.profiler.ProfilerStackAggregate
-
- getTotalFailed() - Method in class gw.api.admin.DestinationMessageStatistics
-
Gets the total failed messages.
- getTotalFrameTime() - Method in class gw.api.profiler.ProfilerFrameGroup
-
- getTotalNumberOfSteps() - Method in class gw.api.web.wizard.WizardInfo
-
The total number of visitable steps in the wizard.
- getTotalNumTestMethods() - Method in class gw.test.remote.RemoteTestClass
-
- getTotalNumTestMethods() - Method in class gw.test.TestClass
-
- getTotalQueryTime() - Method in class gw.api.profiler.StackQuerySummary
-
- getTotalResults() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- getTotalResults() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- getTotalRowCount() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getTotalRowCount() - Method in class gw.api.profiler.StackQuerySummary
-
- getTotalSearchErrors() - Method in class gw.plugin.management.SolrSearchMonitor
-
- getTotalSearches() - Method in class gw.plugin.management.SolrSearchMonitor
-
- getTotalSeconds() - Method in class gw.api.web.tools.Duration
-
- getTotalSendErrors() - Method in class gw.plugin.management.SolrMessageMonitor
-
- getTotalSends() - Method in class gw.plugin.management.SolrMessageMonitor
-
- getTotalStatistics(int) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Gets all the message statistics of a given destination.
- getTotalStatistics(int) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- getTotalSymbolCount() - Method in interface gw.lang.parser.ISymbolTable
-
- getTotalSymbolCount() - Method in class gw.lang.parser.StandardSymbolTable
-
- getTotalSymbolCount() - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- getTotalTests() - Method in class gw.testharness.QuickRemoteTestCase
-
- getTotalTime() - Method in class gw.api.contact.DrivingDirections
-
Total Time in seconds
- getTotalTime() - Method in class gw.api.profiler.AggregatedQuerySummary
-
- getTotalTimeInMinutes() - Method in class gw.api.contact.DrivingDirections
-
Returns the total travel time in minutes as a user-friendly string, including a short,
localized suffix (ie "min.").
- getTotalUnsent() - Method in class gw.api.admin.DestinationMessageStatistics
-
Gets the total unsent messages.
- getTotalUpdatedDocuments() - Method in class gw.plugin.management.SolrMessageMonitor
-
- getToType() - Method in class gw.lang.ir.expression.IRPrimitiveTypeConversion
-
- getTrace() - Method in class gw.api.tools.CacheStatistics.StackTraceFrequencyEntry
-
Deprecated.
- getTransactionId() - Method in class gw.api.soap.GWTransactionIDHandler
-
- getTransactionId() - Static method in class gw.api.util.TransactionIdUtil
-
Gets the transaction ID from the thread's CommitOptions.
- getTransformName() - Method in class gw.api.database.DatabaseParameterSet
-
- getTranslator() - Method in interface gw.api.util.mapping.ObjectConverter
-
- getTranslator() - Method in class gw.api.util.mapping.ObjectConverterImpl
-
- getTravelInformation(Map, Map) - Method in interface gw.plugin.geocode.IGeocodePlugin
-
Deprecated.
entire class deprecated
- getTraversalStrategy() - Method in class gw.api.graph.traverse.GraphTraverserBase.TraversalContext
-
- getTraversalStrategy(EdgeProvider<T>) - Method in enum gw.api.graph.traverse.TraversalType
-
Returns the traversal strategy associated with this traversal type.
- getTreeData(TreeNode) - Static method in class gw.api.tree.TreeUtil
-
Gets the tree data.
- getTriggerKey() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- getTriggers() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
This will return true if the current workflow step has the trigger
- getTrueValue() - Method in class gw.lang.ir.expression.IRTernaryExpression
-
- getTryBody() - Method in class gw.lang.ir.statement.IRTryCatchFinallyStatement
-
- getTryStatement() - Method in interface gw.lang.parser.statements.ITryCatchFinallyStatement
-
- getType() - Method in class gw.api.admin.DecentralizedAdminActivityPatternFilter
-
- getType() - Method in class gw.api.admin.DecentralizedAdminRoleFilter
-
- getType() - Method in class gw.api.bean.compare.ui.BaseEntityDiffDisplay
-
The default implementation refers to the underlying
EntityDiff object to see whether this entity is
added, removed, changed or unchanged.
- getType() - Method in class gw.api.bean.compare.ui.BasePropertyDiffDisplay
-
The type of this difference - has the property changed and, if so, has its value been added or removed?
- getType() - Method in interface gw.api.bean.compare.ui.DiffDisplay
-
- getType() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
The default implementation refers to the underlying
EntityDiff object to see whether this entity is
added, removed, changed or unchanged.
- getType() - Method in class gw.api.bean.compare.ui.PropertyDiffDisplay
-
The type of this difference - has the property changed and, if so, has its value been added or removed?
- getType() - Method in class gw.api.importing.XmlExporter
-
Get the type from the last started element
- getType() - Method in class gw.api.phone.PhoneDelegateBase
-
- getType() - Method in interface gw.api.phone.PhoneFields
-
- getType() - Method in class gw.api.system.BooleanParameterKey
-
- getType() - Method in class gw.api.system.DateParameterKey
-
- getType() - Method in class gw.api.system.DateTimeParameterKey
-
- getType() - Method in class gw.api.system.DoubleParameterKey
-
- getType() - Method in class gw.api.system.IntegerParameterKey
-
- getType() - Method in class gw.api.system.ListParameterKey
-
- getType() - Method in class gw.api.system.ParameterKey
-
Get class of the parameter value.
- getType() - Method in class gw.api.system.StringParameterKey
-
- getType() - Method in class gw.api.system.TimeParameterKey
-
- getType() - Method in class gw.api.tools.BatchProcess
-
- getType(ConsistencyCheck) - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- getType(C) - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
- getType(LoaderSQLIntegrityCheck) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- getType() - Method in class gw.api.tools.PropertyDisplayInfo
-
- getType() - Method in class gw.api.validation.ValidationIssue
-
The type of issue, generally Error or Warning.
- getType() - Method in class gw.api.webservice.importTools.ImportResultDetail
-
Either ImportResults.INSERTED or ImportResults.UPDATED,
depending on whether the entity was inserted or updated.
- getType() - Method in class gw.api.webservice.importTools.ImportResultSummary
-
Either ImportResults.INSERTED or ImportResults.UPDATED,
depending on whether this summary is for updated or inserted entities.
- getType() - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
The type of process
- getType() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
The type of process
- getType() - Method in class gw.api.webservice.templateTools.validation.NameTypePair
-
- getType() - Method in class gw.document.DocumentCreationInfo.DynamicWidgetInfo
-
Returns the type of the context object, used to determine the type of UI widget used to display the values.
- getType() - Method in interface gw.document.Symbol
-
Type of the symbol
- getType() - Method in interface gw.entity.IEventType
-
- getType(IRBuilderContext) - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- getType() - Method in class gw.lang.ir.expression.IRArithmeticExpression
-
- getType() - Method in class gw.lang.ir.expression.IRArrayLengthExpression
-
- getType() - Method in class gw.lang.ir.expression.IRArrayLoadExpression
-
- getType() - Method in class gw.lang.ir.expression.IRBooleanLiteral
-
- getType() - Method in class gw.lang.ir.expression.IRCastExpression
-
- getType() - Method in class gw.lang.ir.expression.IRCharacterLiteral
-
- getType() - Method in class gw.lang.ir.expression.IRClassLiteral
-
- getType() - Method in class gw.lang.ir.expression.IRCompositeExpression
-
- getType() - Method in class gw.lang.ir.expression.IRConditionalAndExpression
-
- getType() - Method in class gw.lang.ir.expression.IRConditionalOrExpression
-
- getType() - Method in class gw.lang.ir.expression.IREqualityExpression
-
- getType() - Method in class gw.lang.ir.expression.IRFieldGetExpression
-
- getType() - Method in class gw.lang.ir.expression.IRIdentifier
-
- getType() - Method in class gw.lang.ir.expression.IRInstanceOfExpression
-
- getType() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNegationExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNewArrayExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNewExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNewMultiDimensionalArrayExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNoOpExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNotExpression
-
- getType() - Method in class gw.lang.ir.expression.IRNullLiteral
-
- getType() - Method in class gw.lang.ir.expression.IRNumericLiteral
-
- getType() - Method in class gw.lang.ir.expression.IRPrimitiveTypeConversion
-
- getType() - Method in class gw.lang.ir.expression.IRRelationalExpression
-
- getType() - Method in class gw.lang.ir.expression.IRStringLiteralExpression
-
- getType() - Method in class gw.lang.ir.expression.IRTernaryExpression
-
- getType() - Method in class gw.lang.ir.IRExpression
-
- getType() - Method in class gw.lang.ir.IRSymbol
-
- getType() - Method in class gw.lang.ir.statement.IRFieldDecl
-
- getType() - Method in interface gw.lang.javadoc.IExceptionNode
-
- getType() - Method in interface gw.lang.javadoc.IParamNode
-
- getType() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- getType() - Method in interface gw.lang.parser.expressions.ITypeLiteralExpression
-
- getType() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- getType() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getType() - Method in interface gw.lang.parser.IHasType
-
- getType() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- getType() - Method in interface gw.lang.parser.IReducedSymbol
-
- getType() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- getType() - Method in interface gw.lang.parser.ISymbol
-
Returns the Symbol's type.
- getType() - Method in interface gw.lang.parser.IToken
-
- getType() - Method in class gw.lang.parser.ParseResult
-
- getType(String) - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getType() - Method in interface gw.lang.reflect.IAnnotationInfo
-
- getType() - Method in interface gw.lang.reflect.IConstructorInfo
-
- getType() - Method in interface gw.lang.reflect.IMetaType
-
- getType() - Method in interface gw.lang.reflect.IScriptabilityModifier
-
- getType(String) - Method in interface gw.lang.reflect.ITypeLoader
-
Gets a type based on a fully-qualified name.
- getType() - Method in class gw.lang.reflect.java.asm.AsmAnnotation
-
- getType() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getType() - Method in class gw.lang.reflect.java.asm.AsmField
-
- getType(String) - Static method in class gw.lang.reflect.java.GosuTypes
-
- getType() - Method in interface gw.lang.reflect.java.IJavaClassField
-
- getType() - Method in exception gw.lang.reflect.NoReferenceFoundException
-
- getType() - Method in class gw.lang.reflect.ScriptabilityModifier
-
- getType(String) - Static method in class gw.lang.reflect.ScriptabilityModifierTypes
-
- getType() - Method in class gw.pl.persistence.core.Key
-
Gets the more specific entity type associated with this key, if available.
- getType() - Method in class gw.pl.util.diff.lcs.DiffEntry
-
- getType(QName) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the Type TypeEntry with the given QName.
- getType() - Method in class gw.plugin.cluster.StatisticsAttributeInfo
-
- getType() - Method in class gw.plugin.management.AttributeInfo
-
Attribute Type
- getType() - Method in class gw.plugin.management.Notification
-
Type
- getType() - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Type
- getType() - Method in interface gw.processes.BatchProcess
-
Returns the type of this batch process.
- getType() - Method in class gw.test.remote.RemoteTestClass
-
- getType() - Method in class gw.test.TestClass
-
- getType(T, ISymbolTable) - Method in class gw.xml.parser2.SingleInferredSymbolProvider
-
- getType(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.StaticInferredSymbolProvider
-
- getType(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.ValueSymbolProvider
-
- getType() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- getType(Class<? extends PLXMLNode>) - Static method in class gw.xml.parser2.XMLNodeIntrinsicTypeFactory
-
- getType() - Method in class gw.xml.parser2.XMLNodeValueDeclaration
-
- getType() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- getType() - Method in class gw.xml.xsd.schema.XSDComplexType
-
- getType() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- getType() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- getType(String) - Method in class gw.xml.xsd.typeloader.XSDBuiltinTypeLoader
-
- getType() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- getType(String) - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- getType() - Method in class gw.xml.xsd.typewrapper.AnyURITypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.Base64BinaryTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.BigDecimalTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.BigIntegerTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.BooleanTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.ByteTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.CalendarTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.CharArrayTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.DateTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.DoubleTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.EnumTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.FloatTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.HexBinaryTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.IDREFSTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.IDREFTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.IntegerTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.LongTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.NMTokensTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.NMTokenTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.NormalizedStringTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.QNameTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.ShortTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.StringTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.UnsignedByteTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.UnsignedIntTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.UnsignedLongTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.UnsignedShortTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.URLTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.XSDEnumeratedTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.XSDTypeTypeWrapper
-
- getType() - Method in class gw.xml.xsd.typewrapper.XSDTypeWrapper
-
- getTypecode() - Method in interface gw.api.archiving.upgrade.IArchivedTypekey
-
- getTypeCode() - Method in interface gw.i18n.ILocale
-
Gets the language type code for this locale
- getTypecodeMapper() - Static method in class gw.api.util.TypecodeMapperUtil
-
Get a handle to a TypecodeMapper used to map external typecodes to internal
typecodes.
- getTypecodeMapperUtil() - Static method in class gw.plugin.util.TypecodeMapperUtil
-
Get a handle to the TypecodeMapperUtil
- getTypedAttributeValue(XMLAttributeDeclaration<T>) - Method in class gw.xml.parser2.PLXMLNode
-
Gets the typed value of the given attribute.
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.AlreadyExecutedException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.BadIdentifierException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.BatchProcessException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.DataConversionException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.DuplicateKeyException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.EntityStateException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.FieldConversionException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.FieldFormatException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.LoginException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.PermissionException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.RequiredFieldException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.ServerStateException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.SOAPRetryableException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.SOAPSenderException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.SOAPServerException
-
Return type metadata object
- getTypeDesc() - Static method in exception gw.pl.util.webservices.login.fault.UnknownTypeKeyException
-
Return type metadata object
- getTypeEntry(QName, boolean) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the type entry for the given qname.
- getTypeEntryCount() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Return the count of TypeEntries in the symbol table.
- getTypeFilter() - Method in class gw.api.graph.EntityGraphTraverser
-
- getTypeFilter(String) - Method in interface gw.entity.ITypeList
-
Get a particular filter by name (case-insensitive)
- getTypeFilters() - Method in interface gw.entity.ITypeList
-
Get the TypeFilters for this list
- getTypeFromJavaBackedType() - Method in interface gw.lang.reflect.java.IJavaBackedType
-
- getTypeFromJavaBackedType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getTypeFromJavaBackedType() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getTypeFromJavaBasedType(IJavaBackedType) - Static method in class gw.lang.reflect.TypeSystem
-
- getTypeFromObject(Object) - Method in interface gw.lang.reflect.ITypeSystem
-
- getTypeFromObject(Object) - Static method in class gw.lang.reflect.TypeSystem
-
- getTypeIndex() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Return an unmodifiable map of qnames -> Elements in the symbol
table.
- getTypeInfo() - Method in class gw.lang.reflect.DefaultArrayType
-
- getTypeInfo() - Method in class gw.lang.reflect.FunctionType
-
- getTypeInfo() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getTypeInfo() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- getTypeInfo() - Method in interface gw.lang.reflect.IType
-
Get the type information for this intrinsic type.
- getTypeInfo() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getTypeInfo() - Method in class gw.xml.parser2.LocationRefType
-
- getTypeInfo() - Method in class gw.xml.parser2.PLXMLNode
-
- getTypeInfo() - Method in class gw.xml.parser2.XMLNodeType
-
- getTypeInfo() - Method in interface gw.xml.xsd.typeloader.IXmlNodeTypeFromXsd
-
- getTypeInfo() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getTypeInfo() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getTypeInfo() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getTypeInfoFactory() - Static method in class gw.lang.GosuShop
-
- getTypeInfoFactory() - Method in interface gw.lang.IGosuShop
-
- getTypeInstance() - Method in class gw.xml.XmlBase
-
- getTypeInstance() - Method in class gw.xml.XmlElement
-
Returns the backing type instance of this element.
- getTypeKey(String) - Static method in class gw.ab.addressbook.typekey.ABContact
-
- getTypeKey(String) - Static method in class gw.ab.addressbook.typekey.ABContactType
-
- getTypeKey(String) - Static method in class gw.ab.addressbook.typekey.ABResultType
-
- getTypeKey(String) - Static method in class gw.ab.addressbook.typekey.VendorAvailabilityType
-
- getTypeKey(String) - Static method in class gw.ab.addressbook.typekey.VendorServicesLoadStatus
-
- getTypeKey(String) - Static method in class gw.ab.contact.typekey.PendingContactChange
-
- getTypeKey(String) - Static method in class gw.ab.contact.typekey.PendingContactChangeView
-
- getTypeKey(String) - Method in interface gw.entity.ITypeList
-
Returns the TypeKey for this list with the given code
- getTypeKey(String) - Static method in class gw.pl.accounting.typekey.LedgerSide
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.Activity
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.ActivityCategory
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.ActivityClass
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.ActivityStatus
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.ActivityType
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.ExternalToolType
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.IncludeDaysType
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.Priority
-
- getTypeKey(String) - Static method in class gw.pl.activity.typekey.StartPointType
-
- getTypeKey(String) - Static method in class gw.pl.addressbook.typekey.UpdateOp
-
- getTypeKey(String) - Static method in class gw.pl.adressbook.typekey.ContactChangeResolution
-
- getTypeKey(String) - Static method in class gw.pl.archive.typekey.ArchiveFinalStatus
-
- getTypeKey(String) - Static method in class gw.pl.archive.typekey.ArchiveSourceStatus
-
- getTypeKey(String) - Static method in class gw.pl.assignment.typekey.AssignmentSearchType
-
- getTypeKey(String) - Static method in class gw.pl.assignment.typekey.AssignmentSelectionType
-
- getTypeKey(String) - Static method in class gw.pl.assignment.typekey.UserRole
-
- getTypeKey(String) - Static method in class gw.pl.assignment.typekey.UserRoleConstraint
-
- getTypeKey(String) - Static method in class gw.pl.autosync.typekey.AutoSync
-
- getTypeKey(String) - Static method in class gw.pl.batchprocessing.typekey.BatchProcessType
-
- getTypeKey(String) - Static method in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
- getTypeKey(String) - Static method in class gw.pl.calendar.typekey.HolidayTagCode
-
- getTypeKey(String) - Static method in class gw.pl.calendar.typekey.Weekdays
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.ApprovalStatus
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.AssignmentStatus
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.BusinessType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.CharacterSet
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.GenderType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.GroupType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.LanguageType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.LoadFactorType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.LocaleType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.RegionType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.StartupPage
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.SystemUserType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.TimeZoneType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.UserAttributeType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.UserExperienceType
-
- getTypeKey(String) - Static method in class gw.pl.community.typekey.VacationStatusType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.Address
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.AddressType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.Contact
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactBidiRel
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactClass
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactLinkStatusType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactMatchResultType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactRel
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactRelCons
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactSearchResultType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactSearchType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ContactTagType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.CustomerServiceTier
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.EmploymentStatusType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.GeocodeStatus
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.MaritalStatus
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.NamePrefix
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.NameSuffix
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.OfficialID
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.OfficialIDType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.OrganizationType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.PayPeriodType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.PrimaryPhoneType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ProximitySearchStatus
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ReviewCategory
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.ReviewServiceType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.SpecialtyType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.TaxFilingStatusType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.TaxStatus
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.UnitOfDistance
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.VendorType
-
- getTypeKey(String) - Static method in class gw.pl.contact.typekey.VenueType
-
- getTypeKey(String) - Static method in class gw.pl.currency.typekey.Currency
-
- getTypeKey(String) - Static method in class gw.pl.currency.typekey.FXRateMarket
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.DateFieldsToSearchType
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.DateRangeChoiceType
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.DateSearchType
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.FinancialCriterion
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.FinancialSearchField
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.SearchObjectType
-
- getTypeKey(String) - Static method in class gw.pl.custom.typekey.SearchResult
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.ConsistencyCheckType
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.DataDistributionType
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.DateBinDataType
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.EntitySourceType
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.MergeConflictResolution
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.MergeConflictStrategy
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.OraSQLTuningSetCaptureOpt
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.SQLStatementType
-
- getTypeKey(String) - Static method in class gw.pl.database.typekey.StringCriterionMode
-
- getTypeKey(String) - Static method in class gw.pl.datagen.typekey.DataGenActionType
-
- getTypeKey(String) - Static method in class gw.pl.datagen.typekey.DataGenStatusType
-
- getTypeKey(String) - Static method in class gw.pl.document.typekey.DocumentSection
-
- getTypeKey(String) - Static method in class gw.pl.document.typekey.DocumentSecurityType
-
- getTypeKey(String) - Static method in class gw.pl.document.typekey.DocumentStatusType
-
- getTypeKey(String) - Static method in class gw.pl.document.typekey.DocumentType
-
- getTypeKey(String) - Static method in class gw.pl.etlstrings.typekey.ETLStrings
-
- getTypeKey(String) - Static method in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
- getTypeKey(String) - Static method in class gw.pl.geodata.zone.typekey.Country
-
- getTypeKey(String) - Static method in class gw.pl.geodata.zone.typekey.Jurisdiction
-
- getTypeKey(String) - Static method in class gw.pl.geodata.zone.typekey.JurisdictionType
-
- getTypeKey(String) - Static method in class gw.pl.geodata.zone.typekey.State
-
- getTypeKey(String) - Static method in class gw.pl.geodata.zone.typekey.StateAbbreviation
-
- getTypeKey(String) - Static method in class gw.pl.geodata.zone.typekey.ZoneType
-
- getTypeKey(String) - Static method in class gw.pl.history.typekey.CustomHistoryType
-
- getTypeKey(String) - Static method in class gw.pl.history.typekey.DataChangeStatus
-
- getTypeKey(String) - Static method in class gw.pl.history.typekey.History
-
- getTypeKey(String) - Static method in class gw.pl.history.typekey.HistoryType
-
- getTypeKey(String) - Static method in class gw.pl.messaging.typekey.ErrorCategory
-
- getTypeKey(String) - Static method in class gw.pl.messaging.typekey.MessageDestinationStatus
-
- getTypeKey(String) - Static method in class gw.pl.messaging.typekey.SynchState
-
- getTypeKey(String) - Static method in class gw.pl.note.typekey.NoteSecurityType
-
- getTypeKey(String) - Static method in class gw.pl.note.typekey.NoteTopicType
-
- getTypeKey(String) - Static method in class gw.pl.note.typekey.NoteType
-
- getTypeKey(String) - Static method in class gw.pl.note.typekey.SortByRange
-
- getTypeKey(String) - Static method in class gw.pl.parameter.typekey.ComponentType
-
- getTypeKey(String) - Static method in class gw.pl.parameter.typekey.ParameterType
-
- getTypeKey(String) - Static method in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
- getTypeKey(String) - Static method in class gw.pl.platform.typekey.PhoneType
-
- getTypeKey(String) - Static method in class gw.pl.print.typekey.PrintFormat
-
- getTypeKey(String) - Static method in class gw.pl.profiler.typekey.InboundHistory
-
- getTypeKey(String) - Static method in class gw.pl.profiler.typekey.ProfilerConfig
-
- getTypeKey(String) - Static method in class gw.pl.purge.typekey.ArchiveState
-
- getTypeKey(String) - Static method in class gw.pl.question.typekey.QuestionFormat
-
- getTypeKey(String) - Static method in class gw.pl.question.typekey.QuestionSetType
-
- getTypeKey(String) - Static method in class gw.pl.question.typekey.QuestionType
-
- getTypeKey(String) - Static method in class gw.pl.resource.typekey.ResourceContext
-
- getTypeKey(String) - Static method in class gw.pl.rule.typekey.RuleSetType
-
- getTypeKey(String) - Static method in class gw.pl.sample.typekey.PrimaryColor
-
- getTypeKey(String) - Static method in class gw.pl.sample.typekey.SampleColor
-
- getTypeKey(String) - Static method in class gw.pl.sample.typekey.SampleTheme
-
- getTypeKey(String) - Static method in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
- getTypeKey(String) - Static method in class gw.pl.security.typekey.RoleType
-
- getTypeKey(String) - Static method in class gw.pl.security.typekey.SystemPermissionType
-
- getTypeKey(String) - Static method in class gw.pl.staging.typekey.LoadCommandType
-
- getTypeKey(String) - Static method in class gw.pl.staging.typekey.LoaderCallbackTimeType
-
- getTypeKey(String) - Static method in class gw.pl.staging.typekey.LoadErrorType
-
- getTypeKey(String) - Static method in class gw.pl.staging.typekey.LoadStepType
-
- getTypeKey(String) - Static method in class gw.pl.upgrader.typekey.TableUpdateStatsType
-
- getTypeKey(String) - Static method in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
- getTypeKey(String) - Static method in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
- getTypeKey(String) - Static method in class gw.pl.validation.old.typekey.ValidationIssue
-
- getTypeKey(String) - Static method in class gw.pl.validation.typekey.ValidationIssueType
-
- getTypeKey(String) - Static method in class gw.pl.validation.typekey.ValidationLevel
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.Workflow
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowActionType
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowActiveState
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowHandler
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowState
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowTriggerKey
-
- getTypeKey(String) - Static method in class gw.pl.workflow.typekey.WorkflowWorkItem
-
- getTypeKey(String) - Static method in class gw.pl.workitemset.typekey.WorkItemSetState
-
- getTypeKey(String) - Static method in class gw.pl.workqueue.typekey.WorkItemStatusType
-
- getTypeKeyByAlias(String, String, String) - Static method in class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
For use during imports, returns a TypeKeyData instance corresponding to a typecode in the given typelist that
matches the given namespace/alias.
- getTypeKeyColumnsByTypeListTable() - Method in class gw.api.tools.DatabaseInfo
-
- getTypeKeyFromCode(String, IType) - Static method in class gw.api.util.mapping.GWObjectUtils
-
- getTypeKeyID(IEntityType) - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionAction
-
- getTypeKeyID(String, String) - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionAction
-
This method works as expected before a new typekey or typelist table is created during the automatic schema
upgrade phase.
- getTypeKeys(String) - Method in class gw.api.database.upgrade.before.BeforeUpgradeVersionAction
-
This method is able to handle orphaned typecodes that haven't been removed from the database yet.
- getTypeKeys() - Method in interface gw.entity.ITypeFilter
-
Gets the typekeys included by this filter.
- getTypeKeys() - Method in interface gw.entity.ITypeList
-
Deprecated.
Use getTypeKeys(boolean)
- getTypeKeys(boolean) - Method in interface gw.entity.ITypeList
-
Gets the TypeKeys that this list contains as "generic" TypeKey pointers,
rather than as the specific subclass members.
- getTypeKeysByAlias(String, String, String) - Static method in class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
For use during imports, returns a TypeKeyData instance corresponding to a typecode in the given typelist that
matches the given namespace/alias.
- getTypeKeysByCategories(TypeKey[]) - Method in interface gw.entity.ITypeList
-
Gets the type keys in this typelist that have the given categories.
- getTypeKeysByCategory(TypeKey) - Method in interface gw.entity.ITypeList
-
Gets the type keys in this typelist that have the given category.
- getTypeKeysByFilterName(String) - Method in interface gw.entity.ITypeList
-
Returns all type keys for this list that apply for the given filter
- getTypelistByName(String) - Static method in class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
- getTypelistName() - Method in interface gw.api.archiving.upgrade.IArchivedTypekey
-
- getTypelistName() - Method in interface gw.api.archiving.upgrade.IArchivedTypekeySet
-
- getTypeListName() - Method in interface gw.pl.external.typelist.TypeKey
-
- getTypelistTable() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- getTypelistTables() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getTypelistTableStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getTypelistTablesToAnalyze() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- getTypelistValues(String) - Static method in class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
Given the name of a typelist, returns an array of all the typekey instances contained within.
- getTypelistValues(String) - Method in class gw.plugin.util.TypecodeMapperUtil
-
Given the name of a typelist, returns an array of all the typekey instances
contained within.
- getTypeLiteral() - Method in interface gw.lang.parser.expressions.ILocalVarDeclaration
-
- getTypeLiteral() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getTypeLiteral() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- getTypeLoader() - Method in interface gw.lang.parser.statements.ITypeLoaderStatement
-
- getTypeLoader() - Method in class gw.lang.reflect.DefaultArrayType
-
- getTypeLoader() - Method in class gw.lang.reflect.FunctionType
-
- getTypeLoader() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getTypeLoader() - Method in interface gw.lang.reflect.IType
-
Returns the type loader responsible for loading this intrinsic type.
- getTypeLoader(Class<? extends T>, IModule) - Method in interface gw.lang.reflect.ITypeSystem
-
- getTypeLoader(Class<? extends T>) - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- getTypeLoader() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getTypeLoader(Class<? extends T>) - Static method in class gw.lang.reflect.TypeSystem
-
- getTypeLoader(Class<? extends T>, IModule) - Static method in class gw.lang.reflect.TypeSystem
-
- getTypeLoader() - Method in class gw.xml.parser2.LocationRefType
-
- getTypeLoader() - Method in class gw.xml.parser2.XMLNodeType
-
- getTypeLoader() - Method in interface gw.xml.xsd.typeloader.IXmlNodeTypeFromXsd
-
- getTypeLoader() - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- getTypeLoader() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- getTypeLoader() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- getTypeloaderClassName() - Method in class gw.config.TypeLoaderSpec
-
- getTypeLoaderDirectly() - Method in interface gw.lang.reflect.ITypeRef
-
- getTypeLoaders(Class<T>) - Method in interface gw.lang.reflect.module.IModule
-
Returns typeloaders of the given class that are local to this module as well as such
typeloaders from dependent modules.
- getTypeloaders() - Method in class gw.pl.modules.ModuleNode
-
- getTypeLoaders() - Method in class gw.pl.modules.ModuleNode
-
- getTypeloaders() - Method in class gw.pl.modules.ModuleTypeLoadersNode
-
- getTypeLoaderStack() - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- getTypeMappingVersion() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the typemapping version
- getTypeName(ConsistencyCheckType) - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- getTypeName(T) - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
- getTypeName(LoadErrorType) - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- getTypeName() - Method in interface gw.lang.Gosu.IVerificationResults
-
- getTypeName() - Method in interface gw.lang.parser.statements.IUsesStatement
-
- getTypeName() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getTypeName(IType) - Static method in class gw.lang.reflect.SimpleParameterInfo
-
- getTypeName(IType) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getTypeName() - Method in class gw.pl.external.entity.Key
-
Deprecated.
Get the name of the type this key represents.
- getTypeName() - Method in class gw.test.remote.RemoteTestClass
-
- getTypeName() - Method in class gw.test.TestClass
-
- getTypeName() - Method in class gw.xml.xsd.info.XSDElementInfo
-
- getTypeName() - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- getTypeName() - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getTypeName() - Method in interface gw.xml.xsd.schema.IXSDType
-
- getTypeName() - Method in class gw.xml.xsd.schema.XSDTypeBase
-
- getTypeName() - Method in class gw.xml.xsd.typeloader.CustomTypeMapping
-
- getTypeName() - Method in class gw.xml.xsd.typewrapper.XSDTypeTypeWrapper
-
- getTypeName() - Method in class gw.xml.xsd.typewrapper.XSDTypeWrapper
-
- getTypeNames(String) - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getTypeNames(String, Set<String>, ITypeLoader) - Method in interface gw.lang.reflect.gs.IGosuClassRepository
-
Returns all type names in the given namespace and with the given extensions.
- getTypeNames(String) - Method in interface gw.lang.reflect.ITypeLoader
-
- getTypeNames(String) - Method in interface gw.lang.reflect.module.IClassPath
-
- getTypeNames(String) - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- getTypeNames(String) - Method in class gw.lang.reflect.TypeLoaderBase
-
- getTypeNames(String, ITypeLoader) - Static method in class gw.lang.reflect.TypeLoaderBase
-
- getTypeNamespace() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- getTypeNamespace() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getTypeParameters() - Method in class gw.lang.reflect.DefaultArrayType
-
- getTypeParameters() - Method in class gw.lang.reflect.FunctionType
-
- getTypeParameters() - Method in interface gw.lang.reflect.IType
-
If this is a parameterized type, returns the specific types used to create
this type, null otherwies.
- getTypeParameters() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getTypeParameters() - Method in class gw.lang.reflect.java.asm.AsmType
-
- getTypeParameters() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- getTypeParameters() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- getTypeParameters() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- getTypeParameters() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- getTypeParameters() - Method in class gw.lang.reflect.TypeBase
-
- getTypeParameters() - Method in class gw.xml.parser2.LocationRefType
-
- getTypeParameters() - Method in class gw.xml.parser2.XMLNodeType
-
- getTypeQName() - Method in class gw.xml.xsd.schema.XSDElement
-
- getTypeReference(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- getTypeReference(IType) - Static method in class gw.lang.reflect.TypeSystem
-
IMPORTANT: The only time you should call this method is:
1) wrapping a call to a Type constructor, typically within a type loader
e.g., TypeSystem.getOrCreateTypeReference( new MyVeryOwnType() )
Do NOT call this when creating the type.
- getTypeRefFactory() - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- getTypes() - Method in interface gw.lang.parser.expressions.ICompoundTypeLiteral
-
- getTypes() - Method in interface gw.lang.parser.expressions.ITypeParameterListClause
-
- getTypes() - Method in interface gw.lang.reflect.ICompoundType
-
- getTypes() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Deprecated.
use specialized get{Element,Type}Index() methods instead
- getTypes(IXMLNode, ISymbolTable) - Method in class gw.xml.parser2.MultipleInferredSymbolProvider
-
- getTypesForFile(IFile) - Method in interface gw.lang.reflect.ITypeLoader
-
Returns ALL type names associated with the given file
whether or not the types have been loaded yet.
- getTypesForFile(IModule, IFile) - Method in interface gw.lang.reflect.ITypeSystem
-
- getTypesForFile(IFile) - Method in class gw.lang.reflect.SimpleTypeLoader
-
- getTypesForFile(IFile) - Method in class gw.lang.reflect.TypeLoaderBase
-
- getTypesForFile(IModule, IFile) - Static method in class gw.lang.reflect.TypeSystem
-
- getTypesPackageName() - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getTypesWithPrefix(String, String) - Method in interface gw.lang.reflect.ITypeRefFactory
-
- getTypeSystem() - Static method in class gw.config.CommonServices
-
- getTypeSystemLockWithMonitor(Object) - Static method in class gw.lang.reflect.module.TypeSystemLockHelper
-
- getTypeToCoerceTo() - Method in interface gw.lang.parser.exceptions.ICoercionIssue
-
- getTypeToCoerceTo() - Method in exception gw.lang.parser.exceptions.ImplicitCoercionError
-
- getTypeToCoerceTo() - Method in exception gw.lang.parser.exceptions.ImplicitCoercionWarning
-
- getTypeUses() - Method in interface gw.lang.parser.ITypeUsesMap
-
Returns the set of strings representing the types that are currently
used by this parser.
- getTypeUsesMap() - Method in interface gw.lang.parser.IGosuParser
-
Get the type uses map.
- getTypeUsesMap() - Method in class gw.lang.parser.ParserOptions
-
- getTypeUsesMap() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- getTypeUsesMap() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- getTypeUsesMap() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- getTypeValue() - Method in enum gw.datatype.JdbcType
-
Gets the integer value corresponding to this JDBC type.
- getTypeVar() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- getTypeVarDef() - Method in interface gw.lang.parser.expressions.ITypeVariableDefinitionExpression
-
- getTypeVarDef() - Method in interface gw.lang.reflect.ITypeVariableType
-
- getTypeVariabledDefinitions() - Method in interface gw.lang.parser.expressions.ITypeVariableListClause
-
- getTypeVariableDefinition() - Method in interface gw.lang.reflect.gs.IGenericTypeVariable
-
- getTypeVariables() - Method in interface gw.lang.parser.IGosuParser
-
- getTypeVariables() - Method in class gw.lang.reflect.FunctionType
-
- getTypeVariables() - Method in interface gw.lang.reflect.IGenericMethodInfo
-
- getTypeVariables(IJavaMethodInfo) - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- getTypeVariables() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- getTypeVarList(IFeatureInfo) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getTypeVarList(IFeatureInfo, boolean) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getTypeVarListNoBounds(IFeatureInfo) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- getTypeWrapper() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- getTypeWrapper() - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- getTypeWrapper() - Method in class gw.xml.xsd.typeloader.CustomTypeMapping
-
- getUIMessage() - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- getUIMessage() - Method in interface gw.lang.parser.IParseIssue
-
- getUIMessage() - Method in interface gw.lang.reflect.ITypeParseIssue
-
- getUIMessage() - Method in class gw.xml.parser2.XMLParseError
-
- getUIMessage() - Method in class gw.xml.parser2.XMLParseIssue
-
- getUnassignedUsers() - Method in class gw.api.admin.GroupTreeNode
-
- getUnassignedUsers() - Method in class gw.api.admin.OrganizationTreeNode
-
- getUnauthenticatedProxy(Class, String, String, String) - Static method in class gw.pl.util.webservices.APILocator
-
Returns an unauthenticated proxy of the given type to a remote SOAP API
[web-service] published by a Guidewire server.
- getUnchosenPickersFilteredByName() - Method in class gw.api.tools.NameablePicker
-
- getUnicodeEscape(char) - Static method in class gw.util.GosuEscapeUtil
-
- getUniqueDir(String, String) - Static method in class gw.pl.util.FileUtil
-
- getUniqueFile(File, String, String) - Static method in class gw.pl.util.FileUtil
-
- getUniqueIdentifier() - Method in interface gw.api.database.ConsistencyCheck
-
- getUniqueSuffixForTest() - Method in class gw.testharness.v3.PLTestClass
-
Computes what ought to be a globally-unique suffix for use in this test to avoid, for example, duplicate key
exceptions in the database.
- getUnit() - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- getUnit() - Method in class gw.lang.reflect.interval.IterableInterval
-
- getUnitOfDistance() - Method in class gw.api.contact.DrivingDirections
-
Unit of distance for great circle and also for driving directions
- getUnitOfDistance() - Method in class gw.api.contact.DrivingDirectionsElem
-
Gets the unit of distance for this stage, defaults to the system default unit of distance
- getUnitOfDistance(String) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Translates a string code to given UnitOfDistance object.
- getUnitsString(UnitOfDistance) - Static method in class gw.api.geocode.GeocodeUtils
-
Returns the localized word for a unit of distance, in plural (the typekey name is singular.)
- getUnitsString() - Method in interface gw.pl.contact.entity.ProximitySearchParameters
-
Returns a localized, human-readable string for the type of search, either the Unit of Distance or
a localized string indicating "closest."
- getUnlocalizedDescription() - Method in interface gw.entity.TypeKey
-
Returns the (non-localized) description of this typekey.
- getUnlocalizedDescription() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getUnlocalizedMessage() - Method in class gw.xml.parser2.XMLParseIssue
-
- getUnlocalizedName() - Method in interface gw.entity.TypeKey
-
Returns the (non-localized) name of this typekey.
- getUnlocalizedName() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- getUnlocalizedStatus() - Method in class gw.api.web.tools.ProcessHistoryDisplayInfo
-
Returns the English language status for the download report.
- getUnpackaged(BuilderContext) - Method in interface gw.api.databuilder.populator.PackagedValue
-
Unpackages and returns the value.
- getUnqualifiedClassName(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- getUnrestrictedUser() - Method in interface gw.api.community.PublicUserUtil
-
Return the currently configured "unrestricted" user
- getUnsafeBundle(Bundle) - Static method in class gw.testharness.BundleTestUtil
-
Casts a Gosu bundle to an EntityBundleImpl
- getUnselectedDBTables(String) - Method in class gw.api.tools.DatabaseStorageHelper
-
- getUnselectedDBTables(String) - Method in class gw.api.tools.DataDistDVHelper
-
- getUnsent() - Method in class gw.api.admin.DestinationMessageStatistics
-
- getUnsent() - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Get the number of unsent messages.
- getUnsent() - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
Returns the number of messages that are not sent yet.
- getUnslicedUntyped() - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Return the unsliced version of this bean.
- getUnusedColumnCount() - Method in class gw.api.tools.DatabaseInfo.TableWithUnusedColumnInfo
-
- getUpdatedBeans() - Method in interface gw.api.preupdate.PreUpdateContext
-
Returns the list of beans that are being updated by this transaction.
- getUpdatedBeans() - Method in interface gw.pl.persistence.core.Bundle
-
Gets the beans that have been updated in this bundle.
- getUpdateStatsState() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Returns the state of the update stats process.
- getUpdateStatsState() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getUpdateTableStatisticsData() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Obtains the set of SQL statements that are required to update database statistics
- getUpdateTableStatisticsData() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
Obtains the set of SQL statements that are required to update database statistics
- getUpdateTime() - Method in interface gw.pl.persistence.core.entity.Editable
-
- getUpdateUser() - Method in interface gw.pl.persistence.core.entity.Editable
-
Returns the user that last updated this bean
- getUpgradeStorageComparisons() - Method in interface gw.pl.upgrader.entity.UpgradeInstance
-
Returns DatabaseParameterSets holding the UpgradeStorageSet comparisons for this UpgradeInstance in
time order
- getUpperBound() - Method in interface gw.lang.reflect.java.IJavaClassWildcardType
-
- getUpTime() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- getURL() - Method in class gw.api.soap.SOAPServiceBase
-
Returns the local URL if non-null, otherwise returns the endpoint URL.
- getUrl() - Method in class gw.api.suite.GuidewireProductInfo
-
- getURL(Class, String) - Static method in class gw.pl.util.FileUtil
-
- getUrlFromPath(String, String) - Static method in class gw.document.TemplatePluginUtils
-
This will create a url out of a file path and a root path.
- getUsageModifier(UsageTarget, IType) - Static method in enum gw.lang.annotation.UsageModifier
-
- getUsed() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getUsefulCountryName(String) - Static method in class gw.api.geocode.AbstractGeocodePlugin
-
Performs some additional mappings of non-standardized Country names to standardized forms.
- getUser() - Method in class gw.api.print.PrintUserTreeNode
-
- getUser() - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use getAssignedUser()
- getUser() - Method in interface gw.plugin.security.AuthenticationMethod
-
- getUser() - Method in class gw.plugin.security.UsernamePasswordAuthenticationMethod
-
- getUser() - Method in interface gw.plugin.util.CurrentUser
-
Get the current user; null if no user is currently active in this thread.
- getUserCriteria() - Method in class gw.api.assignment.AssignmentSearchCriteria
-
The criteria used to search for a user, will be used if search type is "User".
- getUserData() - Method in class gw.util.cache.FqnCacheNode
-
- getUserDefaultCountry() - Static method in class gw.api.util.LocaleUtil
-
- getUserDefaultPhoneCountry() - Static method in class gw.api.util.PhoneUtil
-
Returns the user's default phone country, will fallback to the default server country if the user default phone
country if it's null.
- getUserDisplayName() - Method in class gw.api.print.PrintUserTreeNode
-
- getUserId() - Method in class gw.api.webservice.systemTools.SessionData
-
The user id in the session
- getUserID() - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use getAssignedUserID()
- getUserID() - Method in class gw.plugin.approval.UserGroupPair
-
Gets the user id.
- getUserID() - Method in class gw.plugin.assignment.AssignmentResponse
-
The ID of the user within the group specified by groupID
to which assignment is made.
- getUserLoad(GroupUserAssignmentState) - Method in class gw.api.assignment.AssignmentType
-
Get the load for this assignment type from the user's state
- getUserLoad(GroupUserAssignmentState) - Method in class gw.api.assignment.DefaultAssignmentType
-
- getUsername() - Method in class gw.api.util.LoginForm
-
- getUserName() - Method in class gw.api.webservice.systemTools.SessionData
-
The name of the user's credential
- getUsername() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method getUsername
- getUsername() - Method in class gw.plugin.credentials.UsernamePasswordPairBase
-
- getUsername() - Method in class gw.plugin.dbauth.UsernamePasswordPair
-
- getUsername() - Method in class gw.plugin.security.UserNamePasswordAuthenticationSource
-
Username
- getUsernamePassword() - Method in class gw.plugin.security.UsernamePasswordAuthenticationMethod
-
- getUserRoleAssignment(User, UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Gets the assignment that corresponds to the given user and role, or null
if none matches.
- getUserRoleAssignmentByRole(UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Gets the user role assignment for that role
If there's no assignment for that role, returns null.
- getUserRoleAssignmentsByRole(UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Get the user role assignments for that role.
- getUsers() - Method in class gw.api.admin.GroupTreeNode
-
- getUsers() - Method in class gw.api.admin.UnassignedUsersGroup
-
- getUsers() - Method in class gw.api.assignment.AssignmentSearchResult
-
If the criteria selected type is "User", return a query processor that will yield users matching
the user search criteria.
- getUsersInCurrentUsersGroup() - Method in interface gw.api.community.PublicUserUtil
-
Get a list of all users in the current user's group.
- getUsersInCurrentUsersGroups() - Static method in class gw.api.admin.BaseAdminUtil
-
Return a list of all users who share membership of a group with the current user, sorted by display
name.
- getUsersNoSystemUsers() - Method in interface gw.pl.community.entity.Group
-
Returns all the users in this group EXCEPT system users
- getUsersWithAttribute() - Method in interface gw.pl.community.entity.Attribute
-
Returns a keylist of users who have this attribute.
- getUsesStatements() - Method in interface gw.lang.parser.ITypeUsesMap
-
Return the set of uses-statements that participate in this map.
- getUsesStatements() - Method in interface gw.lang.parser.statements.IUsesStatementList
-
- getUtilizedSize() - Method in class gw.util.concurrent.Cache
-
- getUUID() - Method in class gw.testharness.clustering.ClusterMember
-
Returns server UUID in the cluster
- getUUID() - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- getVacationingUsers() - Method in interface gw.pl.community.entity.User
-
Returns an array containing the IDs of all users that are on vacation and are backed up by this user.
- getValidate() - Method in class gw.xml.XmlParseOptions
-
Deprecated.
Turning off validation is an experimental feature. Use at your own risk.
- getValidate() - Method in class gw.xml.XmlSerializationOptions
-
Returns the Validate property.
- getValidationCommand() - Method in class gw.plugin.validation.ValidationResponse
-
The validation command.
- getValidationError(String) - Method in class gw.api.messaging.SOOMessageSearchItemUtil
-
- getValidationIssues() - Method in class gw.api.validation.EntityValidation
-
Gets the list of associated validation issues
- getValidationLevelPassed() - Method in class gw.api.validation.ValidationResultBase
-
Returns the highest validation level passed, taking only errors into account.
- getValidationResult() - Method in class gw.api.database.spatial.SpatialPolygon
-
- getValidationResult() - Method in class gw.api.validation.EntityValidation
-
- getValidationResult() - Method in interface gw.pl.validation.entity.Validatable
-
Gets the validation result.
- getValidBatchProcessNames() - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
This will return the set of valid batch process names
- getValidBatchProcessNames() - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will return the set of valid batch process names
- getValidReplacements() - Method in class gw.xml.parser2.PLXMLNode
-
- getValue() - Method in class gw.api.system.ParameterKey
-
Get value of the parameter.
- getValue() - Method in enum gw.api.tools.PerfReportHelper.DBPerfReportStatus
-
- getValue() - Method in class gw.api.tools.UpgradeNameValuePair
-
- getValue() - Method in interface gw.api.webservice.IPathValue
-
- getValue() - Method in class gw.api.webservice.messagingTools.FieldChangeValue
-
- getValue() - Method in class gw.api.webservice.pl.FieldValue
-
String value of the field
- getValue() - Method in enum gw.datatype.DisplayCalendar
-
- getValue() - Method in interface gw.document.Symbol
-
value of the symbol
- getValue() - Method in class gw.lang.EncryptedString
-
The un-encrypted value for this encrypted string
- getValue() - Method in class gw.lang.gosuc.GosucArg
-
- getValue() - Method in class gw.lang.ir.expression.IRBooleanLiteral
-
- getValue() - Method in class gw.lang.ir.expression.IRCharacterLiteral
-
- getValue() - Method in class gw.lang.ir.expression.IRNumericLiteral
-
- getValue() - Method in class gw.lang.ir.expression.IRStringLiteralExpression
-
- getValue() - Method in class gw.lang.ir.IRAnnotation
-
- getValue() - Method in class gw.lang.ir.IRGosuAnnotation
-
- getValue() - Method in class gw.lang.ir.statement.IRArrayStoreStatement
-
- getValue() - Method in class gw.lang.ir.statement.IRAssignmentStatement
-
- getValue() - Method in class gw.lang.ir.statement.IRFieldDecl
-
- getValue() - Method in interface gw.lang.parser.expressions.IBooleanLiteralExpression
-
- getValue() - Method in interface gw.lang.parser.expressions.ICharLiteralExpression
-
- getValue() - Method in interface gw.lang.parser.expressions.INumericLiteralExpression
-
- getValue() - Method in interface gw.lang.parser.expressions.IStringLiteralExpression
-
- getValue(String) - Method in class gw.lang.parser.ExternalSymbolMapBase
-
- getValue(String, int) - Method in class gw.lang.parser.ExternalSymbolMapBase
-
- getValue() - Method in interface gw.lang.parser.ISymbol
-
Returns the value assigned to this Symbol.
- getValue() - Method in interface gw.lang.parser.statements.IReturnStatement
-
- getValue() - Method in class gw.lang.reflect.EnumValuePlaceholder
-
- getValue(String) - Method in interface gw.lang.reflect.gs.IExternalSymbolMap
-
Returns the value for the symbol with the given name.
- getValue(String, int) - Method in interface gw.lang.reflect.gs.IExternalSymbolMap
-
Called via bytecode.
- getValue() - Method in interface gw.lang.reflect.IEnumValue
-
- getValue(Object) - Method in interface gw.lang.reflect.IPropertyAccessor
-
Returns the value for a property given a "this" object
- getValue(String) - Method in interface gw.lang.reflect.java.IJavaClassAnnotation
-
- getValue() - Method in class gw.pl.external.entity.Key
-
Deprecated.
Get the value of this key.
- getValue() - Method in class gw.pl.modules.ModuleDependencyNode
-
- getValue() - Method in class gw.pl.modules.ModulePropertyNode
-
- getValue() - Method in class gw.pl.modules.ModuleSrcNode
-
- getValue() - Method in class gw.pl.modules.ModuleTypeLoaderNode
-
- getValue() - Method in class gw.pl.modules.pom.PomModuleDependencySpec
-
- getValue() - Method in class gw.pl.modules.pom.PomModuleSrcSpec
-
- getValue() - Method in class gw.pl.persistence.core.Key
-
Gets the integral value, which corresponds to the value stored in the ID column.
- getValue() - Method in class gw.pl.util.diff.lcs.ValueDiffable
-
- getValue() - Method in class gw.pl.util.PropertyTree
-
The value of this node.
- getValue(String) - Method in interface gw.pl.util.StringUtil.VariableMap
-
- getValue() - Method in class gw.plugin.management.Attribute
-
Value
- getValue() - Method in class gw.plugin.security.UserValueNVP
-
Value
- getValue() - Method in class gw.smoketest.platform.web.MessagesElement
-
Drilldown to the location that contains the error
- getValue() - Method in class gw.smoketest.platform.web.MultiSelectElement
-
Deprecated.
Use MultiValues instead for a multi-value widget
- getValue() - Method in class gw.smoketest.platform.web.OptionElement
-
- getValue() - Method in class gw.smoketest.platform.web.PagingElement
-
- getValue() - Method in class gw.smoketest.platform.web.ValueElement
-
- getValue(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the value of the named form element.
- getValue(Object) - Method in class gw.xml.parser2.XMLAttributePropertyInfo.AttributePropertyAccessor
-
- getValue() - Method in class gw.xml.xsd.schema.XSDEnumeration
-
- getValue(String) - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getValue() - Method in class gw.xml.xsd.typeloader.XSDEnumerationValue
-
- getValueAsArray() - Method in class gw.pl.util.PropertyTree
-
gets the value as an array of strings
- getValueClass() - Method in enum gw.datatype.JdbcType
-
- getValueDirectly() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- getValueExpressions() - Method in interface gw.lang.parser.expressions.INewExpression
-
- getValueHandler() - Method in interface gw.datatype.def.IDataTypeDef
-
Gets the value handler for this datatype.
- getValueInfo() - Method in class gw.xml.xsd.info.XSDElementInfo
-
- getValueInfo() - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- getValueMap() - Method in class gw.api.diff.DiffItem
-
For adding arbitrary values to DiffItem via enhancements
- getValueProvider(String, Object[]) - Static method in class gw.api.util.TemplateUtil
-
Returns a value provider for rendering a Gosu template.
- getValueRange(Country, String, String[], Object[], Integer) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Get the value range for the desired field; the value range will be filtered by the other address
fields that are passed in.
- getValueRange(String, String, AddressFillable, Object, Class<T>) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Get the value range for the desired field; the value range will be filtered by the other address
fields that are passed in.
- getValueRange(Country, String, String[], Object[], Integer) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Get the value range for the desired field; the value range will be filtered by the other address
fields that are passed in.
- getValueRange(String, String, AddressFillable, Object, Class<T>) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Get the value range for the desired field; the value range will be filtered by the other address
fields that are passed in.
- getValueRange(Object[], Integer) - Method in class gw.api.contact.AutofillRequest
-
Get the value range for the desired field
- getValueRange(Country, String, String[], Object[], Integer) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Get the value range for the desired field; the value range will be filtered by the other address
fields that are passed in.
- getValueRange(String, String, AddressFillable, Object, Class<T>) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Get the value range for the desired field; the value range will be filtered by the other address
fields that are passed in.
- getValues() - Method in class gw.api.tools.DatabaseStorageValues
-
- getValues() - Method in interface gw.lang.parser.expressions.ICollectionInitializerExpression
-
- getValues() - Method in interface gw.lang.parser.expressions.IMapInitializerExpression
-
- getValues(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Gets the values of the named form element.
- getValues() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- getValueType() - Method in class gw.api.databuilder.DataBuilder
-
Gets the entity type to be created by this builder.
- getValueType() - Method in class gw.api.databuilder.ExistingBean
-
- getValueType() - Method in class gw.api.databuilder.ExistingValue
-
- getValueType() - Method in class gw.api.databuilder.PatternedStringGenerator
-
- getValueType() - Method in interface gw.api.databuilder.populator.PackagedValue
-
Gets the type of the unpackaged value.
- getValueType() - Method in class gw.api.databuilder.RandomBigDecimalGenerator
-
- getValueType() - Method in class gw.api.databuilder.RandomDateGenerator
-
- getValueType() - Method in class gw.api.databuilder.RandomIntegerGenerator
-
- getValueType() - Method in class gw.api.databuilder.RandomStringGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialBigDecimalGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialBooleanGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialCurrencyAmountGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialDateGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialIntegerGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialLongGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialStringGenerator
-
- getValueType() - Method in class gw.api.databuilder.SequentialTypeKeyGenerator
-
- getValueType() - Method in interface gw.api.databuilder.ValueGenerator
-
- getValueType() - Method in interface gw.datatype.IDataType
-
Gets the value type associated with this datatype.
- getVar(String) - Method in interface gw.lang.javadoc.IClassDocNode
-
- getVariance() - Method in class gw.api.util.stats.StatisticsCollector
-
- getVarIdentifier() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- getVarIdentifier() - Method in interface gw.lang.parser.IReducedDynamicPropertySymbol
-
- getVars() - Method in interface gw.lang.javadoc.IClassDocNode
-
- getVarStatements() - Method in interface gw.lang.parser.statements.IUsingStatement
-
- getVarStmt() - Method in interface gw.lang.parser.statements.IHideFieldNoOpStatement
-
- getVerbose() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use isVerbose()
- getVersion() - Method in class gw.api.database.DatabaseOutlineInfo
-
- getVersion() - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Get the version of the server, including application version and schema version.
- getVersion() - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- getVersion() - Static method in class gw.lang.Gosu
-
- getVersion() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- getVersionAsOf(Date) - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- getVersionList() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Get the version list for this bean.
- getVersionPropertyKeys() - Static method in class gw.api.tools.RuntimeEnvironmentInfoPageHelper
-
Get a list of system version property keys
- getVersionPropertyValue(String) - Static method in class gw.api.tools.RuntimeEnvironmentInfoPageHelper
-
Get a system version property value by name
- getVersionString() - Method in class gw.api.archiving.ArchiveCountSummaryByDatamodelVersion
-
- getViewableTypes() - Static method in class gw.api.note.NotesUtilBase
-
This will return the NoteSecurityTypes that are visible to the current user
- getVirtualDirectory() - Static method in class gw.plugin.document.DocumentConfigUtil
-
Returns the virtual directory.
- getVisibilityModifier(FeatureDescriptor) - Static method in class gw.lang.reflect.BeanInfoUtil
-
- getVisible() - Method in class gw.smoketest.platform.web.IteratorEntryCheckboxElement
-
- getVisible() - Method in class gw.smoketest.platform.web.TestableElement
-
Checks if this element is currently rendered on page
- getVisible() - Method in class gw.smoketest.platform.web.WizardMenuLinkElement
-
- getVisibleChildren() - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
Returns all visible children.
- getVisibleChildren() - Method in interface gw.api.bean.compare.ui.HierarchicalDiff
-
Children to be displayed in the UI.
- getVisibleChildren() - Method in class gw.api.bean.compare.ui.HierarchicalDiffDelegate
-
- getVisibleChildren(DiffDisplay) - Static method in class gw.api.contact.pendingchanges.DiffDisplays
-
Returns all the visible children of the given
DiffDisplay, if any.
- getVisibleFields() - Method in class gw.api.util.CountryConfig
-
The list of fields to show.
- getVisitCount() - Method in class gw.api.tools.RuleStats
-
- getWarningLevel() - Method in class gw.plugin.validation.FieldValidationData
-
Warning level of the validation exception.
- getWarningLevel() - Method in class gw.plugin.validation.GeneralValidationData
-
Warning level of the validation exception.
- getWarningReason() - Method in class gw.plugin.validation.FieldValidationData
-
The message that should be displayed to the user to indicate the reason
for the warning.
- getWarningReason() - Method in class gw.plugin.validation.GeneralValidationData
-
The message that should be displayed to the user to indicate the reason
for the warning.
- getWarnings() - Method in class gw.api.validation.FieldValidationResult
-
- getWarnings() - Method in interface gw.api.validation.IFieldValidationResult
-
- getWarnings() - Method in interface gw.api.validation.IValidationResult
-
Returns list of all warnings, either global or on any fields, in the ValidationResult, regardless of level
- getWarnings(ValidationLevel) - Method in interface gw.api.validation.IValidationResult
-
Returns list of all warnings, either global or on any fields, above the given level in the ValidationResult
- getWarnings() - Method in class gw.api.validation.ValidationResultBase
-
Returns list of all warnings, either global or on any fields, in the ValidationResult, regardless of level
- getWarnings(ValidationLevel) - Method in class gw.api.validation.ValidationResultBase
-
Returns list of all warnings, either global or on any fields, above the given level in the ValidationResult
- getWarnings() - Method in class gw.xml.parser2.SchemaValidationResults
-
- getWebappContextRootDir() - Static method in class gw.pl.util.ServletProperties
-
- getWebappContextTempDir() - Static method in class gw.pl.util.ServletProperties
-
- getWebMessages(ValidationLevel) - Method in class gw.api.validation.ValidationResult
-
Gets all web messages in the result in a flattened form for easy web display
- getWebProfilerForCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- getWebProfilerNameInCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- getWebServerPaths() - Method in interface gw.lang.reflect.IEntityAccess
-
- getWebServices() - Static method in class gw.api.webservice.WebServiceDiscoveryAPIHelper
-
Return an array of names for all server defined web services
- getWeekOfMonth(Date) - Static method in class gw.api.util.DateUtil
-
Get the week of month.
- getWeekOfMonth(Date) - Static method in class gw.date.GosuDateUtil
-
Get the week of month.
- getWeekOfYear(Date) - Static method in class gw.api.util.DateUtil
-
Get the week of the year.
- getWeekOfYear(Date) - Static method in class gw.date.GosuDateUtil
-
Get the week of the year.
- getWelcomeMessage() - Method in class gw.api.tools.OracleStatspackHelper
-
- getWellKnownText() - Method in interface gw.api.database.spatial.SpatialObject
-
- getWellKnownText() - Method in class gw.api.database.spatial.SpatialPoint
-
- getWellKnownText() - Method in class gw.api.database.spatial.SpatialPolygon
-
- getWhereClauseExpression() - Method in interface gw.lang.parser.expressions.IQueryExpression
-
- getWhereExpression() - Method in interface gw.lang.parser.expressions.IExistsExpression
-
- getWhichSchema(IEntityType) - Static method in class gw.api.importing.ImportingUtil
-
Deprecated.
This method will be removed in a future release. Only one schema is available. there is no differentiation on domain and other schema anymore.
- getWidgetToPrint() - Method in class gw.api.print.PrintWidgetAction
-
- getWidths() - Method in class gw.api.database.DatabaseParameterSet
-
- getWorkElapsed() - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- getWorkerRunInfoArray(WorkQueueExecutorDisplayInfo, int) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWorkflow() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
get a single workflow if there was only a single workflow upon entry
- getWorkflowType() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
This will get the type of the workflows being processed
- getWorkItemByWriterForQueue(WorkQueueDisplayInfo) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWorkItemByWriterForQueue(WorkQueueDisplayInfo, int) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWorkItemCount() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getWorkItemCreator() - Method in class gw.processes.WorkQueueBase
-
This will return a work item creator.
- getWorkItemPartitionSize() - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
Returns the number of IDs can we compact into a single work item
- getWorkItemPriority(WorkItem) - Method in interface gw.plugin.workqueue.IWorkItemPriorityPlugin
-
Calculate the work item priority
- getWorkItems(WorkQueueDisplayInfo) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWorkItemsFinishedTime() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getWorkItemType() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getWorkItemType() - Method in class gw.processes.WorkQueueBase
-
The work item entity type
- getWorkQueueConfig(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Get the current configuration of distributed workers for the
specified work queue.
- getWorkQueueConfig(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Get the current configuration of distributed workers for the
specified work queue.
- getWorkQueueExecutorInfoArray(WorkQueueDisplayInfo) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
Returns array of beans which contain basic information about active and terminated executors.
- getWorkQueueExecutorInfoArray(WorkQueueDisplayInfo, int) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWorkQueueInfo() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getWorkQueueList() - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWorkQueueNames() - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Returns the list of work queue names for this product.
- getWorkQueueNames() - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Returns the list of work queue names for this product.
- getWorkQueueOverheadPercentage() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getWorkQueueStatus(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
- getWorkQueueStatus(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will get the work queue status
- getWorkQueueType() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getWQueueStatus(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Retrieves the status of active executors for that particular queue.
- getWQueueStatus(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will get the work queue status
- getWrappedEnvironmentClassName() - Method in class gw.test.remote.ForwardingTestEnvironment
-
- getWrappedIdentifier() - Method in interface gw.lang.parser.expressions.IPropertyAccessIdentifier
-
- getWrappedTest() - Method in class gw.testharness.TestBase.GWServletTestCase
-
- getWrappedTestEnvironmentArgs() - Method in class gw.test.remote.ForwardingTestEnvironment
-
- getWrappersByXSDType() - Method in class gw.xml.xsd.typeloader.XSDBuiltInTypeMappings
-
- getWrapperTypeByXSDIntrinsicTypeName(String) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getWrapperTypeByXSDType(QName) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getWrapperTypeName(QName) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getWrapperTypesByIntrinsicTypeName() - Method in class gw.xml.xsd.typeloader.XSDBuiltInTypeMappings
-
- getWrapperTypesByXSDIntrinsicTypeName() - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getWrapperTypesByXSDIntrinsicTypeName() - Method in class gw.xml.xsd.typeloader.XSDBuiltInTypeMappings
-
- getWrapperTypesByXSDType() - Method in class gw.xml.xsd.typeloader.XSDBuiltInTypeMappings
-
- getWriteMethod() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- getWriteMethodInfo() - Method in interface gw.lang.reflect.IMethodBackedPropertyInfo
-
- getWriteMethodInfo() - Method in interface gw.lang.reflect.java.IJavaPropertyInfo
-
- getWriterFactory() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Call getFactory instead. This doesn't return
a WriterFactory, it returns a GeneratorFactory.
- getWriterFinishedTime() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getWriterLastExecutionTime() - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- getWriterStartedTime() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- getWriterStatus(WorkQueueDisplayInfo) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- getWriteTime() - Method in class gw.api.webservice.importTools.ImportResults
-
The amount of time taken to write to the database.
- getWSDLURI() - Method in class gw.pl.util.webservices.axis.GWParser
-
Get the current WSDL URI.
- getWSDLURI() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Get the WSDL URI.
- getXMLContext() - Method in class gw.xml.parser2.XMLGosuExpression
-
- getXmlDeclaration() - Method in class gw.xml.XmlSerializationOptions
-
Returns whether to write the xml declaration
- getXmlSchemaCompatibilityConfig() - Static method in class gw.config.CommonServices
-
- getXmlSerializationOptions() - Method in class gw.xml.ws.WsiInvocationContext
-
- getXMLType() - Method in class gw.xml.parser2.PLXMLNode
-
- getXSDBytes() - Method in class gw.xml.xsd.URLXSDSource
-
- getXSDBytes() - Method in interface gw.xml.xsd.XSDSource
-
- getXSDLocation() - Static method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- getXSDs() - Method in class gw.xml.xsd.typeloader.registry.XSDRegistryNode
-
- getXSDSource() - Method in class gw.xml.xsd.XSDSchemaIndex
-
- getXSDTypeForIType(String) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getXSDTypesByIntrinsicTypeName() - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getXSDTypesByIntrinsicTypeName() - Method in class gw.xml.xsd.typeloader.XSDBuiltInTypeMappings
-
- getXsdTypeShortName() - Method in class gw.xml.xsd.typeloader.CustomTypeMapping
-
- getXSDTypeWrapperForQName(QName) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getXSDTypeWrapperForType(IType) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLBigDecimal
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLBigInteger
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLBoolean
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLByte
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLCharacter
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLColor
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLDimension
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLDouble
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLFloat
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLFont
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLHashtable
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLImageIcon
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLInteger
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLLong
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLNativeJavaObject
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLPoint
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLRectangle
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLShort
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLString
-
- getXSIType() - Method in class gw.pl.util.xml.helpers.XMLVector
-
- getXSIType() - Method in interface gw.pl.util.xml.IXMLSerializable
-
- getYear(Date) - Static method in class gw.api.util.DateUtil
-
Get the year.
- getYear(Date) - Static method in class gw.date.GosuDateUtil
-
Get the year.
- getYear() - Method in class gw.xml.date.AbstractXmlDateType
-
- getYear() - Method in class gw.xml.date.XmlDate
-
- getYear() - Method in class gw.xml.date.XmlDateTime
-
- getYear() - Method in class gw.xml.date.XmlYear
-
- getYear() - Method in class gw.xml.date.XmlYearMonth
-
- getYearFromString(String) - Static method in class gw.api.util.DateUtil
-
Get the year from a string of digits.
- getYearMonthString() - Method in interface gw.pl.database.entity.DateAnalysisDataDist
-
- getYears() - Method in class gw.xml.date.XmlDuration
-
- getZipFileContents() - Method in interface gw.api.profiler.DbmsReportZipProvider
-
- getZoneCode() - Method in class gw.api.admin.RegionSearchCriteria
-
- getZoneCode(ZoneType) - Method in class gw.api.webservice.zone.InsertZoneLinkTransaction
-
- getZoneCodes() - Method in interface gw.pl.assignment.entity.Region
-
An array of the region's zones.
- getZoneCodes() - Method in interface gw.pl.calendar.entity.BusinessWeek
-
An array of the region's zones.
- getZoneCodes() - Method in interface gw.pl.calendar.entity.Holiday
-
An array of the region's zones.
- getZoneKey() - Method in interface gw.pl.calendar.entity.BusinessWeekZone
-
Constructs and returns the zone key representing this zone.
- getZoneKey() - Method in interface gw.pl.calendar.entity.HolidayZone
-
Constructs and returns the zone key representing this zone.
- getZoneKey() - Method in interface gw.pl.community.entity.OrganizationZoneAdmin
-
Constructs and returns the zone key representing this zone.
- getZoneKey() - Method in interface gw.pl.geodata.zone.entity.Zone
-
Constructs and returns the zone key representing this zone.
- getZoneList() - Method in interface gw.pl.assignment.entity.Region
-
Returns an alphabetized arraylist of the zones covered by the given region.
- getZoneList() - Method in interface gw.pl.calendar.entity.BusinessWeek
-
Returns an alphabetized arraylist of the zones covered by the given region.
- getZoneList() - Method in interface gw.pl.calendar.entity.Holiday
-
Returns an alphabetized arraylist of the zones covered by the given region.
- getZoneRange(ZoneType) - Method in interface gw.pl.community.entity.Organization
-
Returns the available zones.
- getZones() - Method in interface gw.pl.assignment.entity.Region
-
Returns an alphabetized arraylist of the zones covered by the given region.
- getZones() - Method in interface gw.pl.calendar.entity.BusinessWeek
-
Returns an alphabetized arraylist of the zones covered by the given region.
- getZones() - Method in interface gw.pl.calendar.entity.Holiday
-
Returns an alphabetized arraylist of the zones covered by the given region.
- getZonesArray() - Method in interface gw.pl.community.entity.Organization
-
Returns the business week's zones.
- getZonesString() - Method in interface gw.pl.community.entity.Organization
-
Returns the zones that t.
- getZoneType() - Method in class gw.api.admin.RegionSearchCriteria
-
- getZoneType() - Method in class gw.api.admin.ZoneSearchCriteria
-
Deprecated.
- getZoneValue(AddressFillable, ZoneType) - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Evaluate the expression that is defined for the given zone type against a specific
address
- getZoneValue(AddressFillable, ZoneType) - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Evaluate the expression that is defined for the given zone type against a specific
address
- getZoneValue(AddressFillable, ZoneType) - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Evaluate the expression that is defined for the given zone type against a specific
address
- GLOBAL_MODULE_NAME - Static variable in interface gw.lang.reflect.module.IExecutionEnvironment
-
- GlobalAddress - Interface in gw.pl.contact.entity
-
GlobalAddress
- GlobalCacheActiveTimeMinutes - Static variable in class gw.api.system.PLConfigParameters
-
Time period (in minutes) when cached items are considered "active", i.e. the cache should give higher priority to preserve these items.
- GlobalCacheDetailedStats - Static variable in class gw.api.system.PLConfigParameters
-
This parameter determines whether or not detailed statistics should be collected.
- GlobalCacheReapingTimeMinutes - Static variable in class gw.api.system.PLConfigParameters
-
Time (in minutes) since last use before cached items are considered eligible for reaping.
- GlobalCacheSizeMegabytes - Static variable in class gw.api.system.PLConfigParameters
-
The amount of space to allocate to the global cache.
- GlobalCacheSizePercent - Static variable in class gw.api.system.PLConfigParameters
-
The percentage of the heap to allocate to the global cache
- GlobalCacheStaleTimeMinutes - Static variable in class gw.api.system.PLConfigParameters
-
Time (in minutes) since last write before cached items are considered stale and eligible for reaping
- GlobalCacheStatsRetentionPeriodDays - Static variable in class gw.api.system.PLConfigParameters
-
This parameter denotes the period of time (in days), in addition to today, for how long statistics are preserved for historical comparison.
- GlobalCacheStatsWindowMinutes - Static variable in class gw.api.system.PLConfigParameters
-
This parameter denotes a period of time (in minutes) and is used for two purposes: 1) how long to preserve the reason why an item was evicted, after
the event occurred.
- GlobalContactName - Interface in gw.pl.contact.entity
-
GlobalContactName
- GloballyAggregatedQuerySummary - Class in gw.api.profiler
-
- GloballyAggregatedQuerySummary(AggregatedQuerySummary) - Constructor for class gw.api.profiler.GloballyAggregatedQuerySummary
-
Initializes a new object from summary by copying in all
the QuerySummary objects and other query statistics.
- GlobalPersonName - Interface in gw.pl.contact.entity
-
GlobalPersonName
- Globals - Class in gw.pl.util.webservices
-
Contains constant values used throughout the SOAP API implementation.
- Globals() - Constructor for class gw.pl.util.webservices.Globals
-
- GlobalScope - Enum in gw.lang.parser
-
- go() - Method in class gw.smoketest.platform.web.QuickJumpElement
-
Performs the quick jump
- goAndGetPrintableLocation(Destination) - Method in class gw.api.print.PrintAction
-
Return the printable location that corresponds to the given destination.
- Gosu - Class in gw.lang
-
- Gosu() - Constructor for class gw.lang.Gosu
-
- Gosu.ExecuteMode - Class in gw.lang
-
- Gosu.ExecuteMode() - Constructor for class gw.lang.Gosu.ExecuteMode
-
- Gosu.IVerificationResults - Interface in gw.lang
-
- GOSU_CLASS_FILE_EXT - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GOSU_ENHANCEMENT_FILE_EXT - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GOSU_METHOD_WRAPPER - Static variable in class gw.api.profiler.ProfilerTag
-
- GOSU_MODE_PRIORITY_EXECUTE - Static variable in class gw.lang.mode.GosuMode
-
- GOSU_MODE_PRIORITY_HELP - Static variable in class gw.lang.mode.GosuMode
-
- GOSU_MODE_PRIORITY_INTERACTIVE - Static variable in class gw.lang.mode.GosuMode
-
- GOSU_MODE_PRIORITY_VERIFY - Static variable in class gw.lang.mode.GosuMode
-
- GOSU_MODE_PRIORITY_VERSION - Static variable in class gw.lang.mode.GosuMode
-
- GOSU_PROGRAM_FILE_EXT - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GOSU_RULE_EXT - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GOSU_RULE_SET_EXT - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GOSU_SAMPLE_DATA_METHOD - Static variable in class gw.api.system.ABConfigParameters
-
Deprecated.
(Since 8.0.0) The name GOSU_SAMPLE_DATA_METHOD is inconsistent with other names in this class.
Use GosuSampleDataMethod instead.
- GOSU_SUITE_INCLUDE_TYPES - Static variable in class gw.test.Suite
-
- GOSU_TEMPLATE_FILE_EXT - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GosuArrayToJavaArrayCoercer - Class in gw.lang.parser.coercers
-
- GosuArrayToJavaArrayCoercer() - Constructor for class gw.lang.parser.coercers.GosuArrayToJavaArrayCoercer
-
- Gosuc - Class in gw.lang.gosuc
-
- Gosuc(String, ICustomParser) - Constructor for class gw.lang.gosuc.Gosuc
-
- Gosuc(ICustomParser, String) - Constructor for class gw.lang.gosuc.Gosuc
-
- GosucArg - Class in gw.lang.gosuc
-
- GosucArg(boolean, boolean, String, String) - Constructor for class gw.lang.gosuc.GosucArg
-
- GosucCompiler - Class in gw.lang.gosuc
-
- GosucCompiler() - Constructor for class gw.lang.gosuc.GosucCompiler
-
- GosucDependency - Class in gw.lang.gosuc
-
module-name [: exported]
- GosucDependency(String, boolean) - Constructor for class gw.lang.gosuc.GosucDependency
-
- GosucGlobalLoaderProvider - Class in gw.lang.gosuc
-
- GosucGlobalLoaderProvider(List<String>) - Constructor for class gw.lang.gosuc.GosucGlobalLoaderProvider
-
- GosuClassLightParser - Class in gw.lang.reflect.gs
-
- GosuClassLightParser(String) - Constructor for class gw.lang.reflect.gs.GosuClassLightParser
-
- GosuClassPathThing - Class in gw.lang.reflect.gs
-
- GosuClassPathThing() - Constructor for class gw.lang.reflect.gs.GosuClassPathThing
-
- GosuClassTestUtil - Class in gw.util
-
- GosuClassTestUtil() - Constructor for class gw.util.GosuClassTestUtil
-
- GosuClassTypeLoader - Class in gw.lang.reflect.gs
-
- GosuClassTypeLoader(IGosuClassRepository) - Constructor for class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GosuClassTypeLoader(IModule, IGosuClassRepository) - Constructor for class gw.lang.reflect.gs.GosuClassTypeLoader
-
- GosuClassUtil - Class in gw.util
-
This class is in part derived from org.apache.commons.lang.ClassUtils and is intended
to break a dependency on that project.
- GosuClassUtil() - Constructor for class gw.util.GosuClassUtil
-
- GosucModule - Class in gw.lang.gosuc
-
- GosucModule(String, List<String>, List<String>, String, List<GosucDependency>) - Constructor for class gw.lang.gosuc.GosucModule
-
- GosuCollectionUtil - Class in gw.util
-
- GosuCollectionUtil() - Constructor for class gw.util.GosuCollectionUtil
-
- GosucProject - Class in gw.lang.gosuc
-
Grammar for gosuc project file format:
project-name {
'sdk' {
sdk-path-list
}
'modules' {
module-list
}
'global-loaders' {
global-loaders-list
}
root-dir : quoted-path
app-name : quoted-name
}
global-loaders-list = quoted-class-name[, global-loaders-list] | null
quoted-class-name = '"'java-class-name'"'
module-list = module[ module-list] | null
module =
module-name {
'sourcepath' {
sourcepath-list
}
'classpath' {
classpath-lise
}
'outpath' {
output-path-list
}
'deps' {
deps-list
}
}
sourcepath-list -> quoted-path[, sourcepath-list] | null
classpath-list -> path[, classpath-list] | null
quoted-path -> '"'path'"'
deps-list -> dep[ dep-list] | null
dep -> module-name[: export]
- GosucProject(String, GosucSdk, List<GosucModule>, List<String>) - Constructor for class gw.lang.gosuc.GosucProject
-
- GosucProject() - Constructor for class gw.lang.gosuc.GosucProject
-
- GosucProjectParser - Class in gw.lang.gosuc
-
- GosucSdk - Class in gw.lang.gosuc
-
- GosucSdk(List<String>) - Constructor for class gw.lang.gosuc.GosucSdk
-
- GosucUtil - Class in gw.lang.gosuc
-
- GosucUtil() - Constructor for class gw.lang.gosuc.GosucUtil
-
- GosuDateUtil - Class in gw.date
-
Utilities for java.util.Date objects.
- GosuDateUtil() - Constructor for class gw.date.GosuDateUtil
-
- GosuEscapeUtil - Class in gw.util
-
- GosuEscapeUtil() - Constructor for class gw.util.GosuEscapeUtil
-
- GosuExceptionUtil - Class in gw.util
-
- GosuExceptionUtil() - Constructor for class gw.util.GosuExceptionUtil
-
- GosuExceptionUtil.IForceThrower - Interface in gw.util
-
- GosuHelpFormatter - Class in gw.lang.cli
-
- GosuHelpFormatter() - Constructor for class gw.lang.cli.GosuHelpFormatter
-
- GosuInitialization - Class in gw.lang.init
-
- GosuMode - Class in gw.lang.mode
-
- GosuMode() - Constructor for class gw.lang.mode.GosuMode
-
- GosuObjectUtil - Class in gw.util
-
This class is directly derived from org.apache.commons.lang.ObjectUtils and is
intended to avoid dependencies on that project.
- GosuObjectUtil() - Constructor for class gw.util.GosuObjectUtil
-
- GosuObjectUtil.Null - Class in gw.util
-
Class used as a null placeholder where null
has another meaning.
- GosuOption - Class in gw.lang.cli
-
- GosuOption(String, String) - Constructor for class gw.lang.cli.GosuOption
-
- GosuOption(String, String, boolean, String) - Constructor for class gw.lang.cli.GosuOption
-
- GosuParserFactory - Class in gw.lang.parser
-
- GosuParserFactory() - Constructor for class gw.lang.parser.GosuParserFactory
-
- GosuParserTypes - Class in gw.lang.parser
-
- GosuParserTypes() - Constructor for class gw.lang.parser.GosuParserTypes
-
- GosuPathEntry - Class in gw.lang.init
-
- GosuPathEntry(IDirectory, List<? extends IDirectory>) - Constructor for class gw.lang.init.GosuPathEntry
-
Constructs a new GosuPathEntry with the specified data.
- GosuRefactorUtil - Class in gw.util
-
- GosuRefactorUtil() - Constructor for class gw.util.GosuRefactorUtil
-
- GosuRefactorUtil.MoveInstruction - Class in gw.util
-
- GosuRefactorUtil.MoveInstruction(boolean, boolean, int) - Constructor for class gw.util.GosuRefactorUtil.MoveInstruction
-
- GosuReflectUtil - Class in gw.lang.reflect
-
- GosuReflectUtil() - Constructor for class gw.lang.reflect.GosuReflectUtil
-
Deprecated.
- GosuSampleDataMethod - Static variable in class gw.api.system.ABConfigParameters
-
Token for the gosu method to invoke for importing sample data
- GosuServlet - Class in gw.util.servlet
-
- GosuServlet() - Constructor for class gw.util.servlet.GosuServlet
-
- GosuShop - Class in gw.lang
-
- GosuShop() - Constructor for class gw.lang.GosuShop
-
- GosuStringUtil - Class in gw.util
-
This class is based, in part, on org.apache.commons.lang.StringUtils and is intended
to break the dependency on that project.
- GosuStringUtil() - Constructor for class gw.util.GosuStringUtil
-
- GosuTestUtil - Class in gw.util
-
- GosuTestUtil() - Constructor for class gw.util.GosuTestUtil
-
- GosuTypeEdgeProvider - Class in gw.api.reflect.graph
-
Edge provider for Gosu object graphs based on properties with connected
Gosu types, but excludes properties where the feature type is considered
a "basic" type--e.g., Numbers, Dates, and primitive types.
- GosuTypeEdgeProvider() - Constructor for class gw.api.reflect.graph.GosuTypeEdgeProvider
-
- GosuTypeEdgeProvider(TraversalFilter<IType>) - Constructor for class gw.api.reflect.graph.GosuTypeEdgeProvider
-
- GosuTypes - Class in gw.lang.reflect.java
-
- GosuTypes() - Constructor for class gw.lang.reflect.java.GosuTypes
-
- GosuVersion - Class in gw.lang
-
- GosuVersion(int, int) - Constructor for class gw.lang.GosuVersion
-
- GosuVersion(int, int, int) - Constructor for class gw.lang.GosuVersion
-
- GosuVersion(int, int, int, int) - Constructor for class gw.lang.GosuVersion
-
- GosuVersion(int, int, int, String) - Constructor for class gw.lang.GosuVersion
-
- goToDefaultEntryPoint() - Static method in class gw.api.util.NavUtil
-
Go to the default entry point for the current application.
- goToEntryPoint(String) - Method in interface gw.testharness.ISmokeTest
-
Used instead of login: takes the user directly to the specified page.
- goToEntryPoint(String, Map<String, String>) - Method in interface gw.testharness.ISmokeTest
-
Used instead of login: takes the user directly to the specified page.
- goToPage(RootInfo) - Static method in class gw.api.web.tools.ArchiveInfoPage
-
- Graph<T> - Interface in gw.api.graph
-
A mathematical graph-theory graph object G(V,E) which contains a set V of vertices and a set E of edges.
- Graph - Interface in gw.api.importing.graph
-
This is an interface that represent the parsed graph.
- GraphBuilder<T> - Class in gw.api.graph
-
Generic graph builder to build a graph from traversed nodes and edges.
- GraphBuilder() - Constructor for class gw.api.graph.GraphBuilder
-
Creates a graph builder with default edge creation.
- GraphBuilder(EdgeFactory<T>) - Constructor for class gw.api.graph.GraphBuilder
-
Creates a graph builder with the given edge factory.
- GraphComparer<T> - Interface in gw.api.graph.compare
-
Compares two graphs, a source and a compare, and gives the
GraphComparison as a result.
- GraphComparison<T> - Interface in gw.api.graph.compare
-
- GraphComparisonDebugHelper - Class in gw.api.graph.print
-
- GraphComparisonDebugHelper() - Constructor for class gw.api.graph.print.GraphComparisonDebugHelper
-
- GraphIterator<T> - Interface in gw.api.graph
-
An alternative to using
GraphTraverser, this interface defines
a simple internal iterator using a block to operate on each node
of the graph.
- GraphIterator.BlockRunnable<N> - Interface in gw.api.graph
-
Interface for passing a block from Gosu in iteration
operations.
- GraphListenerBase<T> - Class in gw.api.graph
-
Base class for GraphVisitor implementations that only want to
listen to edge-traversed events.
- GraphListenerBase() - Constructor for class gw.api.graph.GraphListenerBase
-
- GraphMatch<T> - Interface in gw.api.graph.compare
-
Represents a match resulting from a GraphComparison of two graphs,
one the source and the other the compare.
- GraphTraverser<T> - Interface in gw.api.graph
-
Generic interface for implementations that walk an object graph, e.g. on an entity instance, via XML, or
through metadata.
- GraphTraverserBase<T> - Class in gw.api.graph.traverse
-
- GraphTraverserBase(T...) - Constructor for class gw.api.graph.traverse.GraphTraverserBase
-
Constructor takes the roots to be traversed.
- GraphTraverserBase(Iterable<T>) - Constructor for class gw.api.graph.traverse.GraphTraverserBase
-
Constructor takes the roots to be traversed.
- GraphTraverserBase.TraversalContext<N> - Class in gw.api.graph.traverse
-
Captures the important traversal context, including the strategy of the traversal itself
as well as the handling of graph cycles.
- GraphView<T> - Interface in gw.api.graph
-
A GraphView is a read-only view on a Graph.
- GraphVisitor<T> - Interface in gw.api.graph
-
Interface for visitors which can perform logic for each node (or edge) in a graph.
- greaterThan(int, int, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if an argument is greater than the specified value
- greaterThan(double, double, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if an argument is greater than the specified value
- greaterThanOrEqual(int, int, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if an argument is greater than or equal to the specified value
- greaterThanOrEqual(double, double, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if an argument is greater than or equal to the specified value
- Group - Interface in gw.pl.community.entity
-
Group
Groups of users.
- group(int) - Method in class gw.smoketest.platform.web.UnsavedWorkElement
-
gets child node by index
- GroupAssignmentState - Interface in gw.pl.assignment.entity
-
GroupAssignmentStateBase
Assignment state data for a particular group.
- GroupAssignmentStateCoreExt - Interface in gw.ab.assignment.entity
-
- GroupBuilder - Class in gw.api.databuilder
-
- GroupBuilder() - Constructor for class gw.api.databuilder.GroupBuilder
-
Initializes the builder with a default name prefixed with 'Group' and the group type set to 'root'
GroupType.TC_ROOT and the default security zone
SecurityZoneFinder.findDefaultSecurityZone()
- groupBy(Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertSelectBuilder
-
Sets the group by columns
- groupBy(Object...) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeSelectBuilder
-
Sets the group by columns
- GroupCacheRefreshIntervalSecs - Static variable in class gw.api.system.PLConfigParameters
-
The time between refreshes of the group cache, in seconds *
- GroupCoreExt - Interface in gw.ab.community.entity
-
- GroupingQuery<T extends Bean> - Class in gw.api.database
-
Represents the results of an intersect or union operation.
- GroupParentView - Interface in gw.pl.community.entity
-
GroupParentView
Efficiently fetches information about the parent of any group.
- GroupPickerTreeNode - Class in gw.api.admin
-
Class description...
- GroupRegion - Interface in gw.pl.assignment.entity
-
GroupRegion
Links groups to regions.
- GroupRegionBuilder - Class in gw.api.databuilder
-
- GroupRegionBuilder() - Constructor for class gw.api.databuilder.GroupRegionBuilder
-
Initializes the builder with no defaults.
- GroupSearchCriteria - Interface in gw.pl.community.entity
-
GroupSearchCriterion
null
- GroupSearchCriterion - Interface in gw.pl.custom.entity
-
GroupSearchCriterion
null
- groupStack(ProfilerStack) - Static method in class gw.api.profiler.ProfilerStackAggregate
-
- groupStacks(Collection<ProfilerStack>) - Static method in class gw.api.profiler.ProfilerStackAggregate
-
- GroupTreeNode - Class in gw.api.admin
-
Class description...
- GroupTreeNode(Group, boolean) - Constructor for class gw.api.admin.GroupTreeNode
-
- GroupType - Class in gw.pl.community.typekey
-
- GroupType(ITypeList, String) - Constructor for class gw.pl.community.typekey.GroupType
-
- GroupTypeCriteria - Interface in gw.pl.assignment.entity
-
GroupTypeCriteria
null
- GroupUser - Interface in gw.pl.community.entity
-
GroupUser
Links users to groups.
- GroupUserAssignmentState - Interface in gw.pl.assignment.entity
-
GroupUserAssignmentStateBase
Links users to groups.
- GroupUserBuilder - Class in gw.api.databuilder
-
- GroupUserBuilder() - Constructor for class gw.api.databuilder.GroupUserBuilder
-
Initializes the builder with no defaults.
- GroupUserUtil - Class in gw.api.admin
-
Utility methods for manipulating a user's groups.
- GroupUserUtil() - Constructor for class gw.api.admin.GroupUserUtil
-
- GroupUtil - Class in gw.api.admin
-
Utility method for creating groups.
- guidewire() - Static method in class gw.api.databuilder.AddressBuilder
-
- GuidewireProductInfo - Class in gw.api.suite
-
- GuidewireProductInfo(String, String) - Constructor for class gw.api.suite.GuidewireProductInfo
-
- GuidewireSuiteUtil - Class in gw.api.suite
-
A utility class for locating the base URL of a remote application.
- GUIDGenerator - Class in gw.pl.util
-
User: dbrewster
Date: Mar 21, 2006
Time: 2:39:36 PM
- GUIDGenerator() - Constructor for class gw.pl.util.GUIDGenerator
-
- gw.ab.activity.entity - package gw.ab.activity.entity
-
- gw.ab.addressbook.entity - package gw.ab.addressbook.entity
-
- gw.ab.addressbook.typekey - package gw.ab.addressbook.typekey
-
- gw.ab.adressbook.typekey - package gw.ab.adressbook.typekey
-
- gw.ab.assignment.entity - package gw.ab.assignment.entity
-
- gw.ab.batchprocessing.typekey - package gw.ab.batchprocessing.typekey
-
- gw.ab.community.entity - package gw.ab.community.entity
-
- gw.ab.contact.entity - package gw.ab.contact.entity
-
- gw.ab.contact.typekey - package gw.ab.contact.typekey
-
- gw.ab.datagen.entity - package gw.ab.datagen.entity
-
- gw.ab.history.entity - package gw.ab.history.entity
-
- gw.ab.history.typekey - package gw.ab.history.typekey
-
- gw.ab.messaging.entity - package gw.ab.messaging.entity
-
- gw.ab.note.entity - package gw.ab.note.entity
-
- gw.ab.security.typekey - package gw.ab.security.typekey
-
- gw.api - package gw.api
-
- gw.api.activity - package gw.api.activity
-
- gw.api.address - package gw.api.address
-
- gw.api.admin - package gw.api.admin
-
- gw.api.archiving - package gw.api.archiving
-
- gw.api.archiving.upgrade - package gw.api.archiving.upgrade
-
- gw.api.assignment - package gw.api.assignment
-
- gw.api.bean - package gw.api.bean
-
- gw.api.bean.compare - package gw.api.bean.compare
-
- gw.api.bean.compare.ui - package gw.api.bean.compare.ui
-
- gw.api.community - package gw.api.community
-
- gw.api.contact - package gw.api.contact
-
- gw.api.contact.pendingchanges - package gw.api.contact.pendingchanges
-
- gw.api.database - package gw.api.database
-
- gw.api.database.optimizer.oracle - package gw.api.database.optimizer.oracle
-
- gw.api.database.spatial - package gw.api.database.spatial
-
- gw.api.database.upgrade - package gw.api.database.upgrade
-
- gw.api.database.upgrade.after - package gw.api.database.upgrade.after
-
- gw.api.database.upgrade.before - package gw.api.database.upgrade.before
-
- gw.api.databuilder - package gw.api.databuilder
-
- gw.api.databuilder.populator - package gw.api.databuilder.populator
-
- gw.api.datagen - package gw.api.datagen
-
- gw.api.datamodel.upgrade - package gw.api.datamodel.upgrade
-
- gw.api.desktop - package gw.api.desktop
-
- gw.api.diff - package gw.api.diff
-
- gw.api.document - package gw.api.document
-
- gw.api.domain - package gw.api.domain
-
- gw.api.email - package gw.api.email
-
- gw.api.filters - package gw.api.filters
-
- gw.api.financials - package gw.api.financials
-
- gw.api.geocode - package gw.api.geocode
-
This package provides utility functions related to Proximity Search and Geocoding functionality.
- gw.api.graph - package gw.api.graph
-
- gw.api.graph.compare - package gw.api.graph.compare
-
- gw.api.graph.print - package gw.api.graph.print
-
- gw.api.graph.traverse - package gw.api.graph.traverse
-
- gw.api.importing - package gw.api.importing
-
- gw.api.importing.graph - package gw.api.importing.graph
-
- gw.api.integration.inbound - package gw.api.integration.inbound
-
- gw.api.messaging - package gw.api.messaging
-
- gw.api.note - package gw.api.note
-
- gw.api.path - package gw.api.path
-
- gw.api.phone - package gw.api.phone
-
- gw.api.plugin - package gw.api.plugin
-
- gw.api.preupdate - package gw.api.preupdate
-
- gw.api.print - package gw.api.print
-
- gw.api.profiler - package gw.api.profiler
-
- gw.api.quickjump - package gw.api.quickjump
-
- gw.api.reflect - package gw.api.reflect
-
- gw.api.reflect.graph - package gw.api.reflect.graph
-
- gw.api.scm - package gw.api.scm
-
- gw.api.search - package gw.api.search
-
- gw.api.server - package gw.api.server
-
- gw.api.soap - package gw.api.soap
-
- gw.api.startable - package gw.api.startable
-
- gw.api.startup - package gw.api.startup
-
- gw.api.suite - package gw.api.suite
-
- gw.api.system - package gw.api.system
-
- gw.api.system.database - package gw.api.system.database
-
- gw.api.system.logging - package gw.api.system.logging
-
- gw.api.system.server - package gw.api.system.server
-
- gw.api.team - package gw.api.team
-
- gw.api.testdata - package gw.api.testdata
-
- gw.api.tools - package gw.api.tools
-
- gw.api.tree - package gw.api.tree
-
- gw.api.util - package gw.api.util
-
- gw.api.util.mapping - package gw.api.util.mapping
-
- gw.api.util.phone - package gw.api.util.phone
-
- gw.api.util.stats - package gw.api.util.stats
-
- gw.api.validation - package gw.api.validation
-
- gw.api.web - package gw.api.web
-
- gw.api.web.admin - package gw.api.web.admin
-
- gw.api.web.admin.workflow - package gw.api.web.admin.workflow
-
- gw.api.web.contact - package gw.api.web.contact
-
- gw.api.web.history - package gw.api.web.history
-
- gw.api.web.quickjump - package gw.api.web.quickjump
-
- gw.api.web.team - package gw.api.web.team
-
- gw.api.web.tools - package gw.api.web.tools
-
- gw.api.web.util - package gw.api.web.util
-
- gw.api.web.wizard - package gw.api.web.wizard
-
- gw.api.web.workspace - package gw.api.web.workspace
-
- gw.api.webservice - package gw.api.webservice
-
- gw.api.webservice.ab.maintenanceTools - package gw.api.webservice.ab.maintenanceTools
-
- gw.api.webservice.ab.messagingTools - package gw.api.webservice.ab.messagingTools
-
- gw.api.webservice.addressbook.contactapi - package gw.api.webservice.addressbook.contactapi
-
- gw.api.webservice.exception - package gw.api.webservice.exception
-
- gw.api.webservice.importTools - package gw.api.webservice.importTools
-
- gw.api.webservice.login - package gw.api.webservice.login
-
- gw.api.webservice.maintenanceTools - package gw.api.webservice.maintenanceTools
-
- gw.api.webservice.messagingTools - package gw.api.webservice.messagingTools
-
- gw.api.webservice.pl - package gw.api.webservice.pl
-
- gw.api.webservice.pl.dataExtraction - package gw.api.webservice.pl.dataExtraction
-
- gw.api.webservice.systemTools - package gw.api.webservice.systemTools
-
- gw.api.webservice.tableImport - package gw.api.webservice.tableImport
-
- gw.api.webservice.templateTools - package gw.api.webservice.templateTools
-
- gw.api.webservice.templateTools.validation - package gw.api.webservice.templateTools.validation
-
- gw.api.webservice.typelisttools - package gw.api.webservice.typelisttools
-
- gw.api.webservice.workflow - package gw.api.webservice.workflow
-
- gw.api.webservice.zone - package gw.api.webservice.zone
-
- gw.api.xsd - package gw.api.xsd
-
- gw.assignment - package gw.assignment
-
- gw.batchprocess - package gw.batchprocess
-
- gw.config - package gw.config
-
- gw.currency.fxrate - package gw.currency.fxrate
-
- gw.datatype - package gw.datatype
-
- gw.datatype.annotation - package gw.datatype.annotation
-
- gw.datatype.def - package gw.datatype.def
-
- gw.datatype.handler - package gw.datatype.handler
-
- gw.datatype.impl - package gw.datatype.impl
-
- gw.date - package gw.date
-
- gw.document - package gw.document
-
- gw.entity - package gw.entity
-
- gw.fs - package gw.fs
-
- gw.fs.jar - package gw.fs.jar
-
- gw.fs.physical - package gw.fs.physical
-
- gw.fs.physical.fast - package gw.fs.physical.fast
-
- gw.fs.physical.generic - package gw.fs.physical.generic
-
- gw.fs.physical.win32 - package gw.fs.physical.win32
-
- gw.fs.url - package gw.fs.url
-
- gw.fs.watcher - package gw.fs.watcher
-
- gw.i18n - package gw.i18n
-
- gw.junit - package gw.junit
-
- gw.lang - package gw.lang
-
- gw.lang.annotation - package gw.lang.annotation
-
- gw.lang.cli - package gw.lang.cli
-
- gw.lang.debugger - package gw.lang.debugger
-
- gw.lang.enhancements - package gw.lang.enhancements
-
- gw.lang.function - package gw.lang.function
-
- gw.lang.gosuc - package gw.lang.gosuc
-
- gw.lang.init - package gw.lang.init
-
- gw.lang.ir - package gw.lang.ir
-
- gw.lang.ir.builder - package gw.lang.ir.builder
-
- gw.lang.ir.builder.expression - package gw.lang.ir.builder.expression
-
- gw.lang.ir.builder.statement - package gw.lang.ir.builder.statement
-
- gw.lang.ir.expression - package gw.lang.ir.expression
-
- gw.lang.ir.statement - package gw.lang.ir.statement
-
- gw.lang.javac.annotations - package gw.lang.javac.annotations
-
- gw.lang.javadoc - package gw.lang.javadoc
-
- gw.lang.mode - package gw.lang.mode
-
- gw.lang.parser - package gw.lang.parser
-
- gw.lang.parser.coercers - package gw.lang.parser.coercers
-
- gw.lang.parser.exceptions - package gw.lang.parser.exceptions
-
- gw.lang.parser.expressions - package gw.lang.parser.expressions
-
- gw.lang.parser.resources - package gw.lang.parser.resources
-
- gw.lang.parser.statements - package gw.lang.parser.statements
-
- gw.lang.parser.template - package gw.lang.parser.template
-
- gw.lang.reflect - package gw.lang.reflect
-
- gw.lang.reflect.features - package gw.lang.reflect.features
-
- gw.lang.reflect.gs - package gw.lang.reflect.gs
-
- gw.lang.reflect.interval - package gw.lang.reflect.interval
-
- gw.lang.reflect.java - package gw.lang.reflect.java
-
- gw.lang.reflect.java.asm - package gw.lang.reflect.java.asm
-
- gw.lang.reflect.module - package gw.lang.reflect.module
-
- gw.pl.accounting.typekey - package gw.pl.accounting.typekey
-
- gw.pl.activity.entity - package gw.pl.activity.entity
-
- gw.pl.activity.typekey - package gw.pl.activity.typekey
-
- gw.pl.addressbook.entity - package gw.pl.addressbook.entity
-
- gw.pl.addressbook.typekey - package gw.pl.addressbook.typekey
-
- gw.pl.admin.entity - package gw.pl.admin.entity
-
- gw.pl.adressbook.typekey - package gw.pl.adressbook.typekey
-
- gw.pl.approval.entity - package gw.pl.approval.entity
-
- gw.pl.archive.entity - package gw.pl.archive.entity
-
- gw.pl.archive.typekey - package gw.pl.archive.typekey
-
- gw.pl.archiving.entity - package gw.pl.archiving.entity
-
- gw.pl.assignment.entity - package gw.pl.assignment.entity
-
- gw.pl.assignment.typekey - package gw.pl.assignment.typekey
-
- gw.pl.autosync.typekey - package gw.pl.autosync.typekey
-
- gw.pl.batchprocessing.entity - package gw.pl.batchprocessing.entity
-
- gw.pl.batchprocessing.typekey - package gw.pl.batchprocessing.typekey
-
- gw.pl.cache2.entity - package gw.pl.cache2.entity
-
- gw.pl.calendar.entity - package gw.pl.calendar.entity
-
- gw.pl.calendar.typekey - package gw.pl.calendar.typekey
-
- gw.pl.checker.entity - package gw.pl.checker.entity
-
- gw.pl.cluster.entity - package gw.pl.cluster.entity
-
- gw.pl.clusterinfo.entity - package gw.pl.clusterinfo.entity
-
- gw.pl.community.entity - package gw.pl.community.entity
-
- gw.pl.community.typekey - package gw.pl.community.typekey
-
- gw.pl.contact.entity - package gw.pl.contact.entity
-
- gw.pl.contact.typekey - package gw.pl.contact.typekey
-
- gw.pl.currency - package gw.pl.currency
-
- gw.pl.currency.entity - package gw.pl.currency.entity
-
- gw.pl.currency.typekey - package gw.pl.currency.typekey
-
- gw.pl.custom.entity - package gw.pl.custom.entity
-
- gw.pl.custom.typekey - package gw.pl.custom.typekey
-
- gw.pl.database.entity - package gw.pl.database.entity
-
- gw.pl.database.typekey - package gw.pl.database.typekey
-
- gw.pl.datagen.typekey - package gw.pl.datagen.typekey
-
- gw.pl.document.entity - package gw.pl.document.entity
-
- gw.pl.document.typekey - package gw.pl.document.typekey
-
- gw.pl.etlstrings.typekey - package gw.pl.etlstrings.typekey
-
- gw.pl.exception - package gw.pl.exception
-
- gw.pl.external - package gw.pl.external
-
- gw.pl.external.entity - package gw.pl.external.entity
-
- gw.pl.external.i18n - package gw.pl.external.i18n
-
- gw.pl.external.typelist - package gw.pl.external.typelist
-
- gw.pl.extract.entity - package gw.pl.extract.entity
-
- gw.pl.file - package gw.pl.file
-
- gw.pl.geodata.phone.typekey - package gw.pl.geodata.phone.typekey
-
- gw.pl.geodata.zone.entity - package gw.pl.geodata.zone.entity
-
- gw.pl.geodata.zone.typekey - package gw.pl.geodata.zone.typekey
-
- gw.pl.history.entity - package gw.pl.history.entity
-
- gw.pl.history.typekey - package gw.pl.history.typekey
-
- gw.pl.io - package gw.pl.io
-
- gw.pl.logging - package gw.pl.logging
-
- gw.pl.main - package gw.pl.main
-
- gw.pl.messaging - package gw.pl.messaging
-
- gw.pl.messaging.entity - package gw.pl.messaging.entity
-
- gw.pl.messaging.typekey - package gw.pl.messaging.typekey
-
- gw.pl.modules - package gw.pl.modules
-
- gw.pl.modules.pom - package gw.pl.modules.pom
-
- gw.pl.note.entity - package gw.pl.note.entity
-
- gw.pl.note.typekey - package gw.pl.note.typekey
-
- gw.pl.parameter.entity - package gw.pl.parameter.entity
-
- gw.pl.parameter.typekey - package gw.pl.parameter.typekey
-
- gw.pl.persistence.core - package gw.pl.persistence.core
-
- gw.pl.persistence.core.effdate - package gw.pl.persistence.core.effdate
-
- gw.pl.persistence.core.effdate.entity - package gw.pl.persistence.core.effdate.entity
-
- gw.pl.persistence.core.effdate.typekey - package gw.pl.persistence.core.effdate.typekey
-
- gw.pl.persistence.core.entity - package gw.pl.persistence.core.entity
-
- gw.pl.persistence.type - package gw.pl.persistence.type
-
- gw.pl.persistence.typelist - package gw.pl.persistence.typelist
-
- gw.pl.platform.entity - package gw.pl.platform.entity
-
- gw.pl.platform.typekey - package gw.pl.platform.typekey
-
- gw.pl.print.typekey - package gw.pl.print.typekey
-
- gw.pl.productmodel.entity - package gw.pl.productmodel.entity
-
- gw.pl.profiler.entity - package gw.pl.profiler.entity
-
- gw.pl.profiler.typekey - package gw.pl.profiler.typekey
-
- gw.pl.purge.typekey - package gw.pl.purge.typekey
-
- gw.pl.question.typekey - package gw.pl.question.typekey
-
- gw.pl.resource.typekey - package gw.pl.resource.typekey
-
- gw.pl.rule.typekey - package gw.pl.rule.typekey
-
- gw.pl.sample.typekey - package gw.pl.sample.typekey
-
- gw.pl.scriptparameter.entity - package gw.pl.scriptparameter.entity
-
- gw.pl.scriptparameter.typekey - package gw.pl.scriptparameter.typekey
-
- gw.pl.security.entity - package gw.pl.security.entity
-
- gw.pl.security.typekey - package gw.pl.security.typekey
-
- gw.pl.staging.entity - package gw.pl.staging.entity
-
- gw.pl.staging.typekey - package gw.pl.staging.typekey
-
- gw.pl.statistics.entity - package gw.pl.statistics.entity
-
- gw.pl.temp.entity - package gw.pl.temp.entity
-
- gw.pl.testharness - package gw.pl.testharness
-
- gw.pl.transaction.entity - package gw.pl.transaction.entity
-
- gw.pl.upgrader.entity - package gw.pl.upgrader.entity
-
- gw.pl.upgrader.typekey - package gw.pl.upgrader.typekey
-
- gw.pl.util - package gw.pl.util
-
- gw.pl.util.csv - package gw.pl.util.csv
-
- gw.pl.util.diff.lcs - package gw.pl.util.diff.lcs
-
- gw.pl.util.internal - package gw.pl.util.internal
-
- gw.pl.util.webservices - package gw.pl.util.webservices
-
- gw.pl.util.webservices.axis - package gw.pl.util.webservices.axis
-
- gw.pl.util.webservices.login.api - package gw.pl.util.webservices.login.api
-
- gw.pl.util.webservices.login.fault - package gw.pl.util.webservices.login.fault
-
- gw.pl.util.xml - package gw.pl.util.xml
-
- gw.pl.util.xml.helpers - package gw.pl.util.xml.helpers
-
- gw.pl.validation.entity - package gw.pl.validation.entity
-
- gw.pl.validation.old.entity - package gw.pl.validation.old.entity
-
- gw.pl.validation.old.typekey - package gw.pl.validation.old.typekey
-
- gw.pl.validation.typekey - package gw.pl.validation.typekey
-
- gw.pl.vendormanagement.entity - package gw.pl.vendormanagement.entity
-
- gw.pl.workflow.entity - package gw.pl.workflow.entity
-
- gw.pl.workflow.typekey - package gw.pl.workflow.typekey
-
- gw.pl.workitemset.entity - package gw.pl.workitemset.entity
-
- gw.pl.workitemset.typekey - package gw.pl.workitemset.typekey
-
- gw.pl.workqueue.entity - package gw.pl.workqueue.entity
-
- gw.pl.workqueue.typekey - package gw.pl.workqueue.typekey
-
- gw.plugin - package gw.plugin
-
- gw.plugin.addressautocomplete - package gw.plugin.addressautocomplete
-
- gw.plugin.addressbook - package gw.plugin.addressbook
-
- gw.plugin.approval - package gw.plugin.approval
-
- gw.plugin.archiving - package gw.plugin.archiving
-
- gw.plugin.assignment - package gw.plugin.assignment
-
- gw.plugin.baseurlbuilder - package gw.plugin.baseurlbuilder
-
- gw.plugin.cluster - package gw.plugin.cluster
-
- gw.plugin.contact - package gw.plugin.contact
-
- gw.plugin.credentials - package gw.plugin.credentials
-
- gw.plugin.custompicker - package gw.plugin.custompicker
-
- gw.plugin.dbauth - package gw.plugin.dbauth
-
- gw.plugin.document - package gw.plugin.document
-
- gw.plugin.document.impl - package gw.plugin.document.impl
-
- gw.plugin.email - package gw.plugin.email
-
- gw.plugin.exception - package gw.plugin.exception
-
- gw.plugin.exchangerate - package gw.plugin.exchangerate
-
- gw.plugin.geocode - package gw.plugin.geocode
-
- gw.plugin.integration.inbound - package gw.plugin.integration.inbound
-
- gw.plugin.integration.inbound.logging.file.line - package gw.plugin.integration.inbound.logging.file.line
-
- gw.plugin.integration.inbound.logging.jms - package gw.plugin.integration.inbound.logging.jms
-
- gw.plugin.integration.inbound.logging.reply - package gw.plugin.integration.inbound.logging.reply
-
- gw.plugin.management - package gw.plugin.management
-
- gw.plugin.messaging - package gw.plugin.messaging
-
- gw.plugin.note - package gw.plugin.note
-
- gw.plugin.phone - package gw.plugin.phone
-
- gw.plugin.preupdate - package gw.plugin.preupdate
-
- gw.plugin.processing - package gw.plugin.processing
-
- gw.plugin.script - package gw.plugin.script
-
- gw.plugin.search - package gw.plugin.search
-
- gw.plugin.security - package gw.plugin.security
-
Provides basic support for the security plugin architecture
AuthenticationSource
An authentication source is the representation of user credential information.
- gw.plugin.solr - package gw.plugin.solr
-
- gw.plugin.system - package gw.plugin.system
-
- gw.plugin.upgrade - package gw.plugin.upgrade
-
- gw.plugin.util - package gw.plugin.util
-
- gw.plugin.validation - package gw.plugin.validation
-
- gw.plugin.workqueue - package gw.plugin.workqueue
-
- gw.processes - package gw.processes
-
- gw.rules - package gw.rules
-
- gw.sampledata - package gw.sampledata
-
- gw.servlet - package gw.servlet
-
- gw.smoketest.platform.web - package gw.smoketest.platform.web
-
- gw.solr - package gw.solr
-
- gw.solr.utils - package gw.solr.utils
-
- gw.test - package gw.test
-
- gw.test.remote - package gw.test.remote
-
- gw.test.servlet - package gw.test.servlet
-
- gw.test.util - package gw.test.util
-
- gw.testharness - package gw.testharness
-
- gw.testharness.clustering - package gw.testharness.clustering
-
- gw.testharness.environmentalcondition - package gw.testharness.environmentalcondition
-
- gw.testharness.suites - package gw.testharness.suites
-
- gw.testharness.v3 - package gw.testharness.v3
-
- gw.transaction - package gw.transaction
-
- gw.util - package gw.util
-
- gw.util.cache - package gw.util.cache
-
- gw.util.concurrent - package gw.util.concurrent
-
- gw.util.diff.sorted - package gw.util.diff.sorted
-
- gw.util.fingerprint - package gw.util.fingerprint
-
- gw.util.io - package gw.util.io
-
- gw.util.perf - package gw.util.perf
-
- gw.util.perf.codestats - package gw.util.perf.codestats
-
- gw.util.perf.objectsize - package gw.util.perf.objectsize
-
- gw.util.process - package gw.util.process
-
- gw.util.servlet - package gw.util.servlet
-
- gw.webservice.contactapi - package gw.webservice.contactapi
-
- gw.workqueue - package gw.workqueue
-
- gw.xml - package gw.xml
-
- gw.xml.date - package gw.xml.date
-
- gw.xml.parser2 - package gw.xml.parser2
-
- gw.xml.parser2.iteration - package gw.xml.parser2.iteration
-
- gw.xml.parser2.xsd - package gw.xml.parser2.xsd
-
- gw.xml.simple - package gw.xml.simple
-
- gw.xml.ws - package gw.xml.ws
-
- gw.xml.ws.annotation - package gw.xml.ws.annotation
-
- gw.xml.xsd - package gw.xml.xsd
-
- gw.xml.xsd.info - package gw.xml.xsd.info
-
- gw.xml.xsd.schema - package gw.xml.xsd.schema
-
- gw.xml.xsd.typeloader - package gw.xml.xsd.typeloader
-
- gw.xml.xsd.typeloader.registry - package gw.xml.xsd.typeloader.registry
-
- gw.xml.xsd.typewrapper - package gw.xml.xsd.typewrapper
-
- GW_API_PREFIX - Static variable in interface gw.lang.reflect.module.IClassPath
-
- GW_ARCHIVING_NS - Static variable in class gw.api.archiving.ArchivingUtil
-
- GW_AUTHENTICATION_PASSWORD_PROPERTY - Static variable in class gw.pl.util.webservices.Globals
-
- GW_AUTHENTICATION_SECURITY_TOKEN_CONTEXT_PROPERTY - Static variable in class gw.pl.util.webservices.Globals
-
SOAP header key used for the service token.
- GW_AUTHENTICATION_USERNAME_PROPERTY - Static variable in class gw.pl.util.webservices.Globals
-
- GW_IMPORTING_NS - Static variable in class gw.api.importing.ImportingUtil
-
- GW_INBOUND_INTEGRATION_CUSTOM_GOSU_WORK_AGENT - Static variable in class gw.api.integration.inbound.CustomWorkAgent
-
- GW_INBOUND_INTEGRATION_CUSTOM_JAVA_WORK_AGENT - Static variable in class gw.api.integration.inbound.CustomWorkAgent
-
- GW_INTERNAL_PREFIX - Static variable in interface gw.lang.reflect.module.IClassPath
-
- GW_ITYPE_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- GW_LANG_DEPRECATED() - Static method in class gw.lang.reflect.java.JavaTypes
-
- GW_MAX_OBJECT_RETRIEVAL_PROPERTY - Static variable in class gw.pl.util.webservices.Globals
-
- GW_TRANSACTION_ID_PROPERTY - Static variable in class gw.pl.util.webservices.Globals
-
- GW_UNSAFE_DATA_API_MODE - Static variable in class gw.pl.util.webservices.Globals
-
- GW_XSD_NAMESPACE - Static variable in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- GW_XSD_NS - Static variable in class gw.api.importing.ImportingUtil
-
- GWAuthenticationHandler - Class in gw.api.soap
-
- GWAuthenticationHandler(String, String) - Constructor for class gw.api.soap.GWAuthenticationHandler
-
- GWAxisSOAPPluginServlet - Class in gw.pl.util.webservices
-
GWServiceAxisServlet
- GWAxisSOAPPluginServlet() - Constructor for class gw.pl.util.webservices.GWAxisSOAPPluginServlet
-
- GWBindingEntry - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Jun 10, 2006
Time: 9:41:09 PM
- GWBindingEntry(Binding, int, Style, boolean, HashMap, Map, Map) - Constructor for class gw.pl.util.webservices.axis.GWBindingEntry
-
- GWBindingEntry(Binding) - Constructor for class gw.pl.util.webservices.axis.GWBindingEntry
-
- GWBindingEntry.OperationAttr - Class in gw.pl.util.webservices.axis
-
- GWBindingEntry.OperationAttr(Use, Use, HashMap) - Constructor for class gw.pl.util.webservices.axis.GWBindingEntry.OperationAttr
-
- GWBindingEntry.OperationAttr() - Constructor for class gw.pl.util.webservices.axis.GWBindingEntry.OperationAttr
-
- GWCheckedException - Exception in gw.pl.exception
-
- GWCheckedException() - Constructor for exception gw.pl.exception.GWCheckedException
-
- GWCheckedException(String) - Constructor for exception gw.pl.exception.GWCheckedException
-
- GWCheckedException(String, Throwable) - Constructor for exception gw.pl.exception.GWCheckedException
-
- GWCollections - Class in gw.pl.util
-
This class holds useful static methods for working with collections
- GWCollections() - Constructor for class gw.pl.util.GWCollections
-
- GWConfigurationException - Exception in gw.pl.exception
-
RuntimeException indicating a problem with the configuration
of the server.
- GWConfigurationException(String) - Constructor for exception gw.pl.exception.GWConfigurationException
-
Contructs a new configuration exception.
- GWConfigurationException(String, Throwable) - Constructor for exception gw.pl.exception.GWConfigurationException
-
- GWEmitter - Class in gw.pl.util.webservices.axis
-
This class produces java files for stubs, skeletons, and types from a
WSDL document.
- GWEmitter() - Constructor for class gw.pl.util.webservices.axis.GWEmitter
-
Default constructor.
- GWEnumeration - Class in gw.pl.util.webservices
-
The base class for all SOAP enumerations defined in Java.
- GWEnumeration(String) - Constructor for class gw.pl.util.webservices.GWEnumeration
-
- GWJavaBeanFaultWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Apr 4, 2005
Time: 8:50:36 PM
- GWJavaBeanFaultWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector, JavaWriter) - Constructor for class gw.pl.util.webservices.axis.GWJavaBeanFaultWriter
-
Constructor.
- GWJavaBeanWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Apr 4, 2005
Time: 8:46:24 PM
- GWJavaBeanWriter(Emitter, TypeEntry, Vector, TypeEntry, Vector, JavaWriter) - Constructor for class gw.pl.util.webservices.axis.GWJavaBeanWriter
-
Constructor.
- GWJavaBindingWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Jun 30, 2005
Time: 2:24:17 PM
- GWJavaBindingWriter(Emitter, Binding, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaBindingWriter
-
Constructor.
- GWJavaDefinitionWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 1, 2005
Time: 11:36:13 PM
- GWJavaDefinitionWriter(Emitter, Definition, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaDefinitionWriter
-
Constructor.
- GWJavaDeployWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 1, 2005
Time: 9:34:31 PM
- GWJavaDeployWriter(Emitter, Definition, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaDeployWriter
-
Constructor.
- GWJavaEnumTypeWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster Date: Apr 5, 2005 Time: 9:34:34 AM
- GWJavaEnumTypeWriter(Emitter, TypeEntry, Vector) - Constructor for class gw.pl.util.webservices.axis.GWJavaEnumTypeWriter
-
- GWJavaFaultWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 1, 2005
Time: 11:38:47 PM
- GWJavaFaultWriter(Emitter, SymbolTable, FaultInfo) - Constructor for class gw.pl.util.webservices.axis.GWJavaFaultWriter
-
- GWJavaGeneratorFactory - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Apr 4, 2005
Time: 8:51:21 PM
- GWJavaGeneratorFactory() - Constructor for class gw.pl.util.webservices.axis.GWJavaGeneratorFactory
-
- GWJavaGeneratorFactory(Emitter) - Constructor for class gw.pl.util.webservices.axis.GWJavaGeneratorFactory
-
- GWJavaImplWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 1, 2005
Time: 11:13:38 PM
- GWJavaImplWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaImplWriter
-
Constructor.
- GWJavaInterfaceWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Jun 30, 2005
Time: 2:24:59 PM
- GWJavaInterfaceWriter(Emitter, PortTypeEntry, BindingEntry, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaInterfaceWriter
-
Constructor.
- GWJavaServiceIfaceWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 12, 2005
Time: 1:00:43 PM
- GWJavaServiceIfaceWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaServiceIfaceWriter
-
Constructor.
- GWJavaServiceImplWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 12, 2005
Time: 1:05:18 PM
- GWJavaServiceImplWriter(Emitter, ServiceEntry, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaServiceImplWriter
-
Constructor.
- GWJavaServiceWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 12, 2005
Time: 12:59:27 PM
- GWJavaServiceWriter(Emitter, Service, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaServiceWriter
-
Constructor.
- GWJavaStubWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Jun 10, 2006
Time: 4:38:20 PM
- GWJavaStubWriter(Emitter, BindingEntry, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaStubWriter
-
Constructor.
- GWJavaTypeWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Apr 4, 2005
Time: 8:45:57 PM
- GWJavaTypeWriter(Emitter, TypeEntry, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaTypeWriter
-
Constructor.
- GWJavaUndeployWriter - Class in gw.pl.util.webservices.axis
-
User: dbrewster
Date: Oct 1, 2005
Time: 9:34:31 PM
- GWJavaUndeployWriter(Emitter, Definition, SymbolTable) - Constructor for class gw.pl.util.webservices.axis.GWJavaUndeployWriter
-
Constructor.
- GWLifecycleException - Exception in gw.pl.exception
-
General purpose exception that is thrown to indicate a lifecycle related
problem.
- GWLifecycleException(String) - Constructor for exception gw.pl.exception.GWLifecycleException
-
Construct a new GWLifecycleException for the specified message.
- GWLifecycleException(String, Throwable) - Constructor for exception gw.pl.exception.GWLifecycleException
-
Construct a new GWLifecycleException for the specified message
and throwable.
- GWMBean - Interface in gw.plugin.management
-
The GWMBean class serves as the main interface for the managed beans exposed by the system.
- GWMBeanInfo - Class in gw.plugin.management
-
GWMBeanInfo provides information about a Guidewire managed bean.
- GWMBeanInfo(String, String, List<AttributeInfo>) - Constructor for class gw.plugin.management.GWMBeanInfo
-
Information about a Guidewire managed bean.
- GWMBeanInfo(String, String, List<AttributeInfo>, List<NotificationInfo>) - Constructor for class gw.plugin.management.GWMBeanInfo
-
Information about a Guidewire managed bean.
- GWMBeanInfo(String, String, List<AttributeInfo>, List<NotificationInfo>, List<OperationInfo>) - Constructor for class gw.plugin.management.GWMBeanInfo
-
Information about a Guidewire managed bean.
- GWObjectUtils - Class in gw.api.util.mapping
-
- GWObjectUtils - Class in gw.plugin.util
-
- GwOutputProcessor - Class in gw.pl.util
-
Class description...
- GwOutputProcessor() - Constructor for class gw.pl.util.GwOutputProcessor
-
- GWParser - Class in gw.pl.util.webservices.axis
-
This is a class with no documentation.
- GWParser() - Constructor for class gw.pl.util.webservices.axis.GWParser
-
- GWPhoneMatchType - Enum in gw.api.util.phone
-
This is a enum that contains all the different phone number match results.
- GWPhoneNumber - Interface in gw.api.util.phone
-
This interface is designed to represent a phone number.
- GWPhoneNumberBuilder - Class in gw.api.util.phone
-
This builder allows you to create
GWPhoneNumber objects from scratch.
- GWPhoneNumberBuilder() - Constructor for class gw.api.util.phone.GWPhoneNumberBuilder
-
- GWPhoneNumberImpl - Class in gw.api.util.phone
-
Implementation of GWPhoneNumber
- GWPhoneNumberImpl(GWPhoneNumberImpl) - Constructor for class gw.api.util.phone.GWPhoneNumberImpl
-
Copy constructor
- GWPhoneNumberImpl(Phonenumber.PhoneNumber) - Constructor for class gw.api.util.phone.GWPhoneNumberImpl
-
Instantiates a GWPhoneNumberImpl object with a libphonenumber PhoneNumber object
- GWPhoneNumberUnknown - Class in gw.api.util.phone
-
Created with IntelliJ IDEA.
- GWPhoneNumberUnknown(GWPhoneNumberUnknown) - Constructor for class gw.api.util.phone.GWPhoneNumberUnknown
-
- GWPhoneNumberUnknown(PhoneCountryCode, String, String) - Constructor for class gw.api.util.phone.GWPhoneNumberUnknown
-
- GWPhoneNumberUtil - Class in gw.pl.util
-
Class description...
- GWPhoneNumberUtil() - Constructor for class gw.pl.util.GWPhoneNumberUtil
-
- GWPhoneType - Enum in gw.api.util.phone
-
This enum defines various types of phone numbers that may be encountered.
- GWPhoneValidationResult - Enum in gw.api.util.phone
-
This enum represents the different validation states that can be returned by the Phone Validator.
- GWProduct - Class in gw.api.system.server
-
A GWProduct instance stores the product code (e.g. cc, bc, pc, ab) and product name
(ClaimCenter, BillingCenter, PolicyCenter, ContactManager) defined by a Guidewire product.
- GWProperties - Class in gw.pl.util
-
Utility for accessing system properties.
- GWRemotable - Interface in gw.pl.util.webservices
-
For internal use only
Classes that implement this interface can be serialized over SOAP.
- GWRunnable - Interface in gw.pl.util
-
This is the same as java.lang.Runnable except it declares run()
as throwing an exception
- GWRuntimeExceptionWithNoStacktrace - Exception in gw.pl.exception
-
A runtime exception that doesn't export it's stack trace.
- GWRuntimeExceptionWithNoStacktrace(Throwable) - Constructor for exception gw.pl.exception.GWRuntimeExceptionWithNoStacktrace
-
- GWRuntimeExceptionWithNoStacktrace(String, Throwable) - Constructor for exception gw.pl.exception.GWRuntimeExceptionWithNoStacktrace
-
- GWSAXParserFactory - Class in gw.pl.util
-
We place a priority on developing for multiple app servers, and so we
cannot afford to accomodate for various SAX parsers that app servers
may inject into the SPI, which unfortunately tend to vary significantly
in behavior.
- GWSAXParserFactory() - Constructor for class gw.pl.util.GWSAXParserFactory
-
- GWSession - Class in gw.pl.util.webservices
-
- GWSession(String, Object) - Constructor for class gw.pl.util.webservices.GWSession
-
- GWSOAPOperation - Interface in gw.pl.util.webservices
-
- GWSOAPProvider - Interface in gw.pl.util.webservices
-
- GWSolrBatchLoader - Class in gw.solr
-
- GWSolrBatchLoader() - Constructor for class gw.solr.GWSolrBatchLoader
-
- GWSymbolTable - Class in gw.pl.util.webservices.axis
-
This class represents a table of all of the top-level symbols from a set of WSDL Definitions and
DOM Documents: XML types; WSDL messages, portTypes, bindings, and services.
- GWSymbolTable(BaseTypeMapping, boolean, boolean, boolean) - Constructor for class gw.pl.util.webservices.axis.GWSymbolTable
-
Construct a symbol table with the given Namespaces.
- GWTransactionIDHandler - Class in gw.api.soap
-
User: dbrewster
Date: Mar 1, 2007
Time: 6:19:37 PM
- GWTransactionIDHandler(String) - Constructor for class gw.api.soap.GWTransactionIDHandler
-
- GWWrapperException - Exception in gw.pl.exception
-
Class description...
- GWWrapperException(String, Throwable) - Constructor for exception gw.pl.exception.GWWrapperException
-
- I18NTest - Annotation Type in gw.testharness
-
Adding this annotation for all the I18n test that needs sepecial set up
For the moment, this means Japanese locale which involves double byte characters
You should also mark it so that the test does not run in harness for the moment
- IABContactScoringPlugin - Interface in gw.plugin.contact
-
Interface description...
- IActivationContext - Interface in gw.lang.parser
-
- IActivityEscalationPlugin - Interface in gw.plugin.exception
-
Handles activities that need to be escalated.
- IAdditiveExpression - Interface in gw.lang.parser.expressions
-
- IAddressAutocompletePlugin - Interface in gw.plugin.addressautocomplete
-
Plugin for address auto complete/auto fill.
- IAddressBookAdapter - Interface in gw.plugin.addressbook
-
Deprecated.
- IAfterUpgradeColumn - Interface in gw.api.database.upgrade.after
-
- IAfterUpgradeTable<T extends Bean> - Interface in gw.api.database.upgrade.after
-
- IAnnotatedFeatureInfo - Interface in gw.lang.reflect
-
- IAnnotatedFeatureInfo.IAnnotationInfoHelper - Class in gw.lang.reflect
-
- IAnnotation - Interface in gw.lang
-
- IANNOTATION() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IAnnotationExpression - Interface in gw.lang.parser.expressions
-
- IAnnotationInfo - Interface in gw.lang.reflect
-
- IAnnotationInfoFactory - Interface in gw.lang.reflect
-
- IApprovalAdapter - Interface in gw.plugin.approval
-
Adapter interface used to drive the approval engine.
- IArchivedEntity - Interface in gw.api.archiving.upgrade
-
Represents a "row" of data that is the raw data for an "old" entity type.
- IArchivedEntitySet - Interface in gw.api.archiving.upgrade
-
Represents a set of IArchivedEntity's for the same "old" entity type.
- IArchivedTypekey - Interface in gw.api.archiving.upgrade
-
Represents a typekey usage in the XML.
- IArchivedTypekeySet - Interface in gw.api.archiving.upgrade
-
Represents a set of typekeys belonging to the same typelist.
- IArchiveSource - Interface in gw.plugin.archiving
-
This is used by the archiving system to store and retrieve graphs
- IArgumentListClause - Interface in gw.lang.parser.expressions
-
- IArithmeticExpression - Interface in gw.lang.parser.expressions
-
- IArrayAccessExpression - Interface in gw.lang.parser.expressions
-
- IArrayAssignmentStatement - Interface in gw.lang.parser.statements
-
- IArrayPropertyInfo - Interface in gw.entity
-
Marker interface for arrays defined in the datamodel.
- IAsmJavaClassInfo - Interface in gw.lang.reflect.java
-
- IAsmType - Interface in gw.lang.reflect.java.asm
-
- IAspectMethodInfoDelegate - Interface in gw.lang.reflect
-
- IAssertStatement - Interface in gw.lang.parser.statements
-
- IAssignmentStatement - Interface in gw.lang.parser.statements
-
- IAssociativeArrayCustomAccessor - Interface in gw.entity
-
Class description...
- IAttributedFeatureInfo - Interface in gw.lang.reflect
-
- IAttributedFeatureInfo.MODIFIER - Class in gw.lang.reflect
-
- IAttributedFeatureInfo.MODIFIER() - Constructor for class gw.lang.reflect.IAttributedFeatureInfo.MODIFIER
-
- IAttributeSource - Interface in gw.lang.parser
-
- IAutocreate - Interface in gw.lang
-
- IBaseFeatureNode - Interface in gw.lang.javadoc
-
- IBaseURLBuilder - Interface in gw.plugin.baseurlbuilder
-
Build a base URL to use for a Guidewire UI page, given the HttpServletRequest.
- IBatchCompletedNotification - Interface in gw.plugin.workqueue
-
This plugin is called whenever the Batch Monitoring task discovers that all the work
for a given batch running on a workqueue has completed.
- IBeanMethodCallExpression - Interface in gw.lang.parser.expressions
-
- IBeanMethodCallStatement - Interface in gw.lang.parser.statements
-
- IBeforeUpgradeBooleanExpression - Interface in gw.api.database.upgrade.before
-
Class used to hold (and contain) a boolean operation.
- IBeforeUpgradeColumn - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeColumnRef - Interface in gw.api.database.upgrade.before
-
Reference to a column.
- IBeforeUpgradeDBFunction - Interface in gw.api.database.upgrade.before
-
Representation of a function in the database.
- IBeforeUpgradeDeleteBuilder - Interface in gw.api.database.upgrade.before
-
Deletes rows from the given table
- IBeforeUpgradeInsertBuilder - Interface in gw.api.database.upgrade.before
-
Inserts some values in the given table
- IBeforeUpgradeInsertSelectBuilder - Interface in gw.api.database.upgrade.before
-
Performs an Insert-Select
- IBeforeUpgradeJoinableRestriction - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeQueryableTable - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeReadOnlyColumn - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeReadOnlyTable - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeRestriction - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeSelectBuilder - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeTable - Interface in gw.api.database.upgrade.before
-
- IBeforeUpgradeUpdateBuilder - Interface in gw.api.database.upgrade.before
-
Updates rows in the database for the given table.
- IBinaryExpression - Interface in gw.lang.parser.expressions
-
- IBitshiftExpression - Interface in gw.lang.parser.expressions
-
- IBitwiseAndExpression - Interface in gw.lang.parser.expressions
-
- IBitwiseOrExpression - Interface in gw.lang.parser.expressions
-
- IBitwiseXorExpression - Interface in gw.lang.parser.expressions
-
- IBlock - Interface in gw.lang.function
-
- IBLOCK() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IBLOCK_EXPRESSION() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IBlockClass - Interface in gw.lang.parser
-
- IBlockExpression - Interface in gw.lang.parser.expressions
-
- IBlockInvocation - Interface in gw.lang.parser.expressions
-
- IBlockInvocationStatement - Interface in gw.lang.parser.statements
-
- IBlockLiteralExpression - Interface in gw.lang.parser.expressions
-
- IBlockType - Interface in gw.lang.reflect
-
- IBMJVMCondition - Class in gw.testharness.environmentalcondition
-
- IBMJVMCondition() - Constructor for class gw.testharness.environmentalcondition.IBMJVMCondition
-
- IBooleanLiteralExpression - Interface in gw.lang.parser.expressions
-
- IBreakStatement - Interface in gw.lang.parser.statements
-
- ICanBeAnnotation - Interface in gw.lang.reflect
-
- ICapturedSymbol - Interface in gw.lang.parser
-
- ICaseClause - Interface in gw.lang.parser.statements
-
- ICatchClause - Interface in gw.lang.parser.statements
-
- ICharLiteralExpression - Interface in gw.lang.parser.expressions
-
- IClassDeclaration - Interface in gw.lang.parser.statements
-
- IClassDefinitionListener - Interface in gw.lang.reflect.gs
-
- IClassDocNode - Interface in gw.lang.javadoc
-
- IClassFileStatement - Interface in gw.lang.parser.statements
-
- IClassJavaClassInfo - Interface in gw.lang.reflect.java
-
- IClassPath - Interface in gw.lang.reflect.module
-
- IClassPath.ClassPathFilter - Interface in gw.lang.reflect.module
-
- IClasspathStatement - Interface in gw.lang.parser.statements
-
- IClassStatement - Interface in gw.lang.parser.statements
-
- IClusterConfigurator - Interface in gw.testharness.clustering
-
- ICoercer - Interface in gw.lang.parser
-
- ICoercionIssue - Interface in gw.lang.parser.exceptions
-
- ICoercionManager - Interface in gw.lang.parser
-
- ICollectionInitializerExpression - Interface in gw.lang.parser.expressions
-
- IColumnPropertyInfo - Interface in gw.entity
-
Marker interface for scalar-valued columns defined in the datamodel.
- ICompilable - Interface in gw.lang.reflect
-
- ICompilableType - Interface in gw.lang.reflect.gs
-
- ICompilationState - Interface in gw.lang.parser
-
- ICompileTimeConstantValue - Interface in gw.lang.reflect.java
-
- ICompoundType - Interface in gw.lang.reflect
-
- ICompoundTypeLiteral - Interface in gw.lang.parser.expressions
-
- IConditionalAndExpression - Interface in gw.lang.parser.expressions
-
- IConditionalExpression - Interface in gw.lang.parser.expressions
-
- IConditionalOrExpression - Interface in gw.lang.parser.expressions
-
- IConditionalTernaryExpression - Interface in gw.lang.parser.expressions
-
- IConstrainedDataType - Interface in gw.datatype
-
Represents the constraints aspects of a datatype.
- IConstructorFunctionSymbol - Interface in gw.lang.parser
-
- IConstructorHandler - Interface in gw.lang.reflect
-
- IConstructorInfo - Interface in gw.lang.reflect
-
- IConstructorInfoFactory - Interface in gw.lang.parser
-
- IConstructorNode - Interface in gw.lang.javadoc
-
- IConstructorReference<R,T> - Interface in gw.lang.reflect.features
-
- IConstructorStatement - Interface in gw.lang.parser.statements
-
- IConstructorType - Interface in gw.lang.reflect
-
- IContactSearchAdapter - Interface in gw.plugin.contact
-
Deprecated.
Since 8.0. This is a legacy plugin for 3rd party CMS integration. Should implement gw.plugin.contact.ContactSystemPlugin instead.
- IContinueStatement - Interface in gw.lang.parser.statements
-
- ICustomExpressionRuntime - Interface in gw.lang.parser
-
- ICustomParser - Interface in gw.lang.gosuc
-
Implementers of this interface must provide a default, no argument constructor
that is invokable from a command line build.
- ICustomPickerAdapter - Interface in gw.plugin.custompicker
-
Multiple instances of a CustomPicker adapter can be registered with the
server.
- ID(IBeforeUpgradeReadOnlyColumn, long) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- ID(String, long) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- ID(IBeforeUpgradeColumnRef, long) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- ID - Static variable in interface gw.plugin.geocode.IGeocodePlugin
-
Deprecated.
A string representing a DB-wide unique string corresponding to an address.
- ID_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- ID_TYPE - Static variable in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- IDatabaseServer - Interface in gw.testharness.clustering
-
- IDatamodelChange<D extends VersionAction> - Interface in gw.api.datamodel.upgrade
-
A class containing the work for applying a datamodel change.
- IDatamodelUpgrade - Interface in gw.plugin.upgrade
-
Provides details about configurable database upgrade options.
- IDataType - Interface in gw.datatype
-
A datatype represents additional constraints on a scalar type.
- IDataTypeConstraintsHandler - Interface in gw.datatype.handler
-
Handler for validating datatype constraints.
- IDataTypeDef - Interface in gw.datatype.def
-
Defines a datatype.
- IDataTypeDefValidationErrors - Interface in gw.datatype.def
-
A collection of datatype definition errors.
- IDataTypePersistenceHandler - Interface in gw.datatype.handler
-
Defines persistence behavior for a datatype.
- IDataTypePresentationHandler - Interface in gw.datatype.handler
-
Handler for presentation aspects of a datatype.
- IDataTypeValueHandler - Interface in gw.datatype.handler
-
Responsible for converting values in string form into datatype values.
- IDatePresentationHandler - Interface in gw.datatype.handler
-
Interface that specifies the presentation info associated with a Date datatype.
- IDateTimeOrdering - Interface in gw.entity
-
Interface description...
- IDE_EDITOR_PARSER_DEFAULT - Static variable in class gw.lang.parser.IGosuParser.Settings
-
- IDecimalConstraintsHandler - Interface in gw.datatype.handler
-
Numeric constraints handler specific to BigDecimal values.
- IDecimalPersistenceHandler - Interface in gw.datatype.handler
-
Subclass of persistence handler for decimal values.
- IDeclarationSiteValidator - Interface in gw.lang.parser
-
- IDefaultArrayType - Interface in gw.lang.reflect
-
- IDefaultTypeLoader - Interface in gw.lang.reflect
-
- IDelayedConstraintsHandler - Interface in gw.datatype.handler
-
Marker interface for constraints whose validation is to be delayed until after values are set.
- IDelegateFunctionSymbol - Interface in gw.lang.parser
-
- IDelegateStatement - Interface in gw.lang.parser.expressions
-
- IDeleteBuilder - Interface in gw.api.database
-
Deletes rows from the given table
- IDENTIFIER - Static variable in class gw.lang.parser.resources.Res
-
- IdentifyORMLayerViaComments - Static variable in class gw.api.system.PLConfigParameters
-
- IdentifyQueryBuilderViaComments - Static variable in class gw.api.system.PLConfigParameters
-
SQL Server and DB2 ONLY: Whether to include additional information in a comment to identify the execution context of a query
IdentifyQueryBuilderViaComments: when set to its default value of "true" will report on all SQL code generated by query builder layer.
- IdentityCoercer - Class in gw.lang.parser.coercers
-
- IdentityCoercer() - Constructor for class gw.lang.parser.coercers.IdentityCoercer
-
- IdentityFieldMapper - Class in gw.api.util.mapping
-
- IdentityFieldMapper() - Constructor for class gw.api.util.mapping.IdentityFieldMapper
-
- IdentitySet<T> - Class in gw.util
-
- IdentitySet(int) - Constructor for class gw.util.IdentitySet
-
- identityToString(Object) - Static method in class gw.util.GosuObjectUtil
-
Gets the toString that would be produced by Object
if a class did not override toString itself.
- identityToString(StringBuffer, Object) - Static method in class gw.util.GosuObjectUtil
-
Appends the toString that would be produced by Object
if a class did not override toString itself.
- IDFSBackedFeatureInfo - Interface in gw.lang.reflect
-
- IDimension<S extends IDimension<S,T>,T extends java.lang.Number> - Interface in gw.lang
-
- IDIMENSION() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IDirectiveExpression - Interface in gw.lang.parser.expressions
-
- IDirectory - Interface in gw.fs
-
- IDirectoryUtil - Class in gw.fs
-
- IDirectoryUtil() - Constructor for class gw.fs.IDirectoryUtil
-
- IDISPOSABLE() - Static method in class gw.lang.reflect.java.GosuTypes
-
- IDocRef<T> - Interface in gw.lang.javadoc
-
- IDocumentContentSource - Interface in gw.plugin.document
-
BillingCenter-specific extension to the base IDocumentSource interface.
- IDocumentContentSourceBase - Interface in gw.plugin.document
-
Interface to a DocumentManagementSystem.
- IDocumentCreationOptions - Interface in gw.plugin.document
-
Deprecated.
In the Pebbles world, this interface should no longer be required, since
the integration which it makes possible is now directly supported in the .pcf files.
- IDocumentMetadataSourceBase - Interface in gw.plugin.document
-
Interface description...
- IDocumentProductionBase - Interface in gw.plugin.document
-
An interface to a Document Production system.
- IDocumentTemplateDescriptor - Interface in gw.plugin.document
-
The IDocumentTemplateDescriptor interface defines the API which must be implemented by an object which
represents a document template descriptor.
- IDocumentTemplateDescriptorLogging - Interface in gw.plugin.document
-
- IDocumentTemplateSerializer - Interface in gw.plugin.document
-
Serializes and deserializes document template descriptors.
- IDocumentTemplateSource - Interface in gw.plugin.document
-
An interface fronting access to template documents e.g., for generating
letters or forms.
- IDoWhileStatement - Interface in gw.lang.parser.statements
-
- IDREF_PROPERTY_ITYPE - Static variable in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- IDREF_TYPE - Static variable in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- IDREFS_PROPERTY_ITYPE - Static variable in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- IdrefsList - Class in gw.xml.xsd.typeloader
-
- IdrefsList(List<IXMLNodeWithID>) - Constructor for class gw.xml.xsd.typeloader.IdrefsList
-
- IdrefsList(int) - Constructor for class gw.xml.xsd.typeloader.IdrefsList
-
- IDREFSTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- IDREFSTypeWrapper() - Constructor for class gw.xml.xsd.typewrapper.IDREFSTypeWrapper
-
- IDREFTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- IDREFTypeWrapper() - Constructor for class gw.xml.xsd.typewrapper.IDREFTypeWrapper
-
- IDREFTypeWrapper(LockingLazyVar<String>) - Constructor for class gw.xml.xsd.typewrapper.IDREFTypeWrapper
-
- IDynamicallyTypedEntity - Interface in gw.lang.reflect
-
- IDynamicFunctionSymbol - Interface in gw.lang.parser
-
- IDynamicPropertySymbol - Interface in gw.lang.parser
-
- IDynamicSymbol - Interface in gw.lang.parser
-
- IEdgeLinkPropertyInfo - Interface in gw.entity
-
Marker interface for edge foreign keys defined in the datamodel.
- IEmailTemplateDescriptor - Interface in gw.plugin.email
-
Interface description...
- IEmailTemplateSource - Interface in gw.plugin.email
-
Interface description...
- IEncryption - Interface in gw.plugin.util
-
Plugin to handle the field encryption
- IEnhanceableType - Interface in gw.lang.reflect
-
- IEnhancementIndex - Interface in gw.lang.reflect.gs
-
- IEntityAccess - Interface in gw.lang.reflect
-
- IEntityCovariantLinkHackPropInfo - Interface in gw.lang.reflect
-
- IEntityPropertyInfo - Interface in gw.entity
-
Marker interface for properties defined in the datamodel.
- IEntityType - Interface in gw.entity
-
A marker interface for entity types.
- IEntityTypeInfo - Interface in gw.entity
-
Interface description...
- IEnumConstant - Interface in gw.lang.reflect
-
- IEnumType - Interface in gw.lang.reflect
-
- IEnumValue - Interface in gw.lang.reflect
-
- IEnvironmentalCondition - Interface in gw.testharness
-
- IEqualityExpression - Interface in gw.lang.parser.expressions
-
- IErrorType - Interface in gw.lang.reflect
-
- IEscapesAllContent - Interface in gw.lang.parser.template
-
- IEvalExpression - Interface in gw.lang.parser.expressions
-
- IEvalStatement - Interface in gw.lang.parser.statements
-
- IEvaluationException - Exception in gw.lang.parser.exceptions
-
- IEvaluationException(String) - Constructor for exception gw.lang.parser.exceptions.IEvaluationException
-
- IEvaluationException(Throwable) - Constructor for exception gw.lang.parser.exceptions.IEvaluationException
-
- IEventInfo - Interface in gw.lang.reflect
-
- IEventType - Interface in gw.entity
-
Interface description...
- IExceptionInfo - Interface in gw.lang.reflect
-
- IExceptionNode - Interface in gw.lang.javadoc
-
- IExchangeRateSetPlugin - Interface in gw.plugin.exchangerate
-
Plugin to create an ExchangeRateSet based on exchange rates pulled from an external source.
- IEXECUTION_ENVIRONMENT() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IExecutionEnvironment - Interface in gw.lang.reflect.module
-
- IExistsExpression - Interface in gw.lang.parser.expressions
-
- IExpando - Interface in gw.lang.reflect
-
- IExpansionPropertyInfo - Interface in gw.lang.parser
-
- IExplicitTypeInfo - Interface in gw.lang.reflect
-
- IExpression - Interface in gw.lang.parser
-
- IExpressionRuntime - Interface in gw.lang.parser
-
- IExtendedTypeLoader - Interface in gw.lang.reflect
-
- IExtensionFolderLocator - Interface in gw.config
-
- IEXTERNAL_SYMBOL_MAP() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IExternalSymbolMap - Interface in gw.lang.reflect.gs
-
- IFeatureChain - Interface in gw.lang.reflect.features
-
- IFeatureFilter - Interface in gw.util
-
- IFeatureInfo - Interface in gw.lang.reflect
-
- IFeatureInfoDelegate - Interface in gw.lang.reflect
-
- IFeatureLiteralExpression - Interface in gw.lang.parser.expressions
-
- IFeatureReference<R,T> - Interface in gw.lang.reflect.features
-
- IFieldAccessExpression - Interface in gw.lang.parser.expressions
-
- IFieldFilter - Interface in gw.api.webservice
-
Interface description...
- IFieldMapper - Interface in gw.api.util.mapping
-
- IFieldValidationResult - Interface in gw.api.validation
-
Interface description...
- IFieldValidator - Interface in gw.api.validation
-
Interface for implementing Gosu Field Validators.
- IFile - Interface in gw.fs
-
- IFileBasedFeature - Interface in gw.lang.reflect
-
- IFileBasedType - Interface in gw.lang.reflect
-
- IFileContext - Interface in gw.lang.parser
-
- IFileMetadata - Interface in gw.fs.physical
-
- IFileRepositoryBasedType - Interface in gw.lang.parser
-
- IFileSystem - Interface in gw.lang.reflect.module
-
- IFileSystem.CachingMode - Enum in gw.lang.reflect.module
-
- IFileSystemGosuClassRepository - Interface in gw.lang.reflect.gs
-
- IFileSystemGosuClassRepository.ClassPathEntry - Class in gw.lang.reflect.gs
-
- IFileSystemGosuClassRepository.ClassPathEntry(IDirectory, boolean) - Constructor for class gw.lang.reflect.gs.IFileSystemGosuClassRepository.ClassPathEntry
-
- IFileSystemGosuClassRepository.IClassFileInfo - Interface in gw.lang.reflect.gs
-
- IFileSystemGosuClassRepository.Util - Class in gw.lang.reflect.gs
-
- IFileSystemGosuClassRepository.Util() - Constructor for class gw.lang.reflect.gs.IFileSystemGosuClassRepository.Util
-
- IFileUtil - Class in gw.fs
-
- IFileUtil() - Constructor for class gw.fs.IFileUtil
-
- IFindDuplicatesPlugin - Interface in gw.plugin.contact
-
Used to find potential and exact matches for a contact.
- IFontLoader - Interface in gw.pl.util.xml
-
- IForEachStatement - Interface in gw.lang.parser.statements
-
- IForwardingFunctionSymbol - Interface in gw.lang.parser
-
- IFqnCache<T> - Interface in gw.util.cache
-
- IFullParserState - Interface in gw.lang.parser
-
- IFunction0 - Interface in gw.lang.function
-
- IFunction1 - Interface in gw.lang.function
-
- IFunction10 - Interface in gw.lang.function
-
- IFunction11 - Interface in gw.lang.function
-
- IFunction12 - Interface in gw.lang.function
-
- IFunction13 - Interface in gw.lang.function
-
- IFunction14 - Interface in gw.lang.function
-
- IFunction15 - Interface in gw.lang.function
-
- IFunction16 - Interface in gw.lang.function
-
- IFunction2 - Interface in gw.lang.function
-
- IFunction3 - Interface in gw.lang.function
-
- IFunction4 - Interface in gw.lang.function
-
- IFunction5 - Interface in gw.lang.function
-
- IFunction6 - Interface in gw.lang.function
-
- IFunction7 - Interface in gw.lang.function
-
- IFunction8 - Interface in gw.lang.function
-
- IFunction9 - Interface in gw.lang.function
-
- IFunctionStatement - Interface in gw.lang.parser.statements
-
- IFunctionSymbol - Interface in gw.lang.parser
-
- IFunctionType - Interface in gw.lang.reflect
-
- IFXRatePlugin - Interface in gw.plugin.exchangerate
-
The FXRatePlugin encapsulates the business rules for obtaining Foreign Exchange [FX] rates between currencies
- IGeneric - Interface in gw.lang.reflect.java.asm
-
- IGenericMethodInfo - Interface in gw.lang.reflect
-
- IGenericTypeVariable - Interface in gw.lang.reflect.gs
-
- IGeocodePlugin - Interface in gw.plugin.geocode
-
Deprecated.
this has been replaced by the interface gw.plugin.geocode.GeocodePlugin; this version should only be
used for compatibility with custom 4.0.x plugins.
- IGlobalLoaderProvider - Interface in gw.config
-
- IGlobalModule - Interface in gw.lang.reflect.module
-
- IGNORE - Static variable in class gw.util.ProcessStarter
-
Deprecated.
- IgnoreLeapDays - Static variable in class gw.api.system.PLConfigParameters
-
- IgnoreSoapWebServiceNamespaceCollisions - Static variable in class gw.api.system.PLConfigParameters
-
The soap webservices use a truncated name namespace something is in the api, entity, fault, or enumeration namespaces,
this quite often leads to conflicting namespaces.
- ignoreValidationWarning(Bundle, EntityValidationException) - Static method in class gw.testharness.BundleTestUtil
-
Modified a bundle's commit/validation options to skip a warning already seen.
- IGOSU_CLASS_OBJECT() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IGOSU_OBJECT() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IGosuArrayClass - Interface in gw.lang.reflect.gs
-
- IGosuArrayClassInstance - Interface in gw.lang.reflect.gs
-
- IGosuc - Interface in gw.lang.gosuc
-
- IGosuClass - Interface in gw.lang.reflect.gs
-
- IGosuClass.ProxyUtil - Class in gw.lang.reflect.gs
-
- IGosuClass.ProxyUtil() - Constructor for class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- IGosuClassDelegate - Interface in gw.lang.reflect.gs
-
- IGosuClassLoader - Interface in gw.lang.reflect.gs
-
- IGosuClassLoadingObserver - Interface in gw.lang.reflect
-
- IGosuClassObject - Interface in gw.lang.reflect.gs
-
- IGosuClassParser - Interface in gw.lang.reflect.gs
-
- IGosuClassRepository - Interface in gw.lang.reflect.gs
-
- IGosuClassTypeInfo - Interface in gw.lang.reflect.gs
-
- IGosuConstructorInfo - Interface in gw.lang.reflect.gs
-
- IGosuEnhancement - Interface in gw.lang.reflect.gs
-
- IGosuFragment - Interface in gw.lang.reflect.gs
-
- IGosuFragmentParser - Interface in gw.lang.parser
-
- IGosuInitializationHooks - Interface in gw.config
-
- IGosuLocalizationService - Interface in gw.config
-
- IGosuMethodInfo - Interface in gw.lang.reflect.gs
-
- IGosuMethodParamInfo - Interface in gw.lang.reflect.gs
-
- IGosuMode - Interface in gw.lang.mode
-
- IGosuObject - Interface in gw.lang.reflect.gs
-
- IGosuParser - Interface in gw.lang.parser
-
- IGosuParser.ParseType - Enum in gw.lang.parser
-
- IGosuParser.Settings - Class in gw.lang.parser
-
- IGosuParser.Settings() - Constructor for class gw.lang.parser.IGosuParser.Settings
-
- IGosuParserFactory - Interface in gw.lang.parser
-
- IGosuProfilingService - Interface in gw.config
-
This is a interface for profiling in modules before pl.
- IGosuProgram - Interface in gw.lang.reflect.gs
-
- IGosuProgram.Runner - Class in gw.lang.reflect.gs
-
- IGosuProgram.Runner() - Constructor for class gw.lang.reflect.gs.IGosuProgram.Runner
-
- IGosuProgramParser - Interface in gw.lang.parser
-
- IGosuPropertyInfo - Interface in gw.lang.reflect.gs
-
- IGosuShop - Interface in gw.lang
-
- IGosuValidator - Interface in gw.lang.parser
-
- IGosuVarPropertyInfo - Interface in gw.lang.reflect.gs
-
- IGroupExceptionPlugin - Interface in gw.plugin.exception
-
Handles exceptions in groups.
- IHasArguments - Interface in gw.lang.parser
-
- IHasInnerClass - Interface in gw.lang.parser
-
- IHasJavaClass - Interface in gw.lang.reflect
-
- IHasParameterInfos - Interface in gw.lang.reflect
-
- IHasType - Interface in gw.lang.parser
-
- IHideFieldNoOpStatement - Interface in gw.lang.parser.statements
-
- IIdentifierExpression - Interface in gw.lang.parser.expressions
-
- IIdentifierExpression.FeatureInfoWrapper - Class in gw.lang.parser.expressions
-
- IIdentifierExpression.FeatureInfoWrapper(IFeatureInfo) - Constructor for class gw.lang.parser.expressions.IIdentifierExpression.FeatureInfoWrapper
-
- IIdentityExpression - Interface in gw.lang.parser.expressions
-
- IIfStatement - Interface in gw.lang.parser.statements
-
- IImplicitTypeAsExpression - Interface in gw.lang.parser.expressions
-
- IImportTools - Interface in gw.api.webservice.importTools
-
IImportTools is a remote interface to a set of tools to import XML data to the
server.
- IInferredNewExpression - Interface in gw.lang.parser.expressions
-
- IInherited - Interface in gw.lang.annotation
-
- IINHERITED() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IInitConstructorFunctionSymbol - Interface in gw.lang.parser
-
- IInitializerAssignment - Interface in gw.lang.parser.expressions
-
- IInitializerExpression - Interface in gw.lang.parser.expressions
-
- IInitializerSymbol - Interface in gw.lang.parser
-
- IInjectableClassLoader - Interface in gw.lang.reflect
-
- IInjectedSymbol - Interface in gw.lang.parser
-
- IInsertBuilder - Interface in gw.api.database
-
Inserts some values in the given table
- IInsertPathValue - Interface in gw.api.webservice
-
Interface description...
- IInsertSelectBuilder - Interface in gw.api.database
-
Performs an Insert-Select
- IIntegerConstraintsHandler - Interface in gw.datatype.handler
-
Interface description...
- IInterfacesClause - Interface in gw.lang.parser.statements
-
- IInterfaceTypeLiteralExpression - Interface in gw.lang.parser.expressions
-
- IInterval<E extends java.lang.Comparable<E>,ME extends IInterval<E,ME>> - Interface in gw.lang.reflect.interval
-
- IINTERVAL() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IIntervalExpression - Interface in gw.lang.parser.expressions
-
- IIntrinsicTypeReference - Interface in gw.lang.reflect
-
- IInvocableType - Interface in gw.lang.reflect
-
- IInvokableFeatureReference<R,T> - Interface in gw.lang.reflect.features
-
- IIterableInterval<E extends java.lang.Comparable<E>,S,U,ME extends IIterableInterval<E,S,U,ME>> - Interface in gw.lang.reflect.interval
-
- IJarFileDirectory - Interface in gw.fs.jar
-
- IJavaAnnotatedElement - Interface in gw.lang.reflect.java
-
- IJavaArrayType - Interface in gw.lang.reflect.java
-
- IJavaBackedType - Interface in gw.lang.reflect.java
-
- IJavaBackedTypeData - Interface in gw.lang.reflect.java
-
- IJavaBasePropertyInfo - Interface in gw.lang.reflect.java
-
- IJavaClassAnnotation - Interface in gw.lang.reflect.java
-
- IJavaClassBytecodeConstructor - Interface in gw.lang.reflect.java
-
- IJavaClassBytecodeMethod - Interface in gw.lang.reflect.java
-
- IJavaClassConstructor - Interface in gw.lang.reflect.java
-
- IJavaClassField - Interface in gw.lang.reflect.java
-
- IJavaClassGenericArrayType - Interface in gw.lang.reflect.java
-
- IJavaClassInfo - Interface in gw.lang.reflect.java
-
- IJavaClassInfo.Util - Class in gw.lang.reflect.java
-
- IJavaClassInfo.Util() - Constructor for class gw.lang.reflect.java.IJavaClassInfo.Util
-
- IJavaClassIRType - Interface in gw.lang.ir
-
- IJavaClassMethod - Interface in gw.lang.reflect.java
-
- IJavaClassParameterizedType - Interface in gw.lang.reflect.java
-
- IJavaClassType - Interface in gw.lang.reflect.java
-
- IJavaClassTypeVariable - Interface in gw.lang.reflect.java
-
- IJavaClassWildcardType - Interface in gw.lang.reflect.java
-
- IJavaConstructorInfo - Interface in gw.lang.reflect.java
-
- IJavaDocFactory - Interface in gw.lang.javadoc
-
- IJavaEnumType - Interface in gw.lang.reflect.java
-
- IJavaFieldPropertyInfo - Interface in gw.lang.reflect.java
-
- IJavaMethodDescriptor - Interface in gw.lang.reflect.java
-
- IJavaMethodInfo - Interface in gw.lang.reflect.java
-
- IJavaParameterDescriptor - Interface in gw.lang.reflect.java
-
- IJavaPropertyDescriptor - Interface in gw.lang.reflect.java
-
- IJavaPropertyInfo - Interface in gw.lang.reflect.java
-
- IJavaType - Interface in gw.lang.reflect.java
-
- IJavaTypeInfo - Interface in gw.lang.reflect.java
-
- IJreModule - Interface in gw.lang.reflect.module
-
- ILanguageLevel - Interface in gw.lang.parser
-
- ILanguageLevel.Util - Class in gw.lang.parser
-
- ILanguageLevel.Util() - Constructor for class gw.lang.parser.ILanguageLevel.Util
-
- ILinkPropertyInfo - Interface in gw.entity
-
Marker interface for foreign keys defined in the datamodel.
- ILiteralExpression - Interface in gw.lang.parser.expressions
-
- illegalArgumentUnless(String) - Static method in class gw.pl.util.Throw
-
Throws an IllegalArgumentException if the given message is non-null.
- illegalConfigUnless(String) - Static method in class gw.pl.util.Throw
-
Throws a GWConfigurationException if the given message is non-null.
- illegalStateUnless(String) - Static method in class gw.pl.util.Throw
-
Throws an IllegalStateException if the given message is non-null.
- ILocale - Interface in gw.i18n
-
- ILocale - Interface in gw.pl.external.i18n
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- ILocaleTypeInfo - Class in gw.i18n
-
Class description...
- ILocaleTypeInfo() - Constructor for class gw.i18n.ILocaleTypeInfo
-
- ILocalVarDeclaration - Interface in gw.lang.parser.expressions
-
- ILocationAwareFeature - Interface in gw.lang.reflect
-
Exposes the location information for features that have location information
- ILogger - Interface in gw.util
-
Gosu logger-independent logging system.
- ILoggerImpl - Class in gw.pl.logging
-
Deprecated.
Use org.slf4j.Logger instead!
- ILoggerImpl(Logger) - Constructor for class gw.pl.logging.ILoggerImpl
-
Deprecated.
- ILoginAPI - Interface in gw.pl.util.webservices.login.api
-
A remote interface that allows a user to log in and out of a system.
- ILoginAPIService - Interface in gw.pl.util.webservices.login.api
-
- ILoginAPIServiceLocator - Class in gw.pl.util.webservices.login.api
-
- ILoginAPIServiceLocator() - Constructor for class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
A remote interface that allows a user to log in and out of a system.
- ILoginAPIServiceLocator(EngineConfiguration) - Constructor for class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- ILoginAPIServiceLocator(String, QName) - Constructor for class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- ILoginAPISoapBindingStub - Class in gw.pl.util.webservices.login.api
-
- ILoginAPISoapBindingStub() - Constructor for class gw.pl.util.webservices.login.api.ILoginAPISoapBindingStub
-
- ILoginAPISoapBindingStub(URL, Service) - Constructor for class gw.pl.util.webservices.login.api.ILoginAPISoapBindingStub
-
- ILoginAPISoapBindingStub(Service) - Constructor for class gw.pl.util.webservices.login.api.ILoginAPISoapBindingStub
-
- ILongConstraintsHandler - Interface in gw.datatype.handler
-
Numeric constraints handler specific to Long values.
- ILoopStatement - Interface in gw.lang.parser.statements
-
- IMapAccessExpression - Interface in gw.lang.parser.expressions
-
- IMapAssignmentStatement - Interface in gw.lang.parser.statements
-
- IMapInitializerExpression - Interface in gw.lang.parser.expressions
-
- IMemberAccessExpression - Interface in gw.lang.parser.expressions
-
- IMemberAssignmentStatement - Interface in gw.lang.parser.statements
-
- IMemberExpansionExpression - Interface in gw.lang.parser.expressions
-
- IMemoryMonitor - Interface in gw.config
-
- IMetaType - Interface in gw.lang.reflect
-
- IMethodBackedPropertyInfo - Interface in gw.lang.reflect
-
- IMethodCallExpression - Interface in gw.lang.parser.expressions
-
- IMethodCallHandler - Interface in gw.lang.reflect
-
- IMethodCallStatement - Interface in gw.lang.parser.statements
-
- IMethodInfo - Interface in gw.lang.reflect
-
- IMethodInfoDelegate - Interface in gw.lang.reflect
-
- IMethodInfoFactory - Interface in gw.lang.reflect
-
- IMethodNode - Interface in gw.lang.javadoc
-
- IMethodReference<R,T> - Interface in gw.lang.reflect.features
-
- immutableList(T...) - Static method in class gw.pl.util.GWCollections
-
- immutableSet(T...) - Static method in class gw.pl.util.GWCollections
-
- IModifierInfo - Interface in gw.lang.reflect
-
- IModifierListClause - Interface in gw.lang.parser.expressions
-
- IModule - Interface in gw.lang.reflect.module
-
- IModuleAware - Interface in gw.lang
-
- IMonetaryAmountPropertyInfo - Interface in gw.entity
-
Marker interface for struct refs defined in the datamodel.
- IMoney - Interface in gw.api.financials
-
Represents a monetary value.
- IMoneyConstraintsHandler - Interface in gw.datatype.handler
-
Marker interface for constraints that apply to money.
- IMONITORLOCK() - Static method in class gw.lang.reflect.java.GosuTypes
-
- IMONITORLOCK_NAME - Static variable in class gw.lang.reflect.java.GosuTypes
-
- IMonitorLockCoercer - Class in gw.lang.parser.coercers
-
- IMonitorLockCoercer() - Constructor for class gw.lang.parser.coercers.IMonitorLockCoercer
-
- ImplicitCoercionError - Exception in gw.lang.parser.exceptions
-
- ImplicitCoercionError(IParserState, ResourceKey, IType, Object...) - Constructor for exception gw.lang.parser.exceptions.ImplicitCoercionError
-
- ImplicitCoercionWarning - Exception in gw.lang.parser.exceptions
-
- ImplicitCoercionWarning(IParserState, ResourceKey, IType, Object...) - Constructor for exception gw.lang.parser.exceptions.ImplicitCoercionWarning
-
- ImplicitPropertyUtil - Class in gw.lang.reflect
-
- ImplicitPropertyUtil() - Constructor for class gw.lang.reflect.ImplicitPropertyUtil
-
- ImplicitPropertyUtil.ImplicitPropertyInfo - Class in gw.lang.reflect
-
- ImplicitPropertyUtil.ImplicitPropertyInfo(boolean, boolean, String) - Constructor for class gw.lang.reflect.ImplicitPropertyUtil.ImplicitPropertyInfo
-
- ImportBundle - Interface in gw.api.webservice.importTools
-
Used to mark an EntityBundle to note that it is being used for Import.
- importCsvData(String, int, boolean, boolean) - Method in interface gw.api.webservice.importTools.IImportTools
-
Import XML data.
- importCsvData(String, int, boolean, boolean) - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
- ImportDataArrayDifferences - Class in gw.api.admin
-
Represents the differences between the imported and the original values of a particular array field on
an entity.
- ImportDataArrayDifferences(IEntityPropertyInfo, KeyableBean) - Constructor for class gw.api.admin.ImportDataArrayDifferences
-
Constructs a new ImportDataArrayDifferences object for the given array field on the given entity.
- ImportDataConflict - Class in gw.api.admin
-
Represents the fields that have changed on an entity as the result of a data import.
- ImportDataConflict(KeyableBean, int) - Constructor for class gw.api.admin.ImportDataConflict
-
Construct a new ImportDataConflict for the given changed entity.
- ImportDataInfo - Class in gw.api.admin
-
Information about the import of an XML data file.
- ImportDataInfo() - Constructor for class gw.api.admin.ImportDataInfo
-
Create a new, empty ImportDataInfo.
- ImportDataInfo.ResolutionOption - Enum in gw.api.admin
-
- importDefaultDataToProduction() - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
Deprecated.
This should only be used internally for guidewire testing. This bypasses all integrity checking. Please check documentation for loading zone data through staging table
- importFromFile(File, Bundle) - Static method in class gw.sampledata.XMLSampleDataImporter
-
Imports xml data from a file into a bundle.
- IMPORTING_VER_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- ImportingUtil - Class in gw.api.importing
-
Utility class for archiving
- ImportingUtil.DecryptProvider - Interface in gw.api.importing
-
Implementations of this class will return the decrypted string.
- ImportingUtil.EntityDomainType - Enum in gw.api.importing
-
- ImportingUtil.Schema - Enum in gw.api.importing
-
Deprecated.
This field will be removed in a future release. Only one schema is available. there is no differentiation on domain and other schema anymore.
- ImportingUtilHelper - Interface in gw.api.importing
-
An instance of this class is passed to import to give a finer granularity
for the import.
- ImportManualTestingData - Annotation Type in gw.testharness
-
Use this annotation if your test needs full data.
- ImportModulesNode - Class in gw.pl.modules
-
Class description...
- ImportModulesNode() - Constructor for class gw.pl.modules.ImportModulesNode
-
- ImportResultDetail - Class in gw.api.webservice.importTools
-
Class that contains detailed information for an entity that was imported.
- ImportResultDetail() - Constructor for class gw.api.webservice.importTools.ImportResultDetail
-
- ImportResults - Class in gw.api.webservice.importTools
-
Class that contains information about the results of an import call.
- ImportResults() - Constructor for class gw.api.webservice.importTools.ImportResults
-
- ImportResultSummary - Class in gw.api.webservice.importTools
-
Class that contains a summary information for the insertion or update of a
particular kind of entity.
- ImportResultSummary() - Constructor for class gw.api.webservice.importTools.ImportResultSummary
-
- imports - Variable in class gw.pl.util.webservices.axis.GWParser
-
Field imports
- ImportSampleData - Annotation Type in gw.testharness
-
Use this annotation if your test needs sample data.
- ImportToolsImpl - Class in gw.api.webservice.importTools
-
- ImportToolsImpl() - Constructor for class gw.api.webservice.importTools.ImportToolsImpl
-
- importToStaging(String, String, boolean) - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
- importXmlData(String) - Method in interface gw.api.webservice.importTools.IImportTools
-
Import XML data.
- importXmlData(String) - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
- importXmlDataAsByteArray(byte[]) - Method in interface gw.api.webservice.importTools.IImportTools
-
Import XML data, passing the data as an array of UTF-8 bytes representing the XML string.
- importXmlDataAsByteArray(byte[]) - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
- importZoneData() - Static method in class gw.api.util.DataImportTestUtil
-
For each country with a zone config, check if there is a file named Test-XX-Locations.txt zone data under geodata file.
- importZoneData(String) - Static method in class gw.api.util.DataImportTestUtil
-
For the given country code, e.g.
- importZoneData(Country, String, boolean, boolean) - Static method in class gw.api.webservice.zone.ZoneImportHelper
-
Deprecated.
This should only be used internally for guidewire testing because it bypasses all integrity checking. Please check documentation for loading zone data through staging table
- importZoneData(Country, String, boolean, boolean) - Static method in class gw.api.webservice.zone.ZoneImportTestUtil
-
- importZonesFromData(String, String) - Static method in class gw.api.util.DataImportTestUtil
-
- importZonesFromFileUnderGeodata(String, String) - Static method in class gw.api.util.DataImportTestUtil
-
- IMultiplicativeExpression - Interface in gw.lang.parser.expressions
-
- IMutableMoney - Interface in gw.api.financials
-
Represents a monetary value whose amount can be changed.
- INACTIVE_STATE_MAX - Static variable in class gw.pl.messaging.MessageStatus
-
- INACTIVE_STATE_MIN - Static variable in class gw.pl.messaging.MessageStatus
-
- INACTIVE_STATES - Static variable in class gw.pl.messaging.MessageStatus
-
Set of "final" message states for messages no longer
requiring any processing.
- INACTIVE_USER - Static variable in class gw.plugin.security.AuthenticationSource.Failure
-
User is inactive
- InactiveUserException - Static variable in exception gw.api.webservice.exception.LoginException
-
- InactiveUserException(String) - Static method in exception gw.api.webservice.exception.LoginException
-
- InactiveUserException - Exception in gw.plugin.security
-
Exception that gets thrown when a user with a credential marked as inactive attempts to log in.
- InactiveUserException() - Constructor for exception gw.plugin.security.InactiveUserException
-
Constructs an InactiveUserException with an empty message.
- InactiveUserException(String) - Constructor for exception gw.plugin.security.InactiveUserException
-
Constructs an InactiveUserEception with the given message.
- INameInDeclaration - Interface in gw.lang.parser.expressions
-
- INamespaceStatement - Interface in gw.lang.parser.statements
-
- INamespaceType - Interface in gw.lang.reflect
-
- INativeModule - Interface in gw.lang.reflect.module
-
- INativeWin32APICallback - Interface in gw.fs.physical.win32
-
- InboundHeaders - Class in gw.api.soap
-
Retrieves SOAP headers.
- InboundHeaders(SOAPHeader) - Constructor for class gw.api.soap.InboundHeaders
-
Retrieves SOAP headers.
- InboundHistory - Interface in gw.pl.profiler.entity
-
InboundHistory
History of inbound calls: soap and startable plugins
- InboundHistory - Class in gw.pl.profiler.typekey
-
- InboundHistory(ITypeList, String) - Constructor for class gw.pl.profiler.typekey.InboundHistory
-
- InboundIntegrationHandlerPlugin - Interface in gw.plugin.integration.inbound
-
- InboundIntegrationMessageReply - Interface in gw.plugin.integration.inbound
-
- InboundIntegrationMessageReplyHandler - Interface in gw.plugin.integration.inbound
-
- InboundIntegrationPlugin - Interface in gw.plugin.integration.inbound
-
- InboundIntegrationStartablePlugin - Interface in gw.plugin.integration.inbound
-
- inc(Integer) - Static method in class gw.pl.util.StaticInt
-
- incArrayDims() - Method in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- incArrayDims() - Method in class gw.lang.reflect.java.asm.AsmType
-
- incArrayDims() - Method in class gw.lang.reflect.java.asm.AsmWildcardType
-
- inCategory(FeatureCategory) - Method in class gw.xml.parser2.XMLNodeMetadataBuilder.AttributeBuilder
-
- incCurrentTime(TestCase, long) - Static method in class gw.testharness.ChangesCurrentTimeUtil
-
Increments the current time by the given delta, in milliseconds.
- includeAttribute(String) - Method in class gw.xml.AbstractXMLNode
-
- includeAttribute(String) - Method in class gw.xml.parser2.PLXMLNode
-
- IncludeDaysType - Class in gw.pl.activity.typekey
-
- IncludeDaysType(ITypeList, String) - Constructor for class gw.pl.activity.typekey.IncludeDaysType
-
- includeField(IPropertyInfo) - Method in class gw.api.diff.DiffUtils
-
When comparing two beans, include this normally automatically excluded
field.
- IncludeInTestResults - Annotation Type in gw.testharness
-
Annotations which have this annotation will be added to the JUnit test results XML file.
- IncludeModules - Annotation Type in gw.testharness
-
Declares a list of test modules to be included in the configuration for the duration of this test.
- IncludeModulesBeforeEnterRunLevel - Annotation Type in gw.testharness
-
Declares a list of test modules to be included in the configuration for the duration of this test.
- includeQueryToIdentifyRows() - Method in class gw.api.tools.ConsistencyChecksPagePrinter.ConsistencyCheckPrintConvertor
-
- includeQueryToIdentifyRows() - Method in class gw.api.tools.DatabaseCheckPagePrinter.PrintConvertor
-
Returns whether or not to include query to identify individual rows (Only applicable for Consistency Checks)
- includeQueryToIdentifyRows() - Method in class gw.api.tools.LoadIntegrityCheckPagePrinter.LoadIntegrityCheckPrintConvertor
-
- includes(T) - Method in class gw.api.util.Range
-
Determines whether this range includes the given value.
- includeStdErrInOutput() - Method in class gw.util.ProcessStarter
-
Deprecated.
If called, this ProcessStarter will include the StdErr output in the return string of this
process.
- IncompatibleTypeException - Exception in gw.lang.parser.exceptions
-
- IncompatibleTypeException() - Constructor for exception gw.lang.parser.exceptions.IncompatibleTypeException
-
- IncompatibleTypeException(String) - Constructor for exception gw.lang.parser.exceptions.IncompatibleTypeException
-
- IncompatibleTypeException(Throwable) - Constructor for exception gw.lang.parser.exceptions.IncompatibleTypeException
-
- IncompatibleTypeException(String, Throwable) - Constructor for exception gw.lang.parser.exceptions.IncompatibleTypeException
-
- increment(IEntityPropertyInfo, int) - Method in interface gw.api.database.IUpdateBuilder
-
Increments the value of the given column by the given amount.
- increment(IBeforeUpgradeColumn, int) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Increments the value of the given column by the given amount.
- increment(String, int) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Increments the value of the given column by the given amount.
- incrementCounter(String) - Method in interface gw.api.profiler.ProfilerFrame
-
Increments the value of a counter by one.
- incrementCounter(String) - Method in class gw.api.profiler.ProfilerTag
-
- incrementDate(IBeforeUpgradeColumn, int) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Increments the value of the given date column by the given amount.
- incrementDate(String, int) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Increments the value of the given date column by the given amount.
- incrementNumVisits() - Method in class gw.api.tools.LocationUsageStat
-
- incrementNumVisits() - Method in class gw.api.tools.SharedSectionUsageStat
-
- incrementTotalDeletes() - Method in class gw.plugin.management.SolrMessageMonitor
-
- incrementTotalSearchErrors() - Method in class gw.plugin.management.SolrSearchMonitor
-
- incrementTotalSearches() - Method in class gw.plugin.management.SolrSearchMonitor
-
- incrementTotalSendErrors() - Method in class gw.plugin.management.SolrMessageMonitor
-
- incrementTotalSends() - Method in class gw.plugin.management.SolrMessageMonitor
-
- incrementTotalUpdatedDocuments() - Method in class gw.plugin.management.SolrMessageMonitor
-
- incrementTotalUpdatedDocuments(long) - Method in class gw.plugin.management.SolrMessageMonitor
-
- incSatisfiedCount(int) - Method in class gw.api.tools.RuleStats
-
- incScore(int) - Method in class gw.lang.reflect.MethodScore
-
- incVisitCount(int) - Method in class gw.api.tools.RuleStats
-
- indent(String) - Static method in class gw.lang.gosuc.GosucUtil
-
- indent - Variable in class gw.util.GosuRefactorUtil.MoveInstruction
-
- INDEX_NOT_FOUND - Static variable in class gw.util.GosuStringUtil
-
Represents a failed index search.
- indexOf(Object, Object) - Static method in class gw.api.util.ArrayUtil
-
Find the index of the given object in the array.
- indexOf(Object, Object, int) - Static method in class gw.api.util.ArrayUtil
-
Find the index of the given object in the array starting at the given index.
- indexOf(CharSequence, char) - Static method in class gw.pl.util.StringUtil
-
Returns the index of the specified character in the char sequence.
- indexOf(CharSequence, char, int) - Static method in class gw.pl.util.StringUtil
-
Returns the index of the specified character in the char sequence starting at the given start position.
- indexOf(Object) - Method in class gw.util.DynamicArray
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- indexOf(String, char) - Static method in class gw.util.GosuStringUtil
-
Finds the first index within a String, handling null.
- indexOf(String, char, int) - Static method in class gw.util.GosuStringUtil
-
Finds the first index within a String from a start position,
handling null.
- indexOf(String, String) - Static method in class gw.util.GosuStringUtil
-
Finds the first index within a String, handling null.
- indexOf(String, String, int) - Static method in class gw.util.GosuStringUtil
-
Finds the first index within a String, handling null.
- indexOf(T) - Method in class gw.util.Stack
-
- indexOf(Object) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- indexOfAny(String, char[]) - Static method in class gw.util.GosuStringUtil
-
Search a String to find the first index of any
character in the given set of characters.
- indexOfAny(String, String) - Static method in class gw.util.GosuStringUtil
-
Search a String to find the first index of any
character in the given set of characters.
- indexOfAny(String, String[]) - Static method in class gw.util.GosuStringUtil
-
Find the first index of any of a set of potential substrings.
- indexOfAnyBut(String, char[]) - Static method in class gw.util.GosuStringUtil
-
Search a String to find the first index of any
character not in the given set of characters.
- indexOfAnyBut(String, String) - Static method in class gw.util.GosuStringUtil
-
Search a String to find the first index of any
character not in the given set of characters.
- indexOfDifference(String, String) - Static method in class gw.util.GosuStringUtil
-
Compares two Strings, and returns the index at which the
Strings begin to differ.
- indexOfDifference(String[]) - Static method in class gw.util.GosuStringUtil
-
Compares all Strings in an array and returns the index at which the
Strings begin to differ.
- IndexStatistics - Interface in gw.api.database
-
- INewExpression - Interface in gw.lang.parser.expressions
-
- INewStatement - Interface in gw.lang.parser.statements
-
- inferParameterizedTypeFromArgTypesAndContextType(IType[], IType) - Method in class gw.lang.reflect.FunctionType
-
- inferParameterizedTypeFromArgTypesAndContextType(IType[], IType) - Method in interface gw.lang.reflect.IFunctionType
-
- inferParameterizedTypeFromArgTypesAndContextType(IType[], IType) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- InferredSymbolProvider<T extends IXMLNode> - Class in gw.xml.parser2
-
Class description...
- InferredSymbolProvider() - Constructor for class gw.xml.parser2.InferredSymbolProvider
-
- inferTypeParametersFromArgumentTypes(IType...) - Method in class gw.lang.reflect.FunctionType
-
- inferTypeParametersFromArgumentTypes(IType...) - Method in interface gw.lang.reflect.IGenericMethodInfo
-
- inferTypeParametersFromArgumentTypes(IType...) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- inferTypeParametersFromArgumentTypes2(IGosuClass, IType...) - Method in class gw.lang.reflect.FunctionType
-
- inferTypeParametersFromArgumentTypes2(IGosuClass, IType...) - Method in interface gw.lang.reflect.IGenericMethodInfo
-
- inferTypeParametersFromArgumentTypes2(IGosuClass, IType...) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- inferTypeVariableTypesFromGenParamTypeAndConcreteType(IType, IType, TypeVarToTypeMap) - Method in interface gw.lang.reflect.ITypeSystem
-
- inferTypeVariableTypesFromGenParamTypeAndConcreteType(IType, IType, TypeVarToTypeMap) - Static method in class gw.lang.reflect.TypeSystem
-
- info(Object) - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- info(Object, Throwable) - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- info(Object) - Method in interface gw.pl.logging.Logger
-
Deprecated.
- info(Object, Throwable) - Method in interface gw.pl.logging.Logger
-
Deprecated.
- info(Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
INFO should be used to convey the starting and stopping of something or
progress of a long running task.
- info(Object, Throwable) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(String) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(String, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(String, Object, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(String, Object[]) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(String, Throwable) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(Marker, String) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(Marker, String, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(Marker, String, Object, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(Marker, String, Object[]) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(Marker, String, Throwable) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- info(Object) - Method in interface gw.util.ILogger
-
- info(Object, Throwable) - Method in interface gw.util.ILogger
-
- info(Object, Throwable) - Method in class gw.util.SystemOutLogger
-
- info(Object) - Method in class gw.util.SystemOutLogger
-
- InheritanceFilterSet - Static variable in class gw.api.tools.EntityPropertiesFilter
-
- INHERITED() - Static method in class gw.lang.reflect.java.JavaTypes
-
- init(MatcherContext) - Method in interface gw.api.bean.compare.InitializableMatcher
-
Initializes the matcher.
- init(MatcherContext) - Method in class gw.api.bean.compare.InitializableMatcherBase
-
Initializes the matcher with the context.
- init() - Static method in class gw.api.startable.StartableServiceImpl
-
- init(DatabaseCheckPagePrinter<C, T>.PrintConvertor<C, T>) - Method in class gw.api.tools.DatabaseCheckPagePrinter
-
- init() - Method in class gw.api.util.UltraFastDateFormat
-
Initialise the instance for first use.
- init() - Method in class gw.config.BaseService
-
- init(ServiceKernel) - Method in class gw.config.DefaultCommonsServiceKernelInit
-
- init() - Method in interface gw.config.IService
-
Initialize this service
- init(ServiceKernel) - Method in interface gw.config.ServiceKernelInit
-
Allows the default kernel services to be overridden, providing
customizations at higher levels of the system.
- init() - Static method in class gw.lang.Gosu
-
Initializes Gosu using the classpath derived from the current classloader and system classpath.
- init(List<File>) - Static method in class gw.lang.Gosu
-
- init() - Static method in class gw.lang.reflect.gs.GosuClassPathThing
-
- init() - Method in class gw.lang.reflect.LazyType
-
- init(ServletConfig) - Method in class gw.pl.util.webservices.GWAxisSOAPPluginServlet
-
- init() - Method in class gw.plugin.integration.inbound.logging.file.line.FileIntegrationLogger
-
- init(int) - Method in class gw.plugin.solr.PagedQueryIterator
-
Returns an iterator positioned at the visible row index specified.
- init() - Method in class gw.testharness.v3.PLRemoteTestServlet
-
- init() - Method in class gw.util.concurrent.LockingLazyVar
-
- init() - Method in interface gw.util.concurrent.LockingLazyVar.LazyVarInit
-
- init() - Method in class gw.util.concurrent.LocklessLazyVar
-
- init() - Method in interface gw.util.concurrent.LocklessLazyVar.LazyVarInit
-
- initAndCheckTableGroups() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- initDefaults() - Static method in class gw.config.Registry
-
/**
Initialize with defaults.
- initDirectly(T) - Method in class gw.util.concurrent.LockingLazyVar
-
- initDirectly(T) - Method in class gw.util.concurrent.LocklessLazyVar
-
- initDirectory(String) - Method in class gw.api.tools.DatabaseTableInfoHelper
-
- initEntityFactory() - Static method in class gw.pl.external.entity.EntityMock
-
Deprecated.
Make the default EntityFactory (e.g.
- initFromNameAndAttributes(ConfigParserContext, String, Attributes) - Method in class gw.xml.parser2.BaseAbstractNode
-
- initFromOldResponse(AssignmentResponse) - Method in class gw.plugin.assignment.AssignmentResponse
-
- InitializableMatcher - Interface in gw.api.bean.compare
-
Optional interface for implementations of EntityMatcher that
need additional information from the context of the matching, i.e.
- InitializableMatcherBase<T extends KeyableBean> - Class in gw.api.bean.compare
-
Base implementation for EntityMatcher matchers} that need to logically match on other
related entity types.
- InitializableMatcherBase() - Constructor for class gw.api.bean.compare.InitializableMatcherBase
-
- InitializablePlugin - Interface in gw.plugin
-
Initialization interface for a plugin
- InitializationException - Exception in gw.plugin.messaging
-
Exception thrown if a messaging plugin cannot be started or resumed.
- InitializationException() - Constructor for exception gw.plugin.messaging.InitializationException
-
- InitializationException(String) - Constructor for exception gw.plugin.messaging.InitializationException
-
- InitializationException(String, Throwable) - Constructor for exception gw.plugin.messaging.InitializationException
-
- initialize(Object, PropertyReference) - Method in class gw.api.phone.PhoneDelegateBase
-
- initialize(Object, IPropertyInfo) - Method in class gw.api.phone.PhoneDelegateBase
-
- initialize() - Method in class gw.api.print.ListViewCustomPrintAction
-
- initialize() - Method in class gw.api.print.PrintAction
-
Performs any necessary setup before generating XSL-FO code.
- initialize() - Method in class gw.api.print.PrintLocationAction
-
- initialize(IType) - Static method in class gw.lang.cli.CommandLineAccess
-
Initializes the static properties on the given type based on the command
line arguments.
- initialize(Object, boolean) - Static method in class gw.lang.cli.CommandLineAccess
-
Initializes the properties on the given object based on the command
line arguments.
- initialize(Object) - Method in interface gw.lang.parser.expressions.IInitializerExpression
-
- initialize(Document) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
- initialize(Date) - Method in interface gw.pl.workqueue.entity.WorkItem
-
Initialize a work item.
- initialize() - Method in class gw.util.LazyInit
-
- initializeBaseBatchProcessMap() - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Initialize batch processes into an internal map
- initializeBatchProcessMap() - Method in class gw.api.webservice.ab.maintenanceTools.ABMaintenanceToolsImpl
-
- initializeBatchProcessMap() - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
- initializeClassArray(Class[], ClassLoader) - Static method in class gw.pl.util.ClassUtil
-
- initializeGosu() - Method in class gw.lang.gosuc.Gosuc
-
- initializeGosu() - Method in interface gw.lang.gosuc.IGosuc
-
- initializeMultipleModules(List<? extends IModule>) - Method in class gw.lang.init.GosuInitialization
-
- initializeRuntime(List<GosuPathEntry>) - Method in class gw.lang.init.GosuInitialization
-
- initializeTypeSystem() - Method in class gw.test.remote.ForwardingTestEnvironment
-
- initializeTypeSystem() - Method in class gw.test.TestEnvironment
-
- initializeTypeSystem() - Method in class gw.testharness.v3.PLTestEnvironment
-
- initialValue() - Method in class gw.pl.util.ScopedThreadLocal
-
- initInternalData() - Method in class gw.test.TestClass
-
- initMetadata(String) - Method in class gw.test.TestClass
-
- initNode(PLXMLNode, XMLNodeConvertible) - Method in class gw.xml.parser2.NewNodeToOldNodeConverter
-
- initNode(String, FileNameAndLineNumber, Map<String, String>, String) - Method in interface gw.xml.parser2.XMLNodeConvertible
-
- initNode(String, FileNameAndLineNumber, Map<String, String>, String) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- initTools(PluginCallbackHandler, MessageFinder) - Method in class gw.plugin.integration.inbound.logging.reply.FileIntegrationMessageReplyHandler
-
- initTools(PluginCallbackHandler, MessageFinder) - Method in class gw.plugin.integration.inbound.logging.reply.JMSIntegrationMessageReplyHandler
-
- initTools(PluginCallbackHandler, MessageFinder) - Method in interface gw.plugin.messaging.MessageReply
-
Supplies an instance of PluginCallbackHandler and MessageFinder to the plugin.
- initWatching() - Method in class gw.test.servlet.ChangedTypesRefresher
-
- inlineView(IEntityPropertyInfo, Query, IEntityPropertyInfo) - Method in interface gw.api.database.IQueryBuilder
-
Used to join this table to another table specifying both columns.
- inlineView(IEntityPropertyInfo, Query, IEntityPropertyInfo) - Method in class gw.api.database.Query
-
Used to join this table to another table specifying both columns.
- INNER_BLOCK_PREFIX - Static variable in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- INonCapturableSymbol - Interface in gw.lang.parser
-
- INonLoadableType - Interface in gw.lang.reflect
-
- INonVersionableType - Interface in gw.lang.reflect
-
- INoOpStatement - Interface in gw.lang.parser.statements
-
- InOperation - Enum in gw.api.database
-
An enumeration used for in or not in operations
- INotAStatement - Interface in gw.lang.parser.statements
-
- INotAWordExpression - Interface in gw.lang.parser.expressions
-
- INoteTemplateDescriptor - Interface in gw.plugin.note
-
Interface description...
- INoteTemplateSerializer - Interface in gw.plugin.note
-
Serializes and deserializes note template descriptors.
- INoteTemplateSource - Interface in gw.plugin.note
-
An interface fronting access to note templates.
- inPendingContactChange() - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- InPlaceUpgradeTesting - Annotation Type in gw.testharness
-
- InProgress - Annotation Type in gw.testharness
-
- input(String) - Method in class gw.util.process.ProcessRunner
-
Sets the text to be directed into this process' stdin.
- InputHelpTextOnFocus - Static variable in class gw.api.system.PLConfigParameters
-
If true, the help text for an input will be displayed when the input gets the focus *
- InputHelpTextOnMouseOver - Static variable in class gw.api.system.PLConfigParameters
-
If true, the help text for an input will be displayed when the user moves mouse over the input *
- InputMaskPlaceholderCharacter - Static variable in class gw.api.system.PLConfigParameters
-
The character used as a placeholder in masked input fields *
- insert() - Method in interface gw.api.database.upgrade.after.IAfterUpgradeTable
-
Note that if you are not in a transaction, you can also use a Bundle to perform the insert.
- insert() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
- insert(T, int) - Method in class gw.util.Stack
-
- INSERT_INTO_MAIN_BRANCH - Static variable in class gw.api.profiler.ProfilerTag
-
- INSERT_SELECT_PROFILER_TAG - Static variable in interface gw.api.database.upgrade.before.IBeforeUpgradeInsertSelectBuilder
-
- INSERT_UPDATE_ARRAY_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- insertDashAtIndex(int, String) - Static method in class gw.api.datagen.DatagenUtil
-
Inserts a dash at the index.
- INSERTED - Static variable in class gw.api.webservice.importTools.ImportResults
-
- insertInto(IBeforeUpgradeTable) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeSelectBuilder
-
- insertLine(int, Object) - Method in class gw.pl.io.StringLineWriter
-
Inserts a line with the given contents at the given index.
- insertSelect(IAfterUpgradeTable) - Method in interface gw.api.database.upgrade.after.IAfterUpgradeTable
-
- insertSelect(IBeforeUpgradeTable) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
- insertSelect(IBeforeUpgradeSelectBuilder) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
- InsertTransaction - Class in gw.api.webservice.zone
-
Class description...
- InsertZoneLinkTransaction - Class in gw.api.webservice.zone
-
Handles insertion of zone links into staging or production table.
- InsertZoneTransaction - Class in gw.api.webservice.zone
-
Handles insertion of zones.
- instance() - Static method in class gw.api.address.DefaultAddressAutocompletePlugin
-
- INSTANCE - Static variable in class gw.api.assignment.AutoAssignAssignee
-
Singleton instance of the AutoAssignAssignee.
- INSTANCE - Static variable in class gw.api.database.optimizer.oracle.DisableBtreeToBitmapConversion
-
Deprecated.
- INSTANCE - Static variable in class gw.api.database.optimizer.oracle.DisableHashJoin
-
Deprecated.
- INSTANCE - Static variable in class gw.api.database.optimizer.oracle.DisableIndexFastFullScan
-
Deprecated.
- INSTANCE - Static variable in class gw.api.database.optimizer.oracle.DisableIndexJoin
-
Deprecated.
- INSTANCE - Static variable in class gw.api.database.optimizer.oracle.DisableIndexSkipScan
-
Deprecated.
- INSTANCE - Static variable in class gw.api.database.optimizer.oracle.DisableSortMergeJoin
-
Deprecated.
- INSTANCE - Static variable in class gw.api.databuilder.NullBuilderContext
-
- instance() - Static method in class gw.config.Registry
-
Get the singleton instance.
- instance() - Static method in class gw.fs.FileFactory
-
- instance(IExecutionEnvironment) - Static method in class gw.lang.init.GosuInitialization
-
- instance() - Static method in class gw.lang.parser.coercers.BigDecimalCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.BigIntegerCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.BlockCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.BooleanCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.BooleanHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.BooleanPHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.ByteCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.ByteHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.BytePHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.CharCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.CharHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.CharPHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.DateCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.DoubleCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.DoubleHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.DoublePHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.FloatCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.FloatHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.FloatPHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.FunctionFromInterfaceCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.FunctionToInterfaceCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.GosuArrayToJavaArrayCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.IdentityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.IMonitorLockCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.IntCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.IntHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.IntPHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.LongCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.LongHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.LongPHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.MetaTypeToClassCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.NonWarningStringCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.PrimitiveCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.RegExpMatchToBooleanCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.RuntimeCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.ShortCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.ShortHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.ShortPHighPriorityCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.StringBufferCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.StringBuilderCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.StringCoercer
-
- instance() - Static method in class gw.lang.parser.coercers.TypeVariableCoercer
-
- instance() - Static method in class gw.lang.reflect.FragmentCache
-
- instance() - Static method in class gw.pl.util.GWProperties
-
- INSTANCE - Static variable in class gw.plugin.util.BeanInfoCache
-
- INSTANCE - Static variable in class gw.plugin.util.EnumerationCache
-
- INSTANCE - Static variable in class gw.xml.parser2.BasicXMLNodeFactory
-
- INSTANCE - Static variable in class gw.xml.parser2.PLXMLNode.LocalMDBuilder
-
- InstanceOfPredicate - Class in gw.xml.parser2.iteration
-
Class description...
- InstanceOfPredicate(Class<? extends IXMLNode>) - Constructor for class gw.xml.parser2.iteration.InstanceOfPredicate
-
- InstantaneousContactAutoSync - Static variable in class gw.api.system.PLConfigParameters
-
Whether or not to process contact auto sync at the time of receiving the notification *
- instantiateSubFlow(Workflow) - Method in interface gw.pl.workflow.entity.Workflow
-
Create but do not start a subflow of the specified version.
- inState(State) - Method in class gw.api.databuilder.AttributeUserBuilder
-
- InstrumentedMessage - Interface in gw.pl.messaging.entity
-
InstrumentedMessage
Completed messages.
- InstrumentedWorkerInfoPurgeDaysOld - Static variable in class gw.api.system.PLConfigParameters
-
The number of days to keep instrumentation information for a distributed worker instance before they can be deleted*
- InstrumentedWorkerTask - Interface in gw.pl.workqueue.entity
-
InstrumentedWorkerTask
Instrumentation information for a run of a distributed worker instance.
- InstrumentedWorkExecutor - Interface in gw.pl.workqueue.entity
-
InstrumentedWorkExecutor
Instrumentation information for a work queue executor instance.
- INT - Static variable in class gw.lang.reflect.java.asm.AsmClass
-
- INT - Static variable in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- IntCoercer - Class in gw.lang.parser.coercers
-
- IntCoercer() - Constructor for class gw.lang.parser.coercers.IntCoercer
-
- INTEGER() - Static method in class gw.lang.reflect.java.JavaTypes
-
- INTEGER_INTERVAL() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IntegerConstraintsHandler - Class in gw.datatype.impl
-
Class description...
- IntegerConstraintsHandler(Range<Integer>) - Constructor for class gw.datatype.impl.IntegerConstraintsHandler
-
- IntegerConstraintsHandlerBase - Class in gw.datatype.impl
-
Interface description...
- IntegerConstraintsHandlerBase() - Constructor for class gw.datatype.impl.IntegerConstraintsHandlerBase
-
- IntegerInterval - Class in gw.lang.reflect.interval
-
- IntegerInterval(Integer, Integer) - Constructor for class gw.lang.reflect.interval.IntegerInterval
-
- IntegerInterval(Integer, Integer, int) - Constructor for class gw.lang.reflect.interval.IntegerInterval
-
- IntegerInterval(Integer, Integer, int, boolean, boolean, boolean) - Constructor for class gw.lang.reflect.interval.IntegerInterval
-
- IntegerInterval.ForwardIterator - Class in gw.lang.reflect.interval
-
- IntegerInterval.ForwardIterator() - Constructor for class gw.lang.reflect.interval.IntegerInterval.ForwardIterator
-
- IntegerParameterKey - Class in gw.api.system
-
Integer configuration parameter.
- IntegerParameterKey(Map<String, ParameterKey>, String, boolean) - Constructor for class gw.api.system.IntegerParameterKey
-
Creates required integer parameter key without default value.
- IntegerParameterKey(Map<String, ParameterKey>, String, boolean, Integer) - Constructor for class gw.api.system.IntegerParameterKey
-
Creates required integer parameter key without default value.
- IntegerParameterKey(Map<String, ParameterKey>, String, boolean, Integer, Integer, Integer) - Constructor for class gw.api.system.IntegerParameterKey
-
Creates required integer parameter key with a default value and min & max constraints.
- IntegerParameterKey(Map<String, ParameterKey>, String, boolean, Integer, Integer, Integer, boolean) - Constructor for class gw.api.system.IntegerParameterKey
-
Creates integer parameter key with a default value and min & max constraints.
- IntegerTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- IntegerTypeWrapper(boolean) - Constructor for class gw.xml.xsd.typewrapper.IntegerTypeWrapper
-
- INTEGRATION - Static variable in class gw.pl.logging.LoggerCategory
-
- INTEGRATION_CUSTOM - Static variable in class gw.pl.logging.LoggerCategory
-
- INTEGRATION_FILE - Static variable in class gw.pl.logging.LoggerCategory
-
- INTEGRATION_JMS - Static variable in class gw.pl.logging.LoggerCategory
-
- INTEGRATION_MSGREPLY - Static variable in class gw.pl.logging.LoggerCategory
-
- INTEGRATION_WORKAGENT - Static variable in class gw.pl.logging.LoggerCategory
-
- IntegrationTest - Annotation Type in gw.testharness
-
This annotation added so that when we get integration test support in TH for CC->AB (and hypothetically others)
we can easily find tests which were intended for it.
- integrityCheck(boolean) - Static method in class gw.testharness.StagingTablesUtil
-
Deprecated.
Use runIntegrityChecksOnStagingTables() instead
- integrityCheckLoadAndExpectErrors(Boolean, int) - Static method in class gw.testharness.StagingTablesUtil
-
Deprecated.
Use runIntegrityChecksOnStagingTablesAndLoadExpectingErrors() instead
- integrityCheckStagingTableContents(Boolean, Boolean, Boolean) - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to check the integrity of the contents of the staging
tables, inserting details about any failures into the load error tables.
- integrityCheckStagingTableContents(Boolean, Boolean, Boolean) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- integrityCheckStagingTableContentsAndLoadSourceTables(Boolean, Boolean, Boolean, Boolean) - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to check the integrity of the contents of the staging
tables, inserting details about any failures into the error tables.
- integrityCheckStagingTableContentsAndLoadSourceTables(Boolean, Boolean, Boolean, Boolean) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- integrityCheckStagingTableContentsAndLoadSourceTables(Boolean, Boolean, Boolean, Boolean, LoadCommandType) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- integrityCheckStagingTableContentsAndLoadSourceTablesAsBatchProcess(Boolean, Boolean, Boolean, Boolean) - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to check the integrity of the contents of the staging
tables, inserting details about any failures into the load error tables.
- integrityCheckStagingTableContentsAndLoadSourceTablesAsBatchProcess(Boolean, Boolean, Boolean, Boolean) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- integrityCheckStagingTableContentsAndLoadSourceTablesAsBatchProcess(Boolean, Boolean, Boolean, Boolean, LoadCommandType) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- integrityCheckStagingTableContentsAsBatchProcess(Boolean, Boolean, Boolean) - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to check the integrity of the contents of the staging
tables, inserting details about any failures into the load error tables.
- integrityCheckStagingTableContentsAsBatchProcess(Boolean, Boolean, Boolean) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- integrityCheckZoneStagingTableContentsAndLoadZoneSourceTables(Boolean, Boolean, Boolean) - Method in interface gw.api.webservice.tableImport.ITableImportAPI
-
Instructs the server to check the integrity of the contents of the Zone staging
tables, inserting details about any failures into the error tables.
- integrityCheckZoneStagingTableContentsAndLoadZoneSourceTables(Boolean, Boolean, Boolean) - Method in class gw.api.webservice.tableImport.TableImportImpl
-
- intern(String) - Static method in class gw.pl.util.StringUtil
-
Make a copy of String before interning to make sure the interned string doesn't have an
overly-large char buffer.
- INTERNAL - Static variable in class gw.lang.reflect.Modifier
-
The int value representing the internal modifier.
- INTERNAL_API() - Static method in class gw.lang.reflect.java.JavaTypes
-
- InternalAPI - Annotation Type in gw.lang
-
Deprecated.
This annotation is a temporary indicator of members on public types that are for internal use only.
Such members should be moved off the public type as soon as possible. See
https://confluence.guidewire.com/display/MOD/Removal+of+@InternalAPI+members+from+public+APIs for more details.
- internalGetTestEnvironment() - Method in class gw.testharness.TestBase
-
- InternalRuleSetCaller - Class in gw.rules
-
Deprecated.
Empty class that will be removed in a future release.
- InternalRuleSetCaller() - Constructor for class gw.rules.InternalRuleSetCaller
-
Deprecated.
- internalSend(String, String, Message, String) - Method in class gw.api.email.AbstractEmailMessageTransport
-
- InternalTools - Class in gw.api.tools
-
Generic utility functions for supporting internal tools
- InternalTools() - Constructor for class gw.api.tools.InternalTools
-
- InternalToolsStatus - Class in gw.api.tools
-
User: cdonahue
Date: Feb 16, 2006
Time: 3:26:06 PM
- InternalToolsStatus() - Constructor for class gw.api.tools.InternalToolsStatus
-
- InternalToolsUtil - Class in gw.api.tools
-
Provides methods useful from InternalTools pages
- InternalToolsUtil() - Constructor for class gw.api.tools.InternalToolsUtil
-
- intersect(IQuery<T>) - Method in class gw.api.database.GroupingQuery
-
Intersects this query with the query passed in.
- intersect(IQuery<T>) - Method in interface gw.api.database.IQuery
-
Intersects this query with the query passed in.
- intersect(IQuery<T>) - Method in class gw.api.database.Query
-
Intersects this query with the query passed in.
- intersect(Range<T>) - Method in class gw.api.util.Range
-
Creates a new range that is the intersection of this range with another range.
- intersection(Set<T>, Set<T>) - Static method in class gw.pl.util.CollectionUtil
-
A generics enabled version of intersection operation on Set.
- intersects(Rectangle) - Method in class gw.pl.util.Rectangle
-
- IntHighPriorityCoercer - Class in gw.lang.parser.coercers
-
- IntHighPriorityCoercer() - Constructor for class gw.lang.parser.coercers.IntHighPriorityCoercer
-
- IntPCoercer - Static variable in class gw.lang.parser.coercers.BasePrimitiveCoercer
-
- IntPHighPriorityCoercer - Class in gw.lang.parser.coercers
-
- IntPHighPriorityCoercer() - Constructor for class gw.lang.parser.coercers.IntPHighPriorityCoercer
-
- intToStringWithPadding(long, int) - Static method in class gw.api.datagen.DatagenUtil
-
Converts something of the form 1234 (that requires 10 digits) to 0000001234
- intValue(Integer) - Method in class gw.api.assignment.AssignmentType
-
Subclasser utility; returns value of integer or zero if it is null
- INullExpression - Interface in gw.lang.parser.expressions
-
- INumberConstraintsHandler - Interface in gw.datatype.handler
-
Subclass of constraints handler for numeric values.
- INumericLiteralExpression - Interface in gw.lang.parser.expressions
-
- INVALID_INFO - Static variable in class gw.plugin.security.AuthenticationSource.Failure
-
User provided user name or password but they're not valid
- INVALID_PORTABLE_FILENAME_CHARS - Static variable in class gw.pl.util.FileUtil
-
- InvalidAttributeValueException - Exception in gw.plugin.management
-
An InvalidAttributeValueException is thrown when trying to set the value of attribute to something
invalid (such as trying to set an integer attribute to a string value).
- InvalidAttributeValueException() - Constructor for exception gw.plugin.management.InvalidAttributeValueException
-
An InvalidAttributeValueException is thrown when trying to set the value of attribute to something
invalid (such as trying to set an integer attribute to a string value).
- InvalidAttributeValueException(String) - Constructor for exception gw.plugin.management.InvalidAttributeValueException
-
An InvalidAttributeValueException is thrown when trying to set the value of attribute to something
invalid (such as trying to set an integer attribute to a string value).
- InvalidAttributeValueException(Throwable) - Constructor for exception gw.plugin.management.InvalidAttributeValueException
-
An InvalidAttributeValueException is thrown when trying to set the value of attribute to something
invalid (such as trying to set an integer attribute to a string value).
- InvalidAttributeValueException(String, Throwable) - Constructor for exception gw.plugin.management.InvalidAttributeValueException
-
An InvalidAttributeValueException is thrown when trying to set the value of attribute to something
invalid (such as trying to set an integer attribute to a string value).
- InvalidAuthenticationSourceData - Exception in gw.plugin.security
-
Thrown when an invalid authentication source type is passed to an authentication service.
- InvalidAuthenticationSourceData() - Constructor for exception gw.plugin.security.InvalidAuthenticationSourceData
-
Invalid authentication source type exception
- InvalidAuthenticationSourceData(String) - Constructor for exception gw.plugin.security.InvalidAuthenticationSourceData
-
Invalid authentication source type exception
- InvalidAuthenticationSourceData(String, Throwable) - Constructor for exception gw.plugin.security.InvalidAuthenticationSourceData
-
Invalid authentication source type exception
- InvalidAuthenticationSourceData(Throwable) - Constructor for exception gw.plugin.security.InvalidAuthenticationSourceData
-
Invalid authentication source type exception
- InvalidSessionException - Static variable in exception gw.api.webservice.exception.PermissionException
-
- InvalidSessionException(String) - Static method in exception gw.api.webservice.exception.PermissionException
-
- InvalidTableGroupException - Exception in gw.pl.exception
-
One of the tables in a table group is invalid.
- InvalidTableGroupException(String) - Constructor for exception gw.pl.exception.InvalidTableGroupException
-
- InvalidTableGroupException(String, Throwable) - Constructor for exception gw.pl.exception.InvalidTableGroupException
-
- Invocation - Annotation Type in gw.pl.external
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- InvocationCounter - Class in gw.util.perf
-
- InvocationCounter(boolean) - Constructor for class gw.util.perf.InvocationCounter
-
- InvocationType - Enum in gw.pl.external
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- invoke(Object, Method, Object[]) - Method in class gw.lang.annotation.Annotations.Builder.AnnotationInvocationHandler
-
- invoke() - Method in interface gw.lang.function.IFunction0
-
- invoke(Object) - Method in interface gw.lang.function.IFunction1
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction10
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction11
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction12
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction13
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction14
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction15
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction16
-
- invoke(Object, Object) - Method in interface gw.lang.function.IFunction2
-
- invoke(Object, Object, Object) - Method in interface gw.lang.function.IFunction3
-
- invoke(Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction4
-
- invoke(Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction5
-
- invoke(Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction6
-
- invoke(Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction7
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction8
-
- invoke(Object, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface gw.lang.function.IFunction9
-
- invoke(String, Object[]) - Method in class gw.lang.parser.ExternalSymbolMapBase
-
- invoke(Object[]) - Method in interface gw.lang.parser.IFunctionSymbol
-
Invokes the method represented by this symbol.
- invoke(Object[]) - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- invoke(String, Object...) - Method in class gw.lang.reflect.Expando
-
- invoke(String, Object[]) - Method in interface gw.lang.reflect.gs.IExternalSymbolMap
-
Invokes the named external function with the given arguments.
- invoke(String, Object...) - Method in interface gw.lang.reflect.IExpando
-
- invoke(Object, Object[]) - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- invoke(MessageContext) - Method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Invokes the specified MessageContext.
- invoke(XmlElement, WsiInvocationContext) - Method in class gw.xml.ws.DefaultWsiInvocationHandler
-
- INVOKE_METHOD_NAME - Static variable in interface gw.lang.parser.IBlockClass
-
- INVOKE_WITH_ARGS_METHOD_NAME - Static variable in interface gw.lang.parser.IBlockClass
-
- invokeMarketExchangeRateSetPlugin() - Static method in class gw.api.util.CurrencyUtil
-
Creates and commits a new ExchangeRateSet using IExchangeRateSetPlugin.
- invokeMethod(Object, String, Object...) - Static method in class gw.lang.reflect.ReflectUtil
-
- invokeMethod(Object, Class<?>, String, Class<?>[], Object[]) - Method in class gw.pl.external.Invoker
-
Deprecated.
Invoke a method for a proxied external type.
- InvokeMethodRequest - Class in gw.testharness.clustering
-
- InvokeMethodRequest(String, String, Serializable[]) - Constructor for class gw.testharness.clustering.InvokeMethodRequest
-
- Invoker - Class in gw.pl.external
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- Invoker() - Constructor for class gw.pl.external.Invoker
-
Deprecated.
- invokeStaticMethod(String, String, Object...) - Static method in class gw.lang.reflect.ReflectUtil
-
- invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Method in class gw.pl.external.Invoker
-
Deprecated.
Invoke a static method for a proxied external type.
- invokeTrigger(String, WorkflowTriggerKey) - Method in class gw.api.webservice.workflow.WorkflowAPIImpl
-
Invokes the triggerKey on the current step of the specified workflow causing
the workflow to advance to the next step.
- invokeTrigger(WorkflowTriggerKey) - Method in interface gw.pl.workflow.entity.Workflow
-
Tries to invoke a "manual trigger" in the Workflow, meaning an action initiated from outside
the Workflow itself.
- invokeTrigger(WorkflowTriggerKey, boolean) - Method in interface gw.pl.workflow.entity.Workflow
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function0
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function1
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function10
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function11
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function12
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function13
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function14
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function15
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function16
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function2
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function3
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function4
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function5
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function6
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function7
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function8
-
- invokeWithArgs(Object[]) - Method in class gw.lang.function.Function9
-
- invokeWithArgs(Object...) - Method in interface gw.lang.function.IBlock
-
- IObjectInitializerExpression - Interface in gw.lang.parser.expressions
-
- IObjectLiteralExpression - Interface in gw.lang.parser.expressions
-
- IObjectSizeFilter - Interface in gw.util.perf.objectsize
-
- IOExceptionWithCause - Exception in gw.pl.util
-
Adds the curiously missing cause to IOException
- IOExceptionWithCause() - Constructor for exception gw.pl.util.IOExceptionWithCause
-
- IOExceptionWithCause(Throwable) - Constructor for exception gw.pl.util.IOExceptionWithCause
-
- IOExceptionWithCause(String) - Constructor for exception gw.pl.util.IOExceptionWithCause
-
- IOExceptionWithCause(String, Throwable) - Constructor for exception gw.pl.util.IOExceptionWithCause
-
- IOneToOnePropertyInfo - Interface in gw.entity
-
Marker interface for one-to-one foreign keys defined in the datamodel.
- IOptionalParamCapable - Interface in gw.lang.reflect
-
- IOrderedList<T> - Interface in gw.util
-
- IOUtil - Class in gw.pl.io
-
- IOverridableOperation - Interface in gw.lang.parser.expressions
-
- IPairedMoney - Interface in gw.api.financials
-
Represents a monetary value that has an associated monetary value.
- IParameterDeclaration - Interface in gw.lang.parser.expressions
-
- IParameterInfo - Interface in gw.lang.reflect
-
- IParameterListClause - Interface in gw.lang.parser.expressions
-
- IParamNode - Interface in gw.lang.javadoc
-
- IParenthesizedExpression - Interface in gw.lang.parser.expressions
-
- IParsedElement - Interface in gw.lang.parser
-
- IParsedElementWithAtLeastOneDeclaration - Interface in gw.lang.parser
-
- IParseIssue - Interface in gw.lang.parser
-
- IParseResult - Interface in gw.lang.parser
-
- IParserPart - Interface in gw.lang.parser
-
- IParserState - Interface in gw.lang.parser
-
- IParseTree - Interface in gw.lang.parser
-
- IParseTree.Search - Class in gw.lang.parser
-
- IParseTree.Search() - Constructor for class gw.lang.parser.IParseTree.Search
-
- IPathValue - Interface in gw.api.webservice
-
Interface description...
- IPDFMergeHandler - Interface in gw.plugin.document
-
Interface implemented by classes which implement code to perform merges on PDF templates on the server.
- IPersistentDataType - Interface in gw.datatype
-
Represents the persistence aspects of this datatype.
- IPhoneNormalizerPlugin - Interface in gw.plugin.phone
-
Plugin for normalizing phone numbers.
- IPhysicalFileSystem - Interface in gw.fs.physical
-
- IPlaceholder - Interface in gw.lang.reflect
-
- IPlatformHelper - Interface in gw.config
-
- IPlugin - Interface in gw.plugin
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- IPresentableDataType - Interface in gw.datatype
-
Represents the presentation aspects of a datatype.
- IPresentationHandler - Interface in gw.api.validation
-
Interface description...
- IPresentationInfo - Interface in gw.lang.reflect
-
- IPresentationInfo.Default - Class in gw.lang.reflect
-
- IPreUpdateHandler - Interface in gw.plugin.preupdate
-
If this plugin is implemented and enabled, the given implementation will be delegated to to handle
pre-update rules, prior to the default validation-graph based approach.
- IPrimaryKeyPersistenceHandler - Interface in gw.datatype.handler
-
Marker interface for primary key datatypes.
- IProcessesPlugin - Interface in gw.plugin.processing
-
If this plugin is implemented and the given implementation will be delegated to
either create a new batch process a system level batch process.
- IProgram - Interface in gw.lang.parser.expressions
-
- IPROGRAM_INSTANCE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IProgramClassFunctionSymbol - Interface in gw.lang.parser
-
- IProgramInstance - Interface in gw.lang.reflect.gs
-
- IProject - Interface in gw.lang.reflect.module
-
- IPropertiesType - Interface in gw.lang.reflect.gs
-
- IPropertyAccessIdentifier - Interface in gw.lang.parser.expressions
-
- IPropertyAccessor - Interface in gw.lang.reflect
-
- IPropertyAsMethodCallIdentifier - Interface in gw.lang.parser.expressions
-
- IPropertyInfo - Interface in gw.lang.reflect
-
- IPropertyInfoDelegate - Interface in gw.lang.reflect
-
- IPropertyInfoFactory - Interface in gw.lang.reflect
-
- IPropertyReference<R,T> - Interface in gw.lang.reflect.features
-
- IPropertyStatement - Interface in gw.lang.parser.statements
-
- IProtocolAdapter - Interface in gw.lang.reflect.module
-
- IProvidesContextClass - Interface in gw.lang.parser
-
- IProvidesCustomErrorInfo - Interface in gw.lang.reflect
-
- IProvidesCustomErrorInfo.CustomErrorInfo - Class in gw.lang.reflect
-
- IProvidesCustomErrorInfo.CustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel, String, int, int) - Constructor for class gw.lang.reflect.IProvidesCustomErrorInfo.CustomErrorInfo
-
- IProvidesCustomErrorInfo.ErrorLevel - Enum in gw.lang.reflect
-
- IQuery<T extends Bean> - Interface in gw.api.database
-
Used to create a new query to the database.
- IQUERY_RESULT_SET() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IQueryablePropertyInfo - Interface in gw.entity
-
- IQueryBeanResult<T extends Bean> - Interface in gw.api.database
-
A IQueryBeanResult represents a result from a database query.
- IQueryBuilder<T extends Bean> - Interface in gw.api.database
-
Interface description...
- IQueryColumn - Interface in gw.entity
-
Interface description...
- IQueryExpression - Interface in gw.lang.parser.expressions
-
- IQueryExpressionEvaluator - Interface in gw.lang.parser.expressions
-
- IQueryPartAssembler - Interface in gw.lang.parser.expressions
-
- IQueryPathExpression - Interface in gw.lang.parser.expressions
-
- IQueryPathExpression.Util - Class in gw.lang.parser.expressions
-
- IQueryPathExpression.Util() - Constructor for class gw.lang.parser.expressions.IQueryPathExpression.Util
-
- IQueryResult<QT extends Bean,RT> - Interface in gw.api.database
-
A QueryProcessor represents a result from a database query.
- IQueryResultSet<T> - Interface in gw.lang.reflect
-
- IQuerySelectColumn - Interface in gw.api.database
-
- IRAbstractLoopStatement - Class in gw.lang.ir
-
- IRAbstractLoopStatement() - Constructor for class gw.lang.ir.IRAbstractLoopStatement
-
- IRAnnotation - Class in gw.lang.ir
-
- IRAnnotation(IRType, boolean, IAnnotationInfo) - Constructor for class gw.lang.ir.IRAnnotation
-
- IRArgConverter - Class in gw.lang.ir.builder
-
- IRArgConverter() - Constructor for class gw.lang.ir.builder.IRArgConverter
-
- IRArithmeticExpression - Class in gw.lang.ir.expression
-
- IRArithmeticExpression(IRType, IRExpression, IRExpression, IRArithmeticExpression.Operation) - Constructor for class gw.lang.ir.expression.IRArithmeticExpression
-
- IRArithmeticExpression.Operation - Enum in gw.lang.ir.expression
-
The operation being performed.
- IRArrayLengthExpression - Class in gw.lang.ir.expression
-
- IRArrayLengthExpression(IRExpression) - Constructor for class gw.lang.ir.expression.IRArrayLengthExpression
-
- IRArrayLoadExpression - Class in gw.lang.ir.expression
-
- IRArrayLoadExpression(IRExpression, IRExpression, IRType) - Constructor for class gw.lang.ir.expression.IRArrayLoadExpression
-
- IRArrayStoreStatement - Class in gw.lang.ir.statement
-
- IRArrayStoreStatement(IRExpression, IRExpression, IRExpression, IRType) - Constructor for class gw.lang.ir.statement.IRArrayStoreStatement
-
- IRArrayStoreStatementBuilder - Class in gw.lang.ir.builder.statement
-
- IRArrayStoreStatementBuilder(IRExpressionBuilder, IRExpressionBuilder, IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.statement.IRArrayStoreStatementBuilder
-
- IRAssignmentStatement - Class in gw.lang.ir.statement
-
- IRAssignmentStatement(IRSymbol, IRExpression) - Constructor for class gw.lang.ir.statement.IRAssignmentStatement
-
- IRAssignmentStatementBuilder - Class in gw.lang.ir.builder.statement
-
- IRAssignmentStatementBuilder(IRSymbolBuilder, IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.statement.IRAssignmentStatementBuilder
-
- IRBooleanLiteral - Class in gw.lang.ir.expression
-
- IRBooleanLiteral(boolean) - Constructor for class gw.lang.ir.expression.IRBooleanLiteral
-
- IRBreakStatement - Class in gw.lang.ir.statement
-
- IRBreakStatement() - Constructor for class gw.lang.ir.statement.IRBreakStatement
-
- IRBuilder - Class in gw.lang.ir.builder
-
- IRBuilder() - Constructor for class gw.lang.ir.builder.IRBuilder
-
- IRBuilderContext - Class in gw.lang.ir.builder
-
- IRBuilderContext(IRMethodBuilder) - Constructor for class gw.lang.ir.builder.IRBuilderContext
-
- IRBuilderMethods - Class in gw.lang.ir.builder
-
- IRBuilderMethods() - Constructor for class gw.lang.ir.builder.IRBuilderMethods
-
- IRCaseClause - Class in gw.lang.ir.statement
-
- IRCaseClause(IRExpression, List<IRStatement>) - Constructor for class gw.lang.ir.statement.IRCaseClause
-
- IRCastExpression - Class in gw.lang.ir.expression
-
- IRCastExpression(IRExpression, IRType) - Constructor for class gw.lang.ir.expression.IRCastExpression
-
- IRCastExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRCastExpressionBuilder(IRExpressionBuilder, IRType) - Constructor for class gw.lang.ir.builder.expression.IRCastExpressionBuilder
-
- IRCatchClause - Class in gw.lang.ir.statement
-
- IRCatchClause(IRSymbol, IRStatement) - Constructor for class gw.lang.ir.statement.IRCatchClause
-
- IRCharacterLiteral - Class in gw.lang.ir.expression
-
- IRCharacterLiteral(char) - Constructor for class gw.lang.ir.expression.IRCharacterLiteral
-
- IRClass - Class in gw.lang.ir
-
- IRClass() - Constructor for class gw.lang.ir.IRClass
-
- IRClass.InnerClassInfo - Class in gw.lang.ir
-
- IRClass.InnerClassInfo(IRType, IRType, int) - Constructor for class gw.lang.ir.IRClass.InnerClassInfo
-
- IRClassBuilder - Class in gw.lang.ir.builder
-
- IRClassBuilder(String, Class) - Constructor for class gw.lang.ir.builder.IRClassBuilder
-
- IRClassCompiler - Interface in gw.lang.ir
-
- IRClassLiteral - Class in gw.lang.ir.expression
-
- IRClassLiteral(IRType) - Constructor for class gw.lang.ir.expression.IRClassLiteral
-
- IRClassLiteralBuilder - Class in gw.lang.ir.builder.expression
-
- IRClassLiteralBuilder(IRType) - Constructor for class gw.lang.ir.builder.expression.IRClassLiteralBuilder
-
- IRCompositeExpression - Class in gw.lang.ir.expression
-
- IRCompositeExpression(IRElement...) - Constructor for class gw.lang.ir.expression.IRCompositeExpression
-
- IRCompositeExpression(List<IRElement>) - Constructor for class gw.lang.ir.expression.IRCompositeExpression
-
- IRCompositeExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRCompositeExpressionBuilder(List<IRStatementBuilder>, IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.expression.IRCompositeExpressionBuilder
-
- IRConditionalAndExpression - Class in gw.lang.ir.expression
-
- IRConditionalAndExpression(IRExpression, IRExpression) - Constructor for class gw.lang.ir.expression.IRConditionalAndExpression
-
- IRConditionalOrExpression - Class in gw.lang.ir.expression
-
- IRConditionalOrExpression(IRExpression, IRExpression) - Constructor for class gw.lang.ir.expression.IRConditionalOrExpression
-
- IRContinueStatement - Class in gw.lang.ir.statement
-
- IRContinueStatement() - Constructor for class gw.lang.ir.statement.IRContinueStatement
-
- IRDoWhileStatement - Class in gw.lang.ir.statement
-
- IRDoWhileStatement() - Constructor for class gw.lang.ir.statement.IRDoWhileStatement
-
- IReadOnlyXMLNode<N extends IReadOnlyXMLNode<N>> - Interface in gw.xml
-
Provides a read-only view of XMLNodes.
- IReducedDynamicFunctionSymbol - Interface in gw.lang.parser
-
- IReducedDynamicPropertySymbol - Interface in gw.lang.parser
-
- IReducedSymbol - Interface in gw.lang.parser
-
- IReentrant - Interface in gw.lang
-
- IRelationalExpression - Interface in gw.lang.parser.expressions
-
- IRelativeTypeInfo - Interface in gw.lang.reflect
-
- IRelativeTypeInfo.Accessibility - Enum in gw.lang.reflect
-
- IRElement - Class in gw.lang.ir
-
- IRElement() - Constructor for class gw.lang.ir.IRElement
-
- IRElementBuilder - Class in gw.lang.ir.builder
-
- IRElementBuilder() - Constructor for class gw.lang.ir.builder.IRElementBuilder
-
- IREqualityExpression - Class in gw.lang.ir.expression
-
- IREqualityExpression(IRExpression, IRExpression, boolean) - Constructor for class gw.lang.ir.expression.IREqualityExpression
-
- IREqualityExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IREqualityExpressionBuilder(IRExpressionBuilder, IRExpressionBuilder, boolean) - Constructor for class gw.lang.ir.builder.expression.IREqualityExpressionBuilder
-
- IResolvingCoercer - Interface in gw.lang.parser
-
- IResource - Interface in gw.fs
-
- IResourceVerifier - Interface in gw.lang.reflect
-
Typeloaders that implement this interface can perform additional resource verification that can be triggered
by verification tools.
- IReturnStatement - Interface in gw.lang.parser.statements
-
- IREvalStatement - Class in gw.lang.ir.statement
-
- IREvalStatement(IRExpression) - Constructor for class gw.lang.ir.statement.IREvalStatement
-
- IRExpression - Class in gw.lang.ir
-
- IRExpression() - Constructor for class gw.lang.ir.IRExpression
-
- IRExpressionBuilder - Class in gw.lang.ir.builder
-
- IRExpressionBuilder() - Constructor for class gw.lang.ir.builder.IRExpressionBuilder
-
- IRFeatureBuilder<T extends IRFeatureBuilder> - Class in gw.lang.ir.builder
-
- IRFeatureBuilder() - Constructor for class gw.lang.ir.builder.IRFeatureBuilder
-
- IRFieldBuilder - Class in gw.lang.ir.builder
-
- IRFieldBuilder(IRClassBuilder) - Constructor for class gw.lang.ir.builder.IRFieldBuilder
-
- IRFieldDecl - Class in gw.lang.ir.statement
-
- IRFieldDecl(int, String, IRType, Object) - Constructor for class gw.lang.ir.statement.IRFieldDecl
-
- IRFieldGetExpression - Class in gw.lang.ir.expression
-
- IRFieldGetExpression(IRExpression, String, IRType, IRType) - Constructor for class gw.lang.ir.expression.IRFieldGetExpression
-
- IRFieldGetExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRFieldGetExpressionBuilder(IRExpressionBuilder, String) - Constructor for class gw.lang.ir.builder.expression.IRFieldGetExpressionBuilder
-
- IRFieldSetStatement - Class in gw.lang.ir.statement
-
- IRFieldSetStatement(IRExpression, IRExpression, String, IRType, IRType) - Constructor for class gw.lang.ir.statement.IRFieldSetStatement
-
- IRFieldSetStatementBuilder - Class in gw.lang.ir.builder.statement
-
- IRFieldSetStatementBuilder(IRExpressionBuilder, String, IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.statement.IRFieldSetStatementBuilder
-
- IRForEachStatement - Class in gw.lang.ir.statement
-
- IRForEachStatement() - Constructor for class gw.lang.ir.statement.IRForEachStatement
-
- IRGosuAnnotation - Class in gw.lang.ir
-
- IRGosuAnnotation(IRType, boolean, IGosuAnnotation) - Constructor for class gw.lang.ir.IRGosuAnnotation
-
- IRIdentifier - Class in gw.lang.ir.expression
-
- IRIdentifier(IRSymbol) - Constructor for class gw.lang.ir.expression.IRIdentifier
-
- IRIdentifierExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRIdentifierExpressionBuilder(IRSymbolBuilder) - Constructor for class gw.lang.ir.builder.expression.IRIdentifierExpressionBuilder
-
- IRIfStatement - Class in gw.lang.ir.statement
-
- IRIfStatement(IRExpression, IRStatement, IRStatement) - Constructor for class gw.lang.ir.statement.IRIfStatement
-
- IRIfStatementBuilder - Class in gw.lang.ir.builder.statement
-
- IRIfStatementBuilder(IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.statement.IRIfStatementBuilder
-
- IRImplicitReturnStatement - Class in gw.lang.ir.statement
-
- IRImplicitReturnStatement() - Constructor for class gw.lang.ir.statement.IRImplicitReturnStatement
-
- IRImplicitReturnStatement(IRStatement, IRExpression) - Constructor for class gw.lang.ir.statement.IRImplicitReturnStatement
-
- IRInstanceOfExpression - Class in gw.lang.ir.expression
-
- IRInstanceOfExpression(IRExpression, IRType) - Constructor for class gw.lang.ir.expression.IRInstanceOfExpression
-
- IRLoopStatement - Interface in gw.lang.ir.statement
-
- IRMethodBuilder - Class in gw.lang.ir.builder
-
- IRMethodBuilder(IRClassBuilder) - Constructor for class gw.lang.ir.builder.IRMethodBuilder
-
- IRMethodCallExpression - Class in gw.lang.ir.expression
-
- IRMethodCallExpression(String, IRType, boolean, IRType, List<IRType>, IRExpression, List<IRExpression>) - Constructor for class gw.lang.ir.expression.IRMethodCallExpression
-
- IRMethodCallExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRMethodCallExpressionBuilder(IRExpressionBuilder, String, List<IRExpressionBuilder>) - Constructor for class gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder
-
- IRMethodCallExpressionBuilder(IRExpressionBuilder, IJavaClassMethod, List<IRExpressionBuilder>) - Constructor for class gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder
-
- IRMethodCallExpressionBuilder(IRExpressionBuilder, Method, List<IRExpressionBuilder>) - Constructor for class gw.lang.ir.builder.expression.IRMethodCallExpressionBuilder
-
- IRMethodCallStatement - Class in gw.lang.ir.statement
-
- IRMethodCallStatement(IRExpression) - Constructor for class gw.lang.ir.statement.IRMethodCallStatement
-
- IRMethodStatement - Class in gw.lang.ir.statement
-
- IRMethodStatement(IRStatement, String, int, IRType, List<IRSymbol>) - Constructor for class gw.lang.ir.statement.IRMethodStatement
-
- IRMonitorLockAcquireStatement - Class in gw.lang.ir.statement
-
- IRMonitorLockAcquireStatement(IRExpression) - Constructor for class gw.lang.ir.statement.IRMonitorLockAcquireStatement
-
- IRMonitorLockReleaseStatement - Class in gw.lang.ir.statement
-
- IRMonitorLockReleaseStatement(IRExpression) - Constructor for class gw.lang.ir.statement.IRMonitorLockReleaseStatement
-
- IRNegationExpression - Class in gw.lang.ir.expression
-
- IRNegationExpression(IRExpression) - Constructor for class gw.lang.ir.expression.IRNegationExpression
-
- IRNewArrayExpression - Class in gw.lang.ir.expression
-
- IRNewArrayExpression(IRType, IRExpression) - Constructor for class gw.lang.ir.expression.IRNewArrayExpression
-
- IRNewArrayExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRNewArrayExpressionBuilder(IRType, IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.expression.IRNewArrayExpressionBuilder
-
- IRNewExpression - Class in gw.lang.ir.expression
-
- IRNewExpression(IRType, List<IRType>, List<IRExpression>) - Constructor for class gw.lang.ir.expression.IRNewExpression
-
- IRNewExpressionBuilder - Class in gw.lang.ir.builder.expression
-
- IRNewExpressionBuilder(IRType, List<IRExpressionBuilder>) - Constructor for class gw.lang.ir.builder.expression.IRNewExpressionBuilder
-
- IRNewMultiDimensionalArrayExpression - Class in gw.lang.ir.expression
-
- IRNewMultiDimensionalArrayExpression(IRType, List<IRExpression>) - Constructor for class gw.lang.ir.expression.IRNewMultiDimensionalArrayExpression
-
- IRNewStatement - Class in gw.lang.ir.statement
-
- IRNewStatement(IRNewExpression) - Constructor for class gw.lang.ir.statement.IRNewStatement
-
- IRNoOpExpression - Class in gw.lang.ir.expression
-
- IRNoOpExpression() - Constructor for class gw.lang.ir.expression.IRNoOpExpression
-
- IRNoOpStatement - Class in gw.lang.ir.statement
-
- IRNoOpStatement() - Constructor for class gw.lang.ir.statement.IRNoOpStatement
-
- IRNotExpression - Class in gw.lang.ir.expression
-
- IRNotExpression(IRExpression) - Constructor for class gw.lang.ir.expression.IRNotExpression
-
- IRNullLiteral - Class in gw.lang.ir.expression
-
- IRNullLiteral() - Constructor for class gw.lang.ir.expression.IRNullLiteral
-
- IRNullLiteralBuilder - Class in gw.lang.ir.builder.expression
-
- IRNullLiteralBuilder() - Constructor for class gw.lang.ir.builder.expression.IRNullLiteralBuilder
-
- IRNumericLiteral - Class in gw.lang.ir.expression
-
- IRNumericLiteral(Number) - Constructor for class gw.lang.ir.expression.IRNumericLiteral
-
- IRNumericLiteralBuilder - Class in gw.lang.ir.builder.expression
-
- IRNumericLiteralBuilder(Number) - Constructor for class gw.lang.ir.builder.expression.IRNumericLiteralBuilder
-
- IRPrimitiveTypeConversion - Class in gw.lang.ir.expression
-
- IRPrimitiveTypeConversion(IRExpression, IRType, IRType) - Constructor for class gw.lang.ir.expression.IRPrimitiveTypeConversion
-
- IRRelationalExpression - Class in gw.lang.ir.expression
-
- IRRelationalExpression(IRExpression, IRExpression, IRRelationalExpression.Operation) - Constructor for class gw.lang.ir.expression.IRRelationalExpression
-
- IRRelationalExpression.Operation - Enum in gw.lang.ir.expression
-
- IRReturnStatement - Class in gw.lang.ir.statement
-
- IRReturnStatement() - Constructor for class gw.lang.ir.statement.IRReturnStatement
-
- IRReturnStatement(IRStatement, IRExpression) - Constructor for class gw.lang.ir.statement.IRReturnStatement
-
- IRReturnStatementBuilder - Class in gw.lang.ir.builder.statement
-
- IRReturnStatementBuilder() - Constructor for class gw.lang.ir.builder.statement.IRReturnStatementBuilder
-
- IRReturnStatementBuilder(IRExpressionBuilder) - Constructor for class gw.lang.ir.builder.statement.IRReturnStatementBuilder
-
- IRStatement - Class in gw.lang.ir
-
- IRStatement() - Constructor for class gw.lang.ir.IRStatement
-
- IRStatementBuilder - Class in gw.lang.ir.builder
-
- IRStatementBuilder() - Constructor for class gw.lang.ir.builder.IRStatementBuilder
-
- IRStatementList - Class in gw.lang.ir.statement
-
- IRStatementList(boolean, IRStatement...) - Constructor for class gw.lang.ir.statement.IRStatementList
-
- IRStatementList(boolean, List<IRStatement>) - Constructor for class gw.lang.ir.statement.IRStatementList
-
- IRStatementListBuilder - Class in gw.lang.ir.builder.statement
-
- IRStatementListBuilder(List<IRStatementBuilder>) - Constructor for class gw.lang.ir.builder.statement.IRStatementListBuilder
-
- IRStringLiteralBuilder - Class in gw.lang.ir.builder.expression
-
- IRStringLiteralBuilder(String) - Constructor for class gw.lang.ir.builder.expression.IRStringLiteralBuilder
-
- IRStringLiteralExpression - Class in gw.lang.ir.expression
-
- IRStringLiteralExpression(String) - Constructor for class gw.lang.ir.expression.IRStringLiteralExpression
-
- IRSwitchStatement - Class in gw.lang.ir.statement
-
- IRSwitchStatement(IRStatement, List<IRCaseClause>, List<IRStatement>) - Constructor for class gw.lang.ir.statement.IRSwitchStatement
-
- IRSymbol - Class in gw.lang.ir
-
- IRSymbol(String, IRType, boolean) - Constructor for class gw.lang.ir.IRSymbol
-
- IRSymbolBuilder - Class in gw.lang.ir.builder
-
- IRSymbolBuilder() - Constructor for class gw.lang.ir.builder.IRSymbolBuilder
-
- IRSymbolBuilder(String) - Constructor for class gw.lang.ir.builder.IRSymbolBuilder
-
- IRSymbolBuilder(String, IRType) - Constructor for class gw.lang.ir.builder.IRSymbolBuilder
-
- IRSyntheticStatement - Class in gw.lang.ir.statement
-
- IRSyntheticStatement(IRExpression) - Constructor for class gw.lang.ir.statement.IRSyntheticStatement
-
- IRTempSymbolBuilder - Class in gw.lang.ir.builder
-
- IRTempSymbolBuilder(IRType) - Constructor for class gw.lang.ir.builder.IRTempSymbolBuilder
-
- IRTerminalStatement - Interface in gw.lang.ir.statement
-
- IRTernaryExpression - Class in gw.lang.ir.expression
-
- IRTernaryExpression(IRExpression, IRExpression, IRExpression, IRType) - Constructor for class gw.lang.ir.expression.IRTernaryExpression
-
- IRThisSymbolBuilder - Class in gw.lang.ir.builder
-
- IRThisSymbolBuilder() - Constructor for class gw.lang.ir.builder.IRThisSymbolBuilder
-
- IRThrowStatement - Class in gw.lang.ir.statement
-
- IRThrowStatement(IRExpression) - Constructor for class gw.lang.ir.statement.IRThrowStatement
-
- IRTryCatchFinallyStatement - Class in gw.lang.ir.statement
-
- IRTryCatchFinallyStatement(IRStatement, List<IRCatchClause>, IRStatement) - Constructor for class gw.lang.ir.statement.IRTryCatchFinallyStatement
-
- IRType - Interface in gw.lang.ir
-
- IRTypeConstants - Class in gw.lang.ir
-
- IRTypeConstants() - Constructor for class gw.lang.ir.IRTypeConstants
-
- IRTypeResolver - Interface in gw.lang.ir
-
- IRuleTreeExpander - Interface in gw.rules
-
- IRunningRuleInfo - Interface in gw.rules
-
A representation of the currently running rule.
- IRunningRuleSetInfo - Interface in gw.rules
-
A representation of the currently running rule set.
- IRWhileStatement - Class in gw.lang.ir.statement
-
- IRWhileStatement() - Constructor for class gw.lang.ir.statement.IRWhileStatement
-
- IS - Static variable in class gw.lang.reflect.ImplicitPropertyUtil
-
- IS_STARTED - Static variable in class gw.testharness.v3.PLRemoteTestServlet
-
- isAbstract() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isAbstract() - Method in interface gw.lang.parser.IReducedSymbol
-
- isAbstract() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isAbstract() - Method in class gw.lang.reflect.DefaultArrayType
-
- isAbstract() - Method in class gw.lang.reflect.FunctionType
-
- isAbstract() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
- isAbstract() - Method in interface gw.lang.reflect.IType
-
- isAbstract() - Method in class gw.lang.reflect.MethodInfoBase
-
- isAbstract() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isAbstract() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isAbstract() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isAbstract() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isAbstract() - Method in class gw.lang.reflect.TypeBase
-
- isAbstract() - Method in class gw.xml.parser2.LocationRefType
-
- isAbstract() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isAbstract() - Method in class gw.xml.parser2.XMLNodeType
-
- isAccessible(int) - Method in enum gw.lang.reflect.IRelativeTypeInfo.Accessibility
-
- isAccountLocked() - Method in interface gw.pl.community.entity.User
-
Property that indicates whether user's account is locked.
- isAccurate() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- isAcked(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is acknowledged
status == ACKED || status == ERROR || status == RETRYABLE_ERROR
- isAction() - Method in class gw.plugin.management.OperationInfo
-
True if the operation has action side effects.
- isActive() - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Active state of the worker.
- isActive() - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
Active state of the worker.
- isActive() - Method in interface gw.pl.messaging.entity.Message
-
this will test whether the message is active
- isActive(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns true if the message is "active".
- isActive(Object) - Method in class gw.pl.util.webservices.SimplePool
-
- isActiveStatus() - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- isActuallySCM() - Method in interface gw.api.scm.IScmAdapter
-
- isAdd() - Method in class gw.api.diff.DiffItem
-
Whether this diff is a diff add.
- isAdded() - Method in interface gw.api.bean.compare.Diff
-
Whether this diff represents an item being added
- isAdded() - Method in class gw.api.bean.compare.DiffImpl
-
- isAdded() - Method in class gw.api.bean.compare.EntityDiffImpl
-
- isAdded() - Method in class gw.api.bean.compare.PropertyDiffImpl
-
- isAdditive() - Method in interface gw.lang.parser.expressions.IAdditiveExpression
-
- isAddressAutofillAvailable() - Method in class gw.api.address.DefaultAddressAutocompletePlugin
-
Returns true if the address autofill is configured correctly.
- isAddressAutofillAvailable() - Static method in class gw.api.contact.AddressAutocompleteUtil
-
Returns true if the address autofill is configured correctly.
- isAddressAutofillAvailable() - Method in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
Returns true if the address autofill is configured correctly.
- isAlertOnNativeObject() - Method in class gw.pl.util.xml.XMLCodec
-
- isAll() - Method in class gw.api.database.Range
-
- isAllNumbers() - Method in class gw.api.database.NumberRange
-
- isAllowDeprecatedReferences() - Method in class gw.config.Registry
-
- isAllowedXMLCharacter(char) - Static method in class gw.pl.util.StringUtil
-
Check whether a given character is XML-processor-safe.
- isAllowEntityQueires() - Method in class gw.config.Registry
-
- isAllowInvalidURL() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
- isAllTime() - Method in class gw.api.database.DBDateRange
-
- isAllWanted() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Method isAllWanted
- isAlpha(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only unicode letters.
- isAlphanumeric(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only unicode letters or digits.
- isAlphanumericSpace(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only unicode letters, digits
or space (' ').
- isAlphaSpace(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only unicode letters and
space (' ').
- isAM(Date) - Static method in class gw.date.GosuDateUtil
-
Is the time AM?
- isAnalyzeAllTables() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- isAnalyzeAllTables() - Method in class gw.api.tools.DatabaseStorageHelper
-
- isAnalyzeAllTables() - Method in class gw.api.tools.DataDistDVHelper
-
- isAnalyzingDirective() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isAnalyzingDirective() - Method in interface gw.lang.parser.IToken
-
- isAnalyzingDirective() - Method in interface gw.lang.parser.ITokenizerInstructor
-
- isAnalyzingSeparately() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isAnalyzingSeparately() - Method in interface gw.lang.parser.IToken
-
- isAnalyzingSeparately() - Method in interface gw.lang.parser.ITokenizerInstructor
-
- isAncestor(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- isAncestor(Group) - Method in interface gw.pl.community.entity.Group
-
- isAncestor(File, File) - Static method in class gw.pl.util.FileUtil
-
Returns true if ancestor is an ancestor of descendant.
- isAncestorOf(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- isAnnotation() - Method in interface gw.lang.reflect.ICanBeAnnotation
-
- isAnnotation() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isAnnotation() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isAnnotation() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isAnnotationAllowedMultipleTimes(IFeatureInfo, IAnnotationInfo) - Method in interface gw.lang.IGosuShop
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class gw.lang.reflect.java.asm.AsmField
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface gw.lang.reflect.java.IJavaAnnotatedElement
-
Returns true if an annotation for the specified type
is present on this element, else false.
- isAnonymous() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- isAnonymousClass() - Method in interface gw.lang.parser.expressions.INewExpression
-
- isAnythingInitialized() - Static method in class gw.lang.init.GosuInitialization
-
- isAnyType() - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- isApplicable() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- isArchivingAvailable() - Static method in class gw.api.web.tools.ArchiveInfoPage
-
- isArray() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isArray() - Method in interface gw.lang.ir.IRType
-
- isArray() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isArray() - Method in class gw.lang.ir.SyntheticIRType
-
- isArray() - Method in class gw.lang.reflect.DefaultArrayType
-
- isArray() - Method in class gw.lang.reflect.FunctionType
-
- isArray() - Method in interface gw.lang.reflect.IType
-
True if this is an array.
- isArray() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isArray() - Method in class gw.lang.reflect.java.asm.AsmType
-
- isArray() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- isArray() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isArray() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isArray() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isArray() - Method in class gw.lang.reflect.TypeBase
-
- isArray() - Method in class gw.xml.parser2.LocationRefType
-
- isArray() - Method in class gw.xml.parser2.XMLNodeType
-
- isArrayElementAddedOrRemoved(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Check if an element in an array has been added or removed.
- isArrayElementAddedOrRemoved(IArrayPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
Check if an element in an array has been added or removed.
- isArrayElementAddedOrRemoved(String) - Method in interface gw.pl.persistence.core.Bean
-
Check if an element in an array has been added or removed.
- isArrayElementChanged(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
- isArrayElementChanged(IArrayPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
Check if an element in an array has been changed.
- isArrayElementChanged(String) - Method in interface gw.pl.persistence.core.Bean
-
Check if an element in an array has been changed.
- isAscending() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSortColumn
-
Determines whether or not to sort this column in ascending order or descending order.
- isAscending() - Method in class gw.plugin.search.RemotableSortColumn
-
Determines whether or not to sort this column in ascending order or descending order.
- isAscending() - Method in class gw.plugin.solr.SolrSortColumn
-
References direction of sort on this field
- isAscending() - Method in class gw.plugin.util.RemotableSortColumn
-
Determines whether or not to sort this column in ascending order or descending order.
- isAsciiAlphanumeric(char) - Static method in class gw.util.GosuStringUtil
-
Checks whether the character is ASCII 7 bit numeric.
- isAssignable(Class, Class, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to make sure that a class is assignable from another class.
- isAssignableFrom(IRType) - Method in interface gw.lang.ir.IRType
-
- isAssignableFrom(IRType) - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isAssignableFrom(IRType) - Method in class gw.lang.ir.SyntheticIRType
-
- isAssignableFrom(IType) - Method in class gw.lang.reflect.DefaultArrayType
-
- isAssignableFrom(IType) - Method in class gw.lang.reflect.FunctionType
-
- isAssignableFrom(IType) - Method in interface gw.lang.reflect.IType
-
Determines if the type represented by this intrinsic type is either the
same as, or is a super-type of the type represented by the specified type
parameter.
- isAssignableFrom(IJavaClassInfo) - Method in class gw.lang.reflect.java.AbstractJavaClassInfo
-
- isAssignableFrom(IJavaClassInfo, IJavaClassInfo) - Static method in class gw.lang.reflect.java.AbstractJavaClassInfo
-
- isAssignableFrom(IJavaClassInfo) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isAssignableFrom(IJavaClassInfo) - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isAssignableFrom(IType) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isAssignableFrom(IType) - Method in class gw.lang.reflect.TypeBase
-
- isAssignableFrom(IType) - Method in class gw.xml.parser2.LocationRefType
-
- isAssignableFrom(IType) - Method in class gw.xml.parser2.XMLNodeType
-
- isAssignableFrom(IType) - Method in class gw.xml.xsd.typeloader.XMLNodeTypeFromXSD
-
- isAssignableFrom(IType) - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- isAssignableFrom(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- isAssociatedWithDocumentTemplate() - Method in interface gw.pl.activity.entity.Activity
-
- isAssociatedWithEmailTemplate() - Method in interface gw.pl.activity.entity.Activity
-
- isAsync() - Method in class gw.api.admin.DestinationMessageStatistics
-
Is destination asynchronous, ie. does it define a reply plugin.
- isAtIgnoredPos() - Method in interface gw.lang.parser.ITokenizerInstructor
-
- isAtLastTest() - Method in class gw.test.TestExecutionManager.TestInfo
-
- isAtLeastOneNull(Object, Object) - Method in class gw.api.bean.compare.MatcherBase
-
Returns true if at least one of the arguments is null.
- isAttributePerLine() - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- isAttributePerLine() - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- isAttributePerLine() - Method in interface gw.xml.IXMLNodeFormat
-
True if attributes should each be on a new line.
- isAttributePerLine() - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- isAttributePerLine() - Method in class gw.xml.XMLNodeFormat
-
- isAttributePerLine() - Method in class gw.xml.xsd.XSDNodeFormat
-
- isAutoUpdate() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- isAutoUpdate() - Method in interface gw.lang.reflect.IPresentationInfo
-
- isAutoUpdate() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- isAutoUpdate() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- isAutoUpdate() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- isAutoUpdate() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- isBase64(String) - Static method in class gw.util.Base64Util
-
- isBasedOn() - Method in interface gw.pl.persistence.core.effdate.EffDatedVersionList
-
- isBatchProcessNameValid(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
This will return if a given batch process name is valid
- isBatchProcessNameValid(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will test that the name is a valid batc process name
- isBatchRunning() - Method in class gw.api.tools.DataDistDVHelper
-
- isBatchRunning() - Method in class gw.api.tools.PerfReportHelper
-
- isBatchServer() - Static method in class gw.api.domain.ServiceInfoSource
-
Deprecated.
- isBatchServer() - Static method in class gw.api.system.server.ServerUtil
-
Indicates whether or not the server is the batch server
- isBatchServer() - Method in class gw.api.web.tools.BatchProcessInfoPage
-
- isBatchServer() - Method in class gw.testharness.clustering.ClusterMember
-
Returns true if this server is a batch server.
- isBatchServer() - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- isBatchServerAvailable() - Static method in class gw.api.tools.ClusterInfoData
-
Loads the information about current batch server from the database and pings the batch server.
- isBeanAttributeEditable(GWMBean, String) - Method in class gw.api.tools.MBeansData
-
- isBeanType(String) - Static method in class gw.document.ContextObject
-
- isBeanType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- isBGenRootExprAccess() - Method in class gw.lang.parser.ParserOptions
-
- isBitNot() - Method in interface gw.lang.parser.expressions.IUnaryNotPlusMinusExpression
-
- isBlank() - Method in class gw.api.tools.CacheStatistics
-
Deprecated.
Indicates whether or not there are any fields in this stats object that aren't 0.
- isBlank(String) - Static method in class gw.util.GosuStringUtil
-
Checks if a String is whitespace, empty ("") or null.
- isBlocking(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is in a state that would block
sending of the next message for a claim.
- isBoolean() - Method in interface gw.lang.ir.IRType
-
- isBoolean() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isBoolean() - Method in class gw.lang.ir.SyntheticIRType
-
- isBound() - Method in interface gw.lang.parser.expressions.IFeatureLiteralExpression
-
- isBoxed(IType) - Static method in class gw.lang.parser.StandardCoercionManager
-
- isBoxedTypeFor(IType, IType) - Static method in class gw.lang.reflect.TypeSystem
-
- isBridge() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- isBridge() - Method in interface gw.lang.reflect.java.IJavaClassBytecodeMethod
-
- isBridge() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- isBroken() - Method in class gw.api.contact.LinkStatus
-
Tests if the current link status is broken or not.
- isBuildFileWanted() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
get the build file genaeration state
- isBuiltInType(QName) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- isBusinessDay(Date, HolidayTagCode, Object) - Static method in class gw.api.util.DateUtil
-
Returns true if the date in question is a business day
- isBusinessDay(Date, HolidayTagCode) - Static method in class gw.api.util.DateUtil
-
Returns true if the date in question is a business day.
- isBusinessDay(Date, Zone) - Static method in class gw.api.util.DateUtil
-
Returns true if the date in question is a business day
- isBusinessDay(Date, Address) - Static method in class gw.api.util.DateUtil
-
Returns true if the date in question is a business day
- isByRef(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- isByte() - Method in interface gw.lang.ir.IRType
-
- isByte() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isByte() - Method in class gw.lang.ir.SyntheticIRType
-
- isBytecodeType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- isCachedContentExists() - Method in interface gw.pl.document.entity.Document
-
Returns the the cached status about whether the document content exists in the document content source.
- isCanceled() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Is this branch canceled?
- isCanceling() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- isCapped() - Method in interface gw.api.database.IQueryResult
-
- isCapturePeakedBindVariables() - Method in class gw.api.database.AWRReportUserSettings
-
- isCapturePeakedBindVariablesFromAWR() - Method in class gw.api.database.AWRReportUserSettings
-
- isCaptureSymbolsForEval() - Method in interface gw.lang.parser.IGosuParser
-
- isCaptureSymbolsForEval() - Method in class gw.lang.parser.ParserOptions
-
- isCaseSensitive() - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- isCaseSensitive() - Method in interface gw.lang.reflect.ITypeLoader
-
- isCaseSensitive() - Method in class gw.lang.reflect.TypeLoaderBase
-
- isCaseSensitive() - Method in class gw.xml.xsd.typeloader.XSDTypeLoaderBase
-
- isCausedByArgumentList() - Method in exception gw.lang.parser.exceptions.ParseException
-
- isChanged() - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
- isChanged() - Method in interface gw.pl.persistence.core.Bean
-
Determines whether any fields on the bean have been changed from their original value, including owned arrays.
- isChar() - Method in interface gw.lang.ir.IRType
-
- isChar() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isChar() - Method in class gw.lang.ir.SyntheticIRType
-
- isCharacterBased() - Method in interface gw.datatype.IPersistentDataType
-
Indicates whether this datatype is associated with a length.
- isCheckAllTypes() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- isChecked() - Method in class gw.api.print.ListViewPrintOptions.ColumnHeaderInfo
-
Tests to see if the column header was chosen by the user for CSV export.
- isChild(ResourcePath) - Method in class gw.fs.ResourcePath
-
- isChildOf(IDirectory) - Method in interface gw.fs.IResource
-
Indicates whether this resource is a direct child of the given directory.
- isChildOf(IDirectory) - Method in class gw.fs.jar.JarEntryResourceImpl
-
- isChildOf(IDirectory) - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- isChildOf(IDirectory) - Method in class gw.fs.physical.PhysicalResourceImpl
-
- isChildOf(IDirectory) - Method in class gw.fs.url.URLFileImpl
-
- isChildOf(IDirectory) - Method in class gw.pl.util.FilteringDirectory
-
- isChildVisible(DiffDisplay) - Method in class gw.api.bean.compare.ui.EntityDiffDisplay
-
Override this method to customize the visibility of the children.
- isChosen() - Method in class gw.api.tools.PickerRow
-
- isClassElement(IParseTree) - Static method in class gw.util.GosuRefactorUtil
-
- isClassFileName(String, String[]) - Static method in class gw.lang.reflect.gs.IFileSystemGosuClassRepository.Util
-
- isClassMember(int) - Static method in class gw.lang.reflect.Modifier
-
Return true if the integer argument includes the
class member modifer, false otherwise.
- isClearing() - Method in interface gw.lang.reflect.ITypeRefFactory
-
- isClosed() - Method in interface gw.api.profiler.ProfilerFrame
-
- isClosed() - Method in class gw.api.profiler.ProfilerTag
-
- isClusteredIndexesSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isClusteringEnabled() - Static method in class gw.api.tools.ClusterInfoData
-
- IScmAdapter - Interface in gw.api.scm
-
- IScmAdapter.ScmState - Enum in gw.api.scm
-
- isCollectAdHocDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectAppSpecificDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectArrayDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectAssignableDistributionsByDate() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectAssignableForeignKeyDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectBeanVersionDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectBlobColumnDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectBooleanDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectClobColumnDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectDateAnalysisDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectDateBinnedDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectForeignKeyDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectGenericGroupDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectMinAndMaxDates() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectNullableColumnDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectStagingTableDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectTypeKeyDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectTypeListTableDistribution() - Method in class gw.api.tools.DataDistDVHelper
-
- isCollectValueGroupDistributions() - Method in class gw.api.tools.DataDistDVHelper
-
- isColumn() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isCommented() - Method in class gw.xml.AbstractXMLNode
-
Determines whether this node is a comment.
- isCommentsSignificant() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isCompilable() - Method in interface gw.lang.reflect.ICompilable
-
- isCompiled(IType) - Static method in class gw.lang.reflect.ClassUtil
-
- isCompiled() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isCompileTimeConstant() - Method in interface gw.lang.parser.IParsedElement
-
- isCompileTimeConstantValue() - Method in interface gw.lang.reflect.java.ICompileTimeConstantValue
-
- isCompilingDeclarations() - Method in interface gw.lang.parser.ICompilationState
-
- isCompilingDeclarations() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isCompilingDefinitions() - Method in interface gw.lang.parser.ICompilationState
-
- isCompilingDefinitions() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isCompilingHeader() - Method in interface gw.lang.parser.ICompilationState
-
- isCompilingHeader() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isCompleted() - Method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- isCompoundType() - Method in class gw.lang.reflect.DefaultArrayType
-
- isCompoundType() - Method in class gw.lang.reflect.FunctionType
-
- isCompoundType() - Method in interface gw.lang.reflect.IType
-
- isCompoundType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isCompoundType() - Method in class gw.lang.reflect.TypeBase
-
- isCompoundType() - Method in class gw.xml.parser2.LocationRefType
-
- isCompoundType() - Method in class gw.xml.parser2.XMLNodeType
-
- isConcurrentBatchProcessAndWorkerAnalysis() - Method in class gw.api.database.AWRReportUserSettings
-
- isConcurrentHistoryAnalysis() - Method in class gw.api.database.AWRReportUserSettings
-
- isConcurrentMessagingAnalysis() - Method in class gw.api.database.AWRReportUserSettings
-
- isConditionLiteralTrue() - Method in interface gw.lang.parser.statements.ILoopStatement
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.BrowserModeCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.ExtJSBrowserModeCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.ExtJSCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.ExtJSServerModeCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.HTMLBrowserModeCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.HTMLCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.HTMLServerModeCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.IBMJVMCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.JBossAppServerCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.JettyAppServerCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.JRockitVMCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.NotExtJSCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.ServerModeCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.WebLogicAppServerCondition
-
- isConditionMet() - Method in class gw.testharness.environmentalcondition.WindowsOSCondition
-
- isConditionMet() - Method in interface gw.testharness.IEnvironmentalCondition
-
- isConfigFile(IFile) - Method in class gw.config.AbstractPlatformHelper
-
- isConfigured() - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Check if the logger factory is configured.
- isConstraint() - Method in interface gw.lang.reflect.IVisibilityModifierType
-
- isConstraint() - Method in class gw.lang.reflect.StandardVisibilityModifierType
-
- isConstructor() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- isConstructor() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- isConstructor() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- isContactDeletable(String) - Method in interface gw.plugin.ClientSystemPlugin
-
Checks whether a contact can be deleted from the external client system
- isContactExact(ABContact, ABContactSearchResult) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- isConversational() - Method in interface gw.pl.util.webservices.SOAPAuthenticatedProxy
-
Return true if this authenticated proxy is conversational (maintains state in the form of a session), false otherwise.
- isCoordinator() - Method in class gw.testharness.clustering.ClusterMember
-
Returns true if this server is a coordinator in the cluster.
- isCoordinator() - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- IScope<K,V extends ISymbol> - Interface in gw.lang.parser
-
- isCovariant() - Method in class gw.lang.reflect.java.asm.AsmWildcardType
-
- isCreated(File) - Method in interface gw.api.scm.IScmAdapter
-
Returns true if the file is pending creation in the local user's workspace.
- isCreating() - Method in interface gw.api.contact.AddressBookMatch
-
Determines whether this match object was created as a result of attempting to create an Address Book entry.
- IScriptabilityModifier - Interface in gw.lang.reflect
-
- IScriptHost - Interface in gw.plugin.script
-
A script host for the Guidewire Scripting language (Gosu).
- IScriptPartId - Class in gw.lang.parser
-
- IScriptPartId() - Constructor for class gw.lang.parser.IScriptPartId
-
- isCritical(Test) - Method in class gw.testharness.TestBase
-
Tests are non critical by default.
- isCurrentLocationEditable() - Static method in class gw.api.util.LocationUtil
-
Deprecated.
(since 8.0.0) Use CurrentLocation.inEditMode from a PCF expression instead. This routine may return
incorrect results when there are two PCFs displayed, such as a base screen and a worksheet.
- isCurrentStream(PrintStream) - Method in class gw.test.servlet.RemoteTestServlet.StreamInfo
-
- isCurrentStream(PrintStream) - Method in class gw.test.servlet.RemoteTestServlet.SystemErrInfo
-
- isCurrentStream(PrintStream) - Method in class gw.test.servlet.RemoteTestServlet.SystemOutInfo
-
- isCurrentUserSystemUser() - Static method in class gw.api.admin.BaseAdminUtil
-
Determines if the current user is the system user.
- isDatabaseDiscoveryUsed() - Method in class gw.api.tools.ClusterInfoData
-
- isDatabaseRowSizeSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isDataInContext(String) - Method in class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
- isDateRangeSearch() - Method in interface gw.pl.custom.entity.DateCriteria
-
True if DateSearchType is "enteredrange", false if it is "fromlist".
- isDateTime(String) - Method in interface gw.lang.parser.ICoercionManager
-
- isDateTime(String) - Method in class gw.lang.parser.StandardCoercionManager
-
- isDB2() - Static method in class gw.testharness.RunInDatabase.Util
-
- isDbmsCounterSnapshotAvailable() - Static method in class gw.api.profiler.ProfilerPageHelper
-
- isDbOracle() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- isDBTag(ProfilerTag) - Static method in class gw.api.profiler.ProfilerTag
-
- isDebug() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method isDebug
- isDebugEnabled() - Static method in class gw.api.util.Logger
-
- isDebugEnabled() - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- isDebugEnabled() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isDebugEnabled(Marker) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isDebugEnabled() - Method in interface gw.util.ILogger
-
- isDebugEnabled() - Method in class gw.util.SystemOutLogger
-
- isDecentralizedAdminEnabled() - Static method in class gw.api.admin.BaseAdminUtil
-
Is decentralized admin enabled for the system.
- isDecimalBased() - Method in interface gw.datatype.IPersistentDataType
-
Indicates whether this datatype is associated with a precision and scale.
- isDeclarationsCompiled() - Method in interface gw.lang.parser.ICompilationState
-
- isDeclarationsCompiled() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isDeeper(IParseTree, IParseTree) - Static method in class gw.lang.parser.IParseTree.Search
-
- isDefault() - Method in interface gw.lang.reflect.IConstructorInfo
-
- isDefault() - Method in interface gw.lang.reflect.java.IJavaClassConstructor
-
- isDefault() - Method in interface gw.lang.reflect.java.IJavaConstructorInfo
-
- isDefault() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- isDefault() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- isDefined(Key) - Method in class gw.api.importing.XmlExporter
-
- isDefinitionsCompiled() - Method in interface gw.lang.parser.ICompilationState
-
- isDefinitionsCompiled() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isDeleted(File) - Method in interface gw.api.scm.IScmAdapter
-
Returns true if the file is pending deletion in the local user's workspace.
- isDeleted() - Method in interface gw.lang.reflect.ITypeRef
-
- isDeleted(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- isDenormColumn() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- isDeploy() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Returns the deploy mode flag
- isDeprecated() - Method in interface gw.lang.javadoc.IBaseFeatureNode
-
- isDeprecated() - Method in interface gw.lang.javadoc.IClassDocNode
-
- isDeprecated() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isDeprecated(FeatureDescriptor) - Static method in class gw.lang.reflect.BeanInfoUtil
-
- isDeprecated() - Method in interface gw.lang.reflect.IAnnotatedFeatureInfo
-
- isDeprecated() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- isDeprecated() - Method in class gw.lang.reflect.MethodInfoBase
-
- isDeprecated() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isDeprecated() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isDeprecated() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- isDeprecated() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isDeprecated() - Method in class gw.lang.reflect.TypeInfoBase
-
- isDeprecated() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isDeprecated() - Method in class gw.xml.parser2.XMLNodeInstanceTypeInfo
-
- isDeprecated() - Method in class gw.xml.xsd.typeloader.XMLNodeIntrinsicTypeInfoFromXSD
-
- isDeprecated() - Method in class gw.xml.xsd.typeloader.XSDEnumerationTypeInfo
-
- isDeprecated() - Method in class gw.xml.xsd.typeloader.XSDGroupingTypeInfo
-
- isDeprecationWarning() - Method in exception gw.lang.parser.exceptions.ParseWarning
-
- isDescendant(ResourcePath) - Method in class gw.fs.ResourcePath
-
- isDescendantOf(IDirectory) - Method in interface gw.fs.IResource
-
Indicates whether this resource is a descendant of the given directory.
- isDescendantOf(IDirectory) - Method in class gw.fs.jar.JarEntryResourceImpl
-
- isDescendantOf(IDirectory) - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- isDescendantOf(IDirectory) - Method in class gw.fs.physical.PhysicalResourceImpl
-
- isDescendantOf(IDirectory) - Method in class gw.fs.url.URLFileImpl
-
- isDescendantOf(IDirectory) - Method in class gw.pl.util.FilteringDirectory
-
- isDescriptorHidden(IAttributedFeatureInfo) - Method in interface gw.lang.IGosuShop
-
- isDev() - Static method in class gw.api.system.server.ServerModeUtil
-
Indicates whether or not the server is in "development" mode.
- isDevMode() - Static method in class gw.api.web.tools.ArchiveInfoPage
-
- isDevMode() - Method in interface gw.lang.reflect.IEntityAccess
-
- isDir() - Method in class gw.fs.physical.fast.FastFileMetadata
-
- isDir() - Method in class gw.fs.physical.generic.GenericFileMetadata
-
- isDir() - Method in interface gw.fs.physical.IFileMetadata
-
- isDir() - Method in class gw.fs.physical.win32.Win32FileMetadata
-
- isDisabled(String) - Method in interface gw.testharness.ISmokeTestHelper
-
- isDiscarded() - Method in class gw.lang.reflect.DefaultArrayType
-
- isDiscarded() - Method in class gw.lang.reflect.FunctionType
-
- isDiscarded() - Method in interface gw.lang.reflect.IType
-
True if this type has been replaced with a newer version of the same name in the type system.
- isDiscarded() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isDiscarded() - Method in class gw.lang.reflect.TypeBase
-
- isDiscarded() - Method in class gw.xml.parser2.LocationRefType
-
- isDiscarded() - Method in class gw.xml.parser2.XMLNodeType
-
- isDisposed() - Method in class gw.lang.gosuc.GosucProject
-
- isDisposed() - Method in interface gw.lang.reflect.module.IProject
-
- isDistinct() - Method in interface gw.lang.parser.expressions.IQueryExpression
-
- isDocument(Document) - Method in interface gw.plugin.document.IDocumentContentSourceBase
-
An document existence check.
- isDocumentAssistantEnabled() - Static method in class gw.document.DocumentsUtilBase
-
Returns true if the Guidewire Document Assistant control is enabled, false otherwise.
- isDocumentEditable(Document) - Static method in class gw.document.DocumentsUtilBase
-
Returns true if the contents of the given DocumentBase entity are being edited locally by the user, false otherwise.
- isDomainClass(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- isDomainInstance(Object) - Method in interface gw.lang.reflect.IEntityAccess
-
- isDontOptimizeStatementLists() - Method in interface gw.lang.parser.IParserPart
-
- isDoOverride() - Method in class gw.api.contact.AutofillRequest
-
Get the override option,
- isDouble() - Method in interface gw.lang.ir.IRType
-
- isDouble() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isDouble() - Method in class gw.lang.ir.SyntheticIRType
-
- isDownloadAWR() - Method in interface gw.pl.upgrader.entity.UpgradeInstance
-
- isDuplicate() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Tests if the error is a duplicate.
- isDynamic() - Method in class gw.api.system.ParameterKey
-
Whether this parameter is dynamic (the value can be changed at runtime).
- isDynamicallyDeterminedEnvironment() - Method in class gw.test.TestEnvironment
-
- isEarlier(Runlevel) - Method in enum gw.api.system.server.Runlevel
-
Determine if this is earlier than the given runlevel
- isEarlier(WSRunlevel) - Method in enum gw.api.webservice.WSRunlevel
-
Determine if this is earlier than the given runlevel
- isEditable(String) - Method in interface gw.testharness.ISmokeTestHelper
-
- isEdited(File) - Method in interface gw.api.scm.IScmAdapter
-
Returns true if the file is currently checked-out in the local
user's workspace.
- isEditorParser() - Method in interface gw.lang.parser.IGosuParser
-
- isEffDated() - Method in class gw.api.diff.DiffItem
-
True if this bean is effective dated.
- isEffective(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Given a date, check whether it falls within this bean's effective window.
- isEffectiveAtEnd() - Method in class gw.api.diff.DiffItem
-
- isEffectiveAtEnd(EffDated) - Static method in class gw.api.diff.DiffItem
-
- ISelectQueryBuilder<T extends Bean> - Interface in gw.api.database
-
- isElementValueNull(Element) - Method in class gw.pl.util.xml.XMLCodec
-
- isEmpty() - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
- isEmpty() - Method in interface gw.api.archiving.upgrade.IArchivedTypekeySet
-
- isEmpty() - Method in class gw.api.contact.DrivingDirectionsCache
-
Returns true if there are no Driving Directions stored in the cache.
- isEmpty() - Method in class gw.api.database.DatabaseParameterSet
-
- isEmpty() - Method in interface gw.api.database.IQueryResult
-
Returns true if and only if this query processor does not have any results.
- isEmpty() - Method in class gw.api.graph.compare.EntityComparison
-
Returns true if the comparison has no entities in it.
- isEmpty() - Method in class gw.api.util.Range
-
Determines whether the given range is empty, i.e., whether
includes(T) will return
false for every input.
- isEmpty() - Method in interface gw.api.validation.IValidationResult
-
Returns False if this validation result contains errors and/or warnings.
- isEmpty(ValidationLevel) - Method in interface gw.api.validation.IValidationResult
-
Returns true if this validation result contains errors and/or warnings
relative to the specified validation level.
- isEmpty() - Method in class gw.api.validation.ValidationResultBase
-
Returns False if this validation result contains errors and/or warnings.
- isEmpty(ValidationLevel) - Method in class gw.api.validation.ValidationResultBase
-
Returns true if this validation result contains errors and/or warnings
relative to the specified validation level.
- isEmpty() - Method in class gw.lang.parser.TypeVarToTypeMap
-
- isEmpty() - Method in class gw.lang.reflect.PropertyNameMap
-
- isEmpty() - Method in class gw.pl.util.EmptyMap
-
- isEmpty() - Method in class gw.pl.util.Rectangle
-
- isEmpty() - Method in class gw.util.CaseInsensitiveSet
-
- isEmpty() - Method in class gw.util.concurrent.ConcurrentHashSet
-
- isEmpty() - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- isEmpty() - Method in class gw.util.DerivedKeyHashMap
-
- isEmpty() - Method in class gw.util.DynamicArray
-
Returns true if this list contains no elements.
- isEmpty(String) - Static method in class gw.util.GosuStringUtil
-
Checks if a String is empty ("") or null.
- isEmpty() - Method in class gw.util.IdentitySet
-
- isEmpty() - Method in class gw.util.ScopedMap
-
- isEmpty() - Method in class gw.util.SpaceEfficientHashMap
-
- isEmpty() - Method in class gw.util.Stack
-
- isEmpty() - Method in class gw.xml.XMLNodeAttributeMap
-
- isEmpty() - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- isEnabled(PluginDef) - Static method in class gw.api.startable.StartablePluginPageHelper
-
- isEnabled() - Static method in class gw.api.tools.InternalTools
-
True if internal tools are enabled for the current user,
which for now means either the EnableInternalDebugTools=true or the user is su
- isEnabled() - Static method in class gw.api.tools.TestingClock
-
- isEnabled(Class<? extends InternalPlugin>) - Static method in class gw.plugin.Plugins
-
Indicates whether the given plugin is enabled.
- isEnabled(String) - Static method in class gw.plugin.Plugins
-
Indicates whether the given plugin is enabled.
- isEnableRememberMe() - Method in class gw.api.util.LoginForm
-
- isEncrypted() - Method in interface gw.datatype.handler.IVarcharPersistenceHandler
-
Determines whether values of this datatype should be encrypted in the database.
- isEncrypted() - Method in class gw.datatype.impl.VarcharPersistenceHandler
-
- isEncrypted() - Method in interface gw.datatype.IPersistentDataType
-
Indicates whether this datatype represents an encrypted value.
- isEncryptedColumn() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- isEntityClass(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- isEntityType(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- isEntityType(Class) - Static method in class gw.plugin.util.GWObjectUtils
-
- isEntityTypeKey(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- isEntityTypeKey(Class) - Static method in class gw.plugin.util.GWObjectUtils
-
- isEnum(Object) - Static method in class gw.api.util.mapping.GWObjectUtils
-
- isEnum() - Method in class gw.lang.reflect.DefaultArrayType
-
- isEnum() - Method in class gw.lang.reflect.FunctionType
-
- isEnum() - Method in interface gw.lang.reflect.IType
-
Returns true if this type is an enumeration.
- isEnum() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isEnum() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isEnum() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isEnum(int) - Static method in class gw.lang.reflect.Modifier
-
Return true if the integer argument includes the
enum modifer, false otherwise.
- isEnum() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isEnum() - Method in class gw.lang.reflect.TypeBase
-
- isEnum(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- isEnum() - Method in class gw.xml.parser2.LocationRefType
-
- isEnum() - Method in class gw.xml.parser2.XMLNodeType
-
- isEnum() - Method in class gw.xml.xsd.typeloader.XSDEnumerationType
-
- isEnum() - Method in class gw.xml.xsd.typeloader.XSDGroupingType
-
- isEnumClass(Class) - Static method in class gw.plugin.util.GWObjectUtils
-
- isEnumConstant() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isEnumConstant() - Method in class gw.lang.reflect.java.asm.AsmField
-
- isEnumConstant() - Method in interface gw.lang.reflect.java.IJavaClassField
-
- isEnumType(IType) - Static method in class gw.api.util.mapping.GWObjectUtils
-
- isEOF() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isEqual(BigDecimal, BigDecimal) - Static method in class gw.pl.util.BigDecimalUtil
-
- isEquals() - Method in class gw.lang.ir.expression.IREqualityExpression
-
- isEquals() - Method in interface gw.lang.parser.expressions.IEqualityExpression
-
- isEquals() - Method in interface gw.lang.parser.expressions.IIdentityExpression
-
- isEquals() - Method in interface gw.lang.parser.expressions.IWhereClauseEqualityExpression
-
- ISequenceable<E extends ISequenceable<E,S,U>,S,U> - Interface in gw.lang.reflect.interval
-
- isError() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Tests if the acknowledgment is an error.
- isError(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is an error
status == ERROR || status == RETRYABLE_ERROR
- isErrorEnabled() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isErrorEnabled(Marker) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isErrorEnabled() - Method in class gw.util.SystemOutLogger
-
- IService - Interface in gw.config
-
- IServletAnnotation - Interface in gw.servlet
-
This annotation indicates that this class is a Servlet that will be launched by GosuServlet
- isEstimateCompression() - Method in class gw.api.tools.DatabaseStorageHelper
-
- isEventRegisteredForDestination(int, String) - Static method in class gw.api.admin.MessagingUtil
-
Determines if event is registered for the destination.
- isExactKeywordMatch(String) - Static method in class gw.lang.parser.Keyword
-
- isExcludedBecauseOfFailure() - Method in class gw.api.archiving.ArchiveDetailsData
-
- isExcludedBecauseOfRules() - Method in class gw.api.archiving.ArchiveDetailsData
-
- isExcludeTotal() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- isExcludeTotal() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- isExclusive(UserRole) - Method in interface gw.api.assignment.UserRoleOwner
-
Determines whether the given role is exclusive for this type of assignable object.
- isExclusive() - Method in interface gw.processes.BatchProcess
-
Returns whehter another batch process can be launched while this batch
process is running.
- isExecutingInExecutor() - Method in class gw.api.profiler.ExecutorHelper
-
- isExpandable(IType) - Method in interface gw.lang.reflect.ITypeSystem
-
- isExpandable(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- isExpanded() - Method in class gw.api.admin.RootTreeNode
-
- isExpanded() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
- isExpanded() - Method in class gw.api.tree.SimpleTreeNode
-
- isExpanded() - Method in interface gw.api.tree.TreeNode
-
- isExpectedToBeConveringIndex() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.BasePHighPriorityCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.BlockCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.FunctionFromInterfaceCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.FunctionToInterfaceCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.GosuArrayToJavaArrayCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.IdentityCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.IMonitorLockCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.MetaTypeToClassCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.NonWarningStringCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.PrimitiveCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.PriorityDelegatingCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.RegExpMatchToBooleanCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.RuntimeCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.StandardCoercer
-
- isExplicitCoercion() - Method in class gw.lang.parser.coercers.TypeVariableCoercer
-
- isExplicitCoercion() - Method in interface gw.lang.parser.ICoercer
-
- isExported(GosucModule, String) - Method in class gw.lang.gosuc.Gosuc
-
- isExported() - Method in class gw.lang.gosuc.GosucDependency
-
- isExported() - Method in class gw.lang.reflect.module.Dependency
-
- isExpression() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- isExtendedQueryTracingAvailable() - Static method in class gw.api.profiler.ProfilerPageHelper
-
- isExtendedQueryTracingEnabledInCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- isExtensionColumn() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- isExtensionIndex() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- isExternal(Class) - Method in interface gw.lang.reflect.IEntityAccess
-
- isExternalSearch() - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Determines whether this is a search against an external Contact system.
- isExternalSymbol(String) - Method in class gw.lang.parser.ExternalSymbolMapForMap
-
- isExternalSymbol(String) - Method in interface gw.lang.reflect.gs.IGosuFragment
-
- isExtJsSuite() - Static method in class gw.testharness.EnableExtJs.Util
-
Deprecated.
- isFailureGeocoding() - Method in interface gw.pl.contact.entity.Address
-
Checks if the location information (Latitude, Longitude and GeocodeStatus) has been successfully set.
- isFailureStatus(GeocodeStatus) - Static method in class gw.api.geocode.GeocodeUtils
-
- isFatalErrorEnabled() - Method in class gw.util.SystemOutLogger
-
- isFeatureAccessible(IAttributedFeatureInfo, IRelativeTypeInfo.Accessibility) - Static method in class gw.lang.reflect.FeatureManager
-
- isFieldChanged(String) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
- isFieldChanged(IEntityPropertyInfo) - Method in interface gw.pl.persistence.core.Bean
-
Check for changes to a field.
- isFieldChanged(String) - Method in interface gw.pl.persistence.core.Bean
-
Check for changes to a field.
- isFieldChangedFromBasedOn(String) - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Returns true if the given field has been modified relative to the based-on
bean and false if this bean has no based-on or if the field has the same
value as for the based-on bean.
- isFieldDeclaration() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isFile() - Method in class gw.fs.physical.fast.FastFileMetadata
-
- isFile() - Method in class gw.fs.physical.generic.GenericFileMetadata
-
- isFile() - Method in interface gw.fs.physical.IFileMetadata
-
- isFile() - Method in class gw.fs.physical.win32.Win32FileMetadata
-
- isFile(File) - Static method in class gw.pl.util.FileUtil
-
- isFilteredIndexesSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isFinal() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isFinal() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isFinal() - Method in interface gw.lang.parser.IReducedSymbol
-
- isFinal() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isFinal() - Method in class gw.lang.reflect.DefaultArrayType
-
- isFinal() - Method in class gw.lang.reflect.FunctionType
-
- isFinal() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
- isFinal() - Method in interface gw.lang.reflect.IType
-
True if this type cannot be extended.
- isFinal() - Method in class gw.lang.reflect.MethodInfoBase
-
- isFinal() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isFinal() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isFinal() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isFinal() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isFinal() - Method in class gw.lang.reflect.TypeBase
-
- isFinal() - Method in class gw.xml.parser2.LocationRefType
-
- isFinal() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isFinal() - Method in class gw.xml.parser2.XMLNodeType
-
- isFinished() - Method in class gw.api.importing.XmlExporter
-
whether the export has been finished
- isFinished() - Method in interface gw.processes.BatchProcess
-
Asks if the process has completed or not.
- isFirstRunnableTestInClass() - Method in class gw.testharness.QuickRemoteTestCase
-
- isFlag() - Method in class gw.lang.gosuc.GosucArg
-
- isFloat() - Method in interface gw.lang.ir.IRType
-
- isFloat() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isFloat() - Method in class gw.lang.ir.SyntheticIRType
-
- isFolder() - Method in interface gw.api.team.TeamModel
-
Returns true if this TeamModel should appear as a folder in the TeamTree.
- isForeignKey() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- isForeignKey() - Method in class gw.api.tools.PropertyDisplayInfo
-
- IsFridayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Friday is considered a business day *
- isFromJava() - Method in interface gw.lang.parser.IFunctionSymbol
-
- isFromListSearch() - Method in interface gw.pl.custom.entity.DateCriteria
-
True if DateSearchType is "fromlist", false if it is "enteredrange".
- isFunctionStatement() - Method in interface gw.lang.reflect.ITypeVariableType
-
- isFuturePeriod(EffDatedBranch) - Method in class gw.api.diff.DiffItem
-
- isGenerateAnnotationsToClassFiles() - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- isGenerateCallsToASHScripts() - Method in class gw.api.database.AWRReportUserSettings
-
- isGeneric() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isGeneric() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- isGeneric() - Method in interface gw.lang.reflect.java.asm.IGeneric
-
- isGenericType() - Method in class gw.lang.reflect.DefaultArrayType
-
- isGenericType() - Method in class gw.lang.reflect.FunctionType
-
- isGenericType() - Method in interface gw.lang.reflect.IType
-
Returns true if this ia a Generic Type.
- isGenericType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isGenericType() - Method in class gw.lang.reflect.TypeBase
-
- isGenericType() - Method in class gw.xml.parser2.LocationRefType
-
- isGenericType() - Method in class gw.xml.parser2.XMLNodeType
-
- isGetNumInconsistenciesValid() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- isGetNumResultsOnly() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- isGetNumResultsOnly() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- isGetNumResultsOnly() - Method in class gw.plugin.search.RemotableSearchResultSpec
-
If true, only number of results will be returned, not the results.
- isGetNumResultsOnly() - Method in class gw.plugin.util.RemotableSearchResultSpec
-
If true, only number of results will be returned, not the results.
- isGetSqlStringValid() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- isGetter() - Method in class gw.lang.reflect.ImplicitPropertyUtil.ImplicitPropertyInfo
-
- isGosu() - Method in enum gw.lang.reflect.gs.ClassType
-
- isGosuFile(String) - Static method in class gw.lang.GosuShop
-
- isGosuTest() - Method in class gw.test.TestClass
-
- isGWClass(IType, NameTranslator) - Static method in class gw.api.util.mapping.GWObjectUtils
-
- isGWObject(Object, NameTranslator) - Static method in class gw.api.util.mapping.GWObjectUtils
-
- isGWObject(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- isGWObjectClass(Class) - Static method in class gw.plugin.util.GWObjectUtils
-
- isH2() - Static method in class gw.testharness.RunInDatabase.Util
-
- IShadowingType - Interface in gw.lang.reflect
-
- isHasAuthority() - Method in class gw.plugin.approval.ApprovalResult
-
- isHeaderCompiled() - Method in interface gw.lang.parser.ICompilationState
-
- isHeaderCompiled() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isHeadless() - Method in class gw.lang.gosuc.GosucProject
-
- isHeadless() - Method in interface gw.lang.reflect.module.IProject
-
- isHelperWanted() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Indicate if we should be generating Helper classes
- isHexidecimal(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only hexidecimal digits.
- isHexidecimalSpace(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only hexidecimal digits or space
(' ').
- isHidden() - Method in class gw.lang.cli.GosuOption
-
Is this a hidden option?
- isHidden() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isHidden() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is hidden.
- isHidden() - Method in interface gw.lang.reflect.java.IJavaParameterDescriptor
-
- isHidden() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- isHidden() - Method in class gw.lang.reflect.MethodInfoBase
-
- isHidden() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isHidden() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isHidden() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isHidden() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isHiddenViaFeatureDescriptor() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isHiddenViaFeatureDescriptor() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isHiddenViaFeatureDescriptor() - Method in interface gw.lang.reflect.java.IJavaMethodDescriptor
-
- isHiddenViaFeatureDescriptor() - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- isHide(int) - Static method in class gw.lang.reflect.Modifier
-
Return true if the integer argument includes the
hide modifer, false otherwise.
- isHiResolutionClockAvailable() - Static method in class gw.api.profiler.ProfilerPageHelper
-
- isHtml() - Method in class gw.api.email.Email
-
Whether the body is html
- isHtml() - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
This will return true if this document is to be treated as html.
- isIgnoreAnonymous() - Method in interface gw.lang.reflect.module.IClassPath.ClassPathFilter
-
- ISimpleQueryBuilder<T extends Bean> - Interface in gw.api.database
-
- ISimpleTemplateDescriptor - Interface in gw.plugin
-
- isImplicit() - Method in class gw.lang.ir.IRElement
-
- isImplicit() - Method in class gw.lang.ir.statement.IRImplicitReturnStatement
-
- isImplicit() - Method in class gw.lang.ir.statement.IRNoOpStatement
-
- isImportant() - Method in class gw.lang.reflect.FeatureCategory
-
- isImports() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method isImports
- isInboundAvailable() - Method in interface gw.plugin.document.IDocumentContentSourceBase
-
If the external DMS is available for the desired actions.
- isInboundAvailable() - Method in interface gw.plugin.document.IDocumentMetadataSourceBase
-
If the external DMS is available for the desired actions.
- isInclude() - Method in class gw.lang.ir.IRAnnotation
-
- isInclude() - Method in class gw.lang.ir.IRGosuAnnotation
-
- isIncludeAll() - Method in interface gw.lang.reflect.ITypeSystem
-
- isIncludeAll() - Static method in class gw.lang.reflect.TypeSystem
-
- isincludeCompressionReport() - Method in class gw.api.tools.DatabaseStorageHelper
-
- isIncludeDatabaseStatistics() - Method in class gw.api.database.AWRReportUserSettings
-
- isIncludeMetadataForInstrumentationTables() - Method in class gw.api.database.AWRReportUserSettings
-
- isIncludePendingCreates() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- isIncludeRetired() - Method in class gw.api.graph.EntityGraphTraverser
-
- isIncludeTotal() - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Determines whether to include the total number of results in the search result.
- isIncludeTotal() - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Determines whether to include the total number of results in the search result.
- isInCluster() - Method in class gw.api.tools.ClusteredServer
-
- isIncomplete() - Method in class gw.util.perf.objectsize.ObjectSize
-
- isInDatabase() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isInEnclosingClassHierarchy(IType, IType) - Static method in class gw.lang.reflect.FeatureManager
-
- isInEnhancedTypesHierarchy(IType, IType) - Static method in class gw.lang.reflect.FeatureManager
-
- isInFlight(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is in flight
status == PENDING_ACK
- isInfo() - Method in class gw.plugin.management.OperationInfo
-
True if the operation result is info.
- isInfoEnabled() - Static method in class gw.api.util.Logger
-
- isInfoEnabled() - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- isInfoEnabled() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isInfoEnabled(Marker) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isInfoEnabled() - Method in interface gw.util.ILogger
-
- isInfoEnabled() - Method in class gw.util.SystemOutLogger
-
- isInherited() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isInherited(IType) - Method in class gw.lang.reflect.IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
- isInHierarchy(IType, IType) - Static method in class gw.lang.reflect.FeatureManager
-
- isInIDE() - Method in interface gw.config.IPlatformHelper
-
- isInited() - Method in class gw.config.BaseService
-
- isInited() - Method in interface gw.config.IService
-
- isInitialized() - Method in class gw.lang.init.GosuInitialization
-
- isInJar() - Method in interface gw.fs.IResource
-
- isInJar() - Method in class gw.fs.jar.JarEntryFileImpl
-
- isInJar() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- isInJar() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- isInJar() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- isInJar() - Method in class gw.fs.url.URLFileImpl
-
- isInJar() - Method in class gw.pl.util.FilteringDirectory
-
- isInMemorySQLMonitorIncludeAllExecutions() - Method in class gw.api.database.AWRReportUserSettings
-
- isInnerDeclarationsCompiled() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isInOrganization(Organization) - Method in interface gw.pl.community.entity.User
-
- isInSameNamespace(IType, IType) - Static method in class gw.lang.reflect.FeatureManager
-
- isInt() - Method in interface gw.lang.ir.IRType
-
- isInt() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isInt() - Method in class gw.lang.ir.SyntheticIRType
-
- isInterface() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- isInterface() - Method in interface gw.lang.ir.IRType
-
- isInterface() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isInterface() - Method in class gw.lang.ir.SyntheticIRType
-
- isInterface() - Method in class gw.lang.reflect.DefaultArrayType
-
- isInterface() - Method in class gw.lang.reflect.FunctionType
-
- isInterface() - Method in interface gw.lang.reflect.IType
-
Returns true if this type is an interface.
- isInterface() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isInterface() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isInterface() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isInterface() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isInterface() - Method in class gw.lang.reflect.TypeBase
-
- isInterface() - Method in class gw.xml.parser2.LocationRefType
-
- isInterface() - Method in class gw.xml.parser2.XMLNodeType
-
- isInternal() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isInternal() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isInternal() - Method in interface gw.lang.parser.IReducedSymbol
-
- isInternal() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isInternal() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is internal.
- isInternal(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- isInternal() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isInternal() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isInternal() - Method in class gw.lang.reflect.MethodInfoBase
-
- isInternal() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isInternal(int) - Static method in class gw.lang.reflect.Modifier
-
Return true if the integer argument includes the
internal modifer, false otherwise.
- isInternal() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isInternal() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isInternal() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isInternalAPI() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isJava() - Method in enum gw.lang.reflect.gs.ClassType
-
- isJavaFile() - Method in interface gw.fs.IResource
-
- isJavaFile() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- isJavaFile() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- isJavaFile() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- isJavaFile() - Method in class gw.fs.url.URLFileImpl
-
- isJavaFile() - Method in class gw.pl.util.FilteringDirectory
-
- isJavaReferenceArray(Object) - Static method in class gw.util.GosuObjectUtil
-
- isJGroupsClustering() - Method in class gw.testharness.clustering.ClusterTest
-
- isJGroupsClustering() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- isJGroupsTcpClustering() - Method in class gw.testharness.clustering.ClusterTest
-
- isJGroupsTcpClustering() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- isJProfilerAvailable() - Static method in class gw.api.tools.InternalToolsUtil
-
- isKeepSymbolTableInIssues() - Method in interface gw.lang.parser.IFullParserState
-
- isKeyableEntityClass(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- isKeyword(String) - Static method in class gw.lang.parser.Keyword
-
- isKnown() - Method in class gw.api.contact.LinkStatus
-
Tests if the current link status is known or not.
- isKnownBreakCondition(KnownBreakCondition) - Static method in class gw.testharness.KnownBreakConditionPredicate
-
- isKnownBreakDatabase(KnownBreakDatabase) - Static method in class gw.testharness.KnownBreakDatabasePredicate
-
- isKnownBreakProduct(KnownBreakProduct) - Static method in class gw.testharness.KnownBreakProductPredicate
-
- isKnownNamespace(String) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Check if this is a known namespace (soap-enc or schema xsd or schema xsi or xml)
- isLastRunnableTestInClass() - Method in class gw.testharness.QuickRemoteTestCase
-
- isLateBound(Boolean) - Method in class gw.api.databuilder.MessageBuilder
-
- isLateBound(Boolean) - Method in class gw.api.databuilder.MessageHistoryBuilder
-
- isLater(Runlevel) - Method in enum gw.api.system.server.Runlevel
-
Determine if this is later than the given runlevel
- isLater(WSRunlevel) - Method in enum gw.api.webservice.WSRunlevel
-
Determine if this is later than the given runlevel
- isLeaf() - Method in class gw.api.admin.RootTreeNode
-
- isLeaf() - Method in class gw.api.profiler.IterationInfoNode
-
- isLeaf() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
Checks if the node is leaf based on whether it has children or not.
- isLeaf() - Method in class gw.api.tree.SimpleTreeNode
-
Returns whether this node is a leaf (getNumChildren() == 0).
- isLeaf() - Method in interface gw.api.tree.TreeNode
-
Returns whether this node is a leaf (getNumChildren() == 0).
- isLeaf() - Method in interface gw.pl.vendormanagement.entity.SpecialistService
-
- isLeaf() - Method in class gw.util.cache.FqnCacheNode
-
- isLeftClosed() - Method in interface gw.lang.parser.expressions.IIntervalExpression
-
- isLeftClosed() - Method in class gw.lang.reflect.interval.AbstractInterval
-
- isLeftClosed() - Method in interface gw.lang.reflect.interval.IInterval
-
- isLegalNameCharacter(char) - Static method in class gw.xml.xsd.typeloader.XSDTypeInfoHelper
-
- isLegalStartCharacter(char) - Static method in class gw.xml.xsd.typeloader.XSDTypeInfoHelper
-
- isLhsExpression() - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- isLinguistic() - Method in interface gw.datatype.handler.IVarcharPersistenceHandler
-
- isLinguistic() - Method in class gw.datatype.impl.VarcharPersistenceHandler
-
- isLinked() - Method in class gw.api.contact.LinkStatus
-
Verifies a link status is one of:
BROKEN
Linked but the contact was not found in the Address Book.
- isLinked() - Method in interface gw.pl.contact.entity.Contact
-
Deprecated.
since ClaimCenter 8.0, use ContactSystemUtil#contactIsLinked(contact)
- isLinking() - Method in interface gw.api.contact.AddressBookMatch
-
Determines whether this match object was created as a result of attempting to link a contact to the Address Book.
- isLinux() - Static method in class gw.pl.util.PlatformUtil
-
- isLinux() - Static method in class gw.util.OSPlatform
-
- isLinux() - Static method in class gw.util.Shell
-
- isLiteral() - Method in interface gw.lang.parser.IParseResult
-
- isLiteral() - Method in class gw.lang.parser.ParseResult
-
- isLiteral() - Method in interface gw.lang.reflect.IMetaType
-
- isLoaded() - Method in class gw.util.concurrent.LockingLazyVar
-
- isLoaded() - Method in class gw.util.concurrent.LocklessLazyVar
-
- isLob() - Method in enum gw.datatype.JdbcType
-
- isLocal() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isLocal() - Method in interface gw.lang.parser.ISymbol
-
- isLocal() - Method in enum gw.lang.parser.SymbolType
-
- isLocalOk() - Method in class gw.api.system.ParameterKey
-
Whether this parameter is "localizable", i.e. its value can be overriden for particular server or environment.
- isLocalVariable() - Method in interface gw.lang.parser.expressions.IIdentifierExpression
-
- isLocked() - Method in interface gw.pl.community.entity.Credential
-
Indicates whether or not this credential is considered locked.
- isLocked() - Method in interface gw.pl.util.internal.DependenciesLockPolicy
-
Indicates whether dependencies are locked.
- isLoggingErrors() - Method in class gw.test.Suite
-
- isLogSQL() - Method in class gw.api.database.GroupingQuery
-
- isLogSQL() - Method in interface gw.api.database.IQuery
-
- isLogSQL() - Method in class gw.api.database.Query
- isLong() - Method in interface gw.lang.ir.IRType
-
- isLong() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isLong() - Method in class gw.lang.ir.SyntheticIRType
-
- isLoopCondLiteralTrue() - Method in class gw.lang.ir.statement.IRWhileStatement
-
- isLowerBounded() - Method in class gw.api.database.DBDateRange
-
- isLowerBounded() - Method in class gw.api.database.Range
-
- isLowerBounded() - Method in class gw.api.database.ValueRange
-
- isLowerBoundInclusive() - Method in class gw.api.database.Range
-
- isLUWIDErrorRowPresent() - Method in interface gw.pl.staging.entity.LoadError
-
Reports if any of the LoadErrorRows associated with this LoadError
has a LUWID value.
- isMac() - Static method in class gw.pl.util.PlatformUtil
-
- isMac() - Static method in class gw.util.OSPlatform
-
- isMac() - Static method in class gw.util.Shell
-
- isMapIType() - Method in class gw.xml.xsd.typeloader.CustomTypeMapping
-
- isMapXSDType() - Method in class gw.xml.xsd.typeloader.CustomTypeMapping
-
- isMatch(GWPhoneNumber) - Method in interface gw.api.util.phone.GWPhoneNumber
-
This method will only return true if the phone numbers are an exact match.
- isMatch(GWPhoneNumber) - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- isMatch(GWPhoneNumber) - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- isMatchAllTags() - Method in interface gw.api.webservice.addressbook.contactapi.ABContactTagMatcher
-
Return true if this matcher is configured to match all tags in the current list; false means it will match "any" tag
- isMatched() - Method in class gw.lang.gosuc.GosucArg
-
- isMaterializedViewsSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isMember(Key) - Method in interface gw.pl.community.entity.Group
-
Returns true if and only if the user with the given userId
is a member of this group.
- isMergeChange() - Method in class gw.api.diff.DiffItem
-
Whether this is a merge change.
- isMergeChange() - Method in class gw.api.diff.DiffProperty
-
Whether this is a merge change.
- isMetaAnnotation(Annotation) - Method in class gw.test.TestClass
-
- isMetaAnnotationInfo(IAnnotationInfo) - Method in class gw.test.TestClass
-
- isMethodForProperty() - Method in interface gw.lang.reflect.gs.IGosuMethodInfo
-
- ISmokeTest - Interface in gw.testharness
-
sct: Common interface between the test and helper hierarchies
- ISmokeTestHelper - Interface in gw.testharness
-
Interface defining a Smoke Test "helper".
- ISmokeTestHelperCallbacks - Interface in gw.testharness
-
- IsMondayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Monday is considered a business day *
- isMoneyBased() - Method in interface gw.datatype.IConstrainedDataType
-
Indicates whether this datatype is money based.
- isMostRecentModel() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
True if this branch is promoted and it has the highest model number within
its period.
- isMtomEnabled() - Method in class gw.xml.ws.WsiInvocationContext
-
- isMultiCurrencyMode() - Static method in class gw.api.util.CurrencyUtil
-
True if the UI should be in multi-currency mode.
- isMultiEdit() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- isMultiEdit() - Method in interface gw.lang.reflect.IPresentationInfo
-
- isMultiEdit() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- isMultiEdit() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- isMultiEdit() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- isMultiEdit() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- isMultiLine() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- isMultiLine() - Method in interface gw.lang.reflect.IPresentationInfo
-
- isMultiLine() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- isMultiLine() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- isMultiLine() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- isMultiLine() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- isMultiRead() - Method in class gw.xml.BinaryData
-
Returns true if the backing content can be accessed multiple times via the InputStream property.
- isMultiRegionMode() - Static method in class gw.api.util.PhoneUtil
-
Returns true if AlwaysShowPhoneWidgetRegionCode is true in config.xml
- isMultiThreadNonSafeOrderedMessages() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- isMutable() - Method in class gw.lang.reflect.DefaultArrayType
-
- isMutable() - Method in class gw.lang.reflect.FunctionType
-
- isMutable() - Method in interface gw.lang.reflect.IType
-
Are intances of this type mutable?
- isMutable() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isMutable() - Method in class gw.lang.reflect.TypeBase
-
- isMutable() - Method in class gw.xml.parser2.LocationRefType
-
- isMutable() - Method in class gw.xml.parser2.XMLNodeType
-
- isNANPANumber() - Method in interface gw.api.util.phone.GWPhoneNumber
-
- isNANPANumber() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- isNANPANumber() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- isNegated() - Method in interface gw.lang.parser.expressions.IUnaryExpression
-
- isNegative(BigDecimal) - Static method in class gw.pl.util.BigDecimalUtil
-
- isNegative() - Method in class gw.xml.date.XmlDuration
-
- isNested(List) - Static method in class gw.xml.xsd.info.NestedListUtil
-
- isNeverGeocoded() - Method in interface gw.pl.contact.entity.Address
-
Checks if the location information (Latitude, Longitude and GeocodeStatus) has been successfully set.
- isNeverGeocodedStatus(GeocodeStatus) - Static method in class gw.api.geocode.GeocodeUtils
-
- isNew() - Method in interface gw.pl.persistence.core.entity.KeyableBean
-
- isNewContact(Contact) - Method in interface gw.api.contact.ExternalContactSource
-
Indicates whether the given contact is new with respect to the external contact source.
- isNewLinePerTopLevelElement() - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- isNewLinePerTopLevelElement() - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- isNewLinePerTopLevelElement() - Method in interface gw.xml.IXMLNodeFormat
-
- isNewLinePerTopLevelElement() - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- isNewLinePerTopLevelElement() - Method in class gw.xml.XMLNodeFormat
-
- isNewLinePerTopLevelElement() - Method in class gw.xml.xsd.XSDNodeFormat
-
- isNewLinesForValue() - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- isNewLinesForValue() - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- isNewLinesForValue() - Method in interface gw.xml.IXMLNodeFormat
-
- isNewLinesForValue() - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- isNewLinesForValue() - Method in class gw.xml.XMLNodeFormat
-
- isNewLinesForValue() - Method in class gw.xml.xsd.XSDNodeFormat
-
- isNewPeriod() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Returns true is this branch represents a new period that is not a new
submission.
- isNewSubmission() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Returns true if this branch represents a new submission.
- isNil() - Method in class gw.xml.XmlElement
-
Returns true if this element is nil.
- isNil() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- isNmtoken(String) - Static method in class gw.xml.parser2.XMLAttributeDeclaration
-
- isNodeVisited(N) - Method in class gw.api.graph.traverse.GraphTraverserBase.TraversalContext
-
- isNot() - Method in interface gw.lang.parser.expressions.IUnaryNotPlusMinusExpression
-
- isNotBlank(String) - Static method in class gw.util.GosuStringUtil
-
Checks if a String is not empty (""), not null and not whitespace only.
- isNotByRef(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- isNotEmpty(String) - Static method in class gw.util.GosuStringUtil
-
Checks if a String is not empty ("") and not null.
- isNotNull() - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- isNotZero(BigDecimal) - Static method in class gw.pl.util.BigDecimalUtil
-
- isNowrap() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method isNowrap
- isNull() - Method in class gw.lang.ir.builder.IRExpressionBuilder
-
- isNull(Object, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to make sure it's parameter is null
- isNull(Object, String, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to make sure it's parameter is null
- isNullable() - Method in class gw.api.tools.DatabaseInfo.ColumnInfo
-
- isNullableInDatabase() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeReadOnlyColumn
-
- isNullOK() - Method in class gw.api.system.ParameterKey
-
Whether this parameter is "nullable".
- isNullSafe() - Method in interface gw.lang.parser.IExpression
-
- isNumber(String) - Static method in class gw.api.util.StringUtil
-
Tests whether the given String value represents a number
- isNumberMatch(GWPhoneNumber, GWPhoneNumber) - Static method in class gw.api.util.PhoneUtil
-
This method will attempt to determine a match type for two GWPhoneNumber objects.
- isNumeric(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only unicode digits.
- isNumericSpace(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only unicode digits or space
(' ').
- isNumericType(IType) - Static method in class gw.lang.reflect.TypeSystem
-
- ISO_MESSAGE_SINK_TIMEOUT - Static variable in class gw.api.profiler.ProfilerTag
-
- isObjectMethod(IMethodInfo) - Static method in class gw.lang.parser.StandardCoercionManager
-
- isOk() - Method in class gw.api.webservice.importTools.ImportResults
-
true if the import succeeded, false if it failed (in which case the
errorLog field should indicate what the problem is.
- isOnDiskSQLMonitorIncludeAllExecutions() - Method in class gw.api.database.AWRReportUserSettings
-
- isOnPage(ISmokeTestHelper, IType, String...) - Static method in class gw.smoketest.platform.web.PCFLocation
-
- isOOSChange() - Method in class gw.api.diff.DiffItem
-
Whether this change occurred out of sequence.
- isOOSChange() - Method in class gw.api.diff.DiffProperty
-
Whether this change occurred out of sequence.
- isOOSConflict() - Method in class gw.api.diff.DiffItem
-
Whether this change is an out-of-sequence conflict with a future value.
- isOOSConflict() - Method in class gw.api.diff.DiffProperty
-
Whether this change is an out-of-sequence conflict with a future value.
- isOpenEnd() - Method in class gw.api.util.Range
-
Whether the end of the range is open or closed, i.e., whether the end is included (closed) or not (open).
- isOpenStart() - Method in class gw.api.util.Range
-
Whether the start of the range is open or closed, i.e., whether the start is included (closed) or not (open).
- isOperator(String) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isOracle() - Static method in class gw.testharness.RunInDatabase.Util
-
- ISource - Interface in gw.lang.parser
-
- ISourceCodeTokenizer - Interface in gw.lang.parser
-
- ISourceFileHandle - Interface in gw.lang.reflect.gs
-
- isOutboundAvailable() - Method in interface gw.plugin.document.IDocumentContentSourceBase
-
If the external DMS is available for the desired actions.
- isOutboundAvailable() - Method in interface gw.plugin.document.IDocumentMetadataSourceBase
-
If the external DMS is available for the desired actions.
- isOverdue() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not the activity is overdue
- isOverlappingBoundPeriods(Date, Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Checks if there would be an overlap between the existing bound periods and
this period using the given period start and end dates.
- isOverride() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- isOverride(int) - Static method in class gw.lang.reflect.Modifier
-
Return true if the integer argument includes the
override modifer, false otherwise.
- isOverwrite() - Method in class gw.api.admin.ImportDataConflict
-
Should these imported changes overwrite the existing values.
- isOwned() - Method in interface gw.entity.IArrayPropertyInfo
-
- isParameter(String) - Static method in class gw.testharness.TestPropertyUtil
-
- isParameterized() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isParameterized() - Method in class gw.lang.reflect.java.asm.AsmType
-
- isParameterized() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- isParameterizedType() - Method in class gw.lang.reflect.DefaultArrayType
-
- isParameterizedType() - Method in class gw.lang.reflect.FunctionType
-
- isParameterizedType() - Method in interface gw.lang.reflect.IType
-
Returns true if this ia a Parameterized Type.
- isParameterizedType() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isParameterizedType() - Method in class gw.lang.reflect.TypeBase
-
- isParameterizedType() - Method in class gw.xml.parser2.LocationRefType
-
- isParameterizedType() - Method in class gw.xml.parser2.XMLNodeType
-
- isParsed() - Method in interface gw.lang.parser.IGosuParser
-
- isParseDotsAsOperators() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isParsingBlock() - Method in interface gw.lang.parser.IGosuParser
-
- isParsingFunction() - Method in interface gw.lang.parser.IGosuParser
-
- isPartitionedIndexesSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isPartitionedTablesSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isPathIgnored(String) - Method in class gw.config.AbstractPlatformHelper
-
- isPathIgnored(String) - Method in interface gw.config.IPlatformHelper
-
- isPending(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is in some pending state
status == PENDING_ACK || status == PENDING_SEND || status == PENDING_RETRY
- isPendingSend(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is in some pending send state
status == PENDING_SEND || status == PENDING_RETRY
- isPermanent() - Method in class gw.api.system.ParameterKey
-
Whether this parameter is permanent (the value cannot be changed after installation).
- isPermitted() - Method in class gw.api.quickjump.EntityViewCommand
-
Returns true if the current user is permitted to use this command at all.
- isPermitted() - Method in class gw.api.quickjump.MultiParameterizedNavigationCommand
-
Returns true if the current user is permitted to use this command at all.
- isPermitted() - Method in class gw.api.quickjump.ParameterizedNavigationCommand
-
Returns true if the current user is permitted to use this command at all.
- isPermitted() - Method in class gw.api.quickjump.StaticNavigationCommand
-
Returns true if the current user is permitted to use this command at all.
- isPermitted() - Method in class gw.api.quickjump.WizardStepCommand
-
Returns true if the current user is permitted to use this command at all.
- isPersisted() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- isPlaceholder() - Method in interface gw.lang.reflect.IPlaceholder
-
- isPluginEnabled() - Static method in class gw.api.geocode.GeocodeUtils
-
- isPluginStarted(IType) - Static method in class gw.api.plugin.PluginUtils
-
Called to determine whether a plugin is enabled and has been started
- isPluginStarted(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
whether the plugin is started.
- isPluginStarted(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
whether the plugin is started.
- isPM(Date) - Static method in class gw.date.GosuDateUtil
-
Is the time PM?
- isPositioned() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isPositive(BigDecimal) - Static method in class gw.pl.util.BigDecimalUtil
-
- isPossible() - Method in interface gw.api.util.phone.GWPhoneNumber
-
This is loose validity check.
- isPossible() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- isPossible() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- isPossible() - Method in enum gw.api.util.phone.GWPhoneValidationResult
-
- isPossibleNumber(String, PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Returns true if the string parameter is possibly a phone number.
- isPossibleNumber(String) - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
This method will determine whether or not a string object can be a viable phone number.
- isPossibleNumberWithExtension(String) - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
This method will determine whether or not a string object can be a viable phone number.
- isPossibleNumberWithReason(String, PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Returns a GWPhoneValidationResult based on the given string input and the specified PhoneCountryCode typekey
- isPresentable() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- isPresentable() - Method in interface gw.lang.reflect.IPresentationInfo
-
- isPresentable() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- isPresentable() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- isPresentable() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- isPresentable() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- isPrimary() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- isPrimary() - Method in interface gw.lang.reflect.IPresentationInfo
-
- isPrimary() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- isPrimary() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- isPrimary() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- isPrimary() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- isPrimary() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- isPrimary() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- isPrimaryKey() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isPrimaryKey() - Method in interface gw.datatype.IPersistentDataType
-
Indicates whether this datatype represents a primary key.
- isPrimitive() - Method in interface gw.lang.ir.IRType
-
- isPrimitive() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isPrimitive() - Method in class gw.lang.ir.SyntheticIRType
-
- isPrimitive() - Method in class gw.lang.reflect.DefaultArrayType
-
- isPrimitive() - Method in class gw.lang.reflect.FunctionType
-
- isPrimitive() - Method in interface gw.lang.reflect.IType
-
True if this type represents a primitive type e.g., Java int, char, etc.
- isPrimitive() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isPrimitive() - Method in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- isPrimitive() - Method in class gw.lang.reflect.java.asm.AsmType
-
- isPrimitive() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- isPrimitive() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isPrimitive() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isPrimitive() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isPrimitive() - Method in class gw.lang.reflect.TypeBase
-
- isPrimitive() - Method in class gw.xml.parser2.LocationRefType
-
- isPrimitive() - Method in class gw.xml.parser2.XMLNodeType
-
- isPrimitiveOrBoxed(IType) - Method in interface gw.lang.parser.ICoercionManager
-
Determine whether the specified type is either a primitive or a boxed primitive.
- isPrimitiveOrBoxed(IType) - Method in class gw.lang.parser.StandardCoercionManager
-
- isPrintingCSV() - Static method in class gw.api.print.PrintUtil
-
Test if we are printing to a CSV file.
- isPrintingPDF() - Static method in class gw.api.print.PrintUtil
-
Test if we are printing to a PDF file.
- isPrintListViewOnly() - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
Returns true if only the list view panel on a page should be printed.
- isPrivate() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isPrivate() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isPrivate() - Method in interface gw.lang.parser.IReducedSymbol
-
- isPrivate() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isPrivate() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is private.
- isPrivate() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isPrivate() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isPrivate() - Method in class gw.lang.reflect.MethodInfoBase
-
- isPrivate() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isPrivate() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isPrivate() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isPrivate() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isProbeInMemorySQLMonitor() - Method in class gw.api.database.AWRReportUserSettings
-
- isProbeOnDiskSQLMonitor() - Method in class gw.api.database.AWRReportUserSettings
-
- isProbeVDollarTables() - Method in class gw.api.database.AWRReportUserSettings
-
- isProcessRunning() - Method in class gw.api.tools.BatchProcess
-
- isProfilerEnabledForThisThread() - Static method in class gw.api.profiler.Profiler
-
- isProfilingEnabled() - Method in class gw.api.profiler.WebServiceProfiler
-
- isProgram() - Method in interface gw.lang.parser.IParseResult
-
- isProgram() - Method in class gw.lang.parser.ParseResult
-
- isProhibited() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- isProhibited() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- isProhibited() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- isPromoted() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Check if this bean or branch has been promoted.
- isProperty() - Method in class gw.api.diff.DiffItem
-
Whether this diff is a property diff.
- isPropertyName(String) - Static method in class gw.lang.reflect.ImplicitPropertyUtil
-
- isPropertyNotArchived(IPropertyInfo) - Static method in class gw.api.importing.ImportingUtil
-
- isPropertyNullable(String) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
- isProtected() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isProtected() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isProtected() - Method in interface gw.lang.parser.IReducedSymbol
-
- isProtected() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isProtected() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is protected.
- isProtected() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isProtected() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isProtected() - Method in class gw.lang.reflect.MethodInfoBase
-
- isProtected() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isProtected() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isProtected() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isProtected() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isProximitySearch() - Method in interface gw.ab.addressbook.entity.ABContactSearchCriteria
-
Checks if this search has been set up as a proximity search.
- isProximitySearch() - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Checks if this search has been set up as a proximity search.
- isProxy(IType) - Static method in class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- isProxyClass(String) - Static method in class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- isProxyStart(String) - Static method in class gw.lang.reflect.gs.IGosuClass.ProxyUtil
-
- isPublic() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isPublic() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isPublic() - Method in interface gw.lang.parser.IReducedSymbol
-
- isPublic() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isPublic() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is public.
- isPublic() - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isPublic() - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isPublic() - Method in class gw.lang.reflect.MethodInfoBase
-
- isPublic() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isPublic() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isPublic() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isPublic() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isQueryable() - Method in interface gw.entity.IQueryablePropertyInfo
-
- isQueryOptimizerTracingAvailable() - Static method in class gw.api.profiler.ProfilerPageHelper
-
- isQueryOptimizerTracingEnabledInCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- isQueryPathExpressionPart(IFieldAccessExpression) - Static method in class gw.lang.parser.expressions.IQueryPathExpression.Util
-
- isQuiet() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method isQuiet
- isQuiet() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Method isQuiet
- isRange() - Method in class gw.api.database.Range
-
- isReadable() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- isReadable() - Method in interface gw.lang.parser.IReducedDynamicPropertySymbol
-
- isReadable() - Method in interface gw.lang.reflect.IPropertyInfo
-
- isReadable() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- isReadable() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isReadable() - Method in class gw.plugin.management.AttributeInfo
-
True if the attribute is readable, false otherwise.
- isReadable() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.ParentPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDAttributePropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDChildElementPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDChildListPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDGroupingListPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDGroupingPropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDNodeValuePropertyInfo
-
- isReadable() - Method in class gw.xml.xsd.typeloader.XSDSimpleChildPropertyInfo
-
- isReadOnly() - Method in interface gw.pl.persistence.core.Bundle
-
Whether modifications can be made to beans in this bundle.
- isReadyToDownload(boolean) - Method in class gw.api.tools.OracleAWRHelper
-
- isReadyToDownload() - Method in class gw.api.tools.OracleStatspackHelper
-
- isReference() - Method in interface gw.api.importing.graph.Element
-
the element is reference element
- isReferencedEntity() - Method in interface gw.api.archiving.upgrade.IArchivedEntity
-
- isRelativePath(String) - Static method in class gw.pl.util.FileUtil
-
- isReloadable() - Method in interface gw.lang.reflect.ITypeRef
-
- isRememberMe() - Method in class gw.api.util.LoginForm
-
- isRemoteExecutionEnvironment() - Method in class gw.test.remote.ForwardingTestEnvironment
-
- isRemoteExecutionEnvironment() - Method in class gw.test.TestEnvironment
-
- isRemove() - Method in class gw.api.diff.DiffItem
-
Whether this diff is a diff remove.
- isRemoved() - Method in interface gw.api.bean.compare.Diff
-
Whether this diff represents an item being removed
- isRemoved() - Method in class gw.api.bean.compare.DiffImpl
-
- isRemoved() - Method in class gw.api.bean.compare.EntityDiffImpl
-
- isRemoved() - Method in class gw.api.bean.compare.PropertyDiffImpl
-
- isRequestAvailable() - Static method in class gw.api.web.Scopes
-
Deprecated.
Returns true if it is safe to call getRequest() and getSession().
- isRequired() - Method in class gw.api.system.ParameterKey
-
Whether this parameter is required.
- isRequired() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isRequired() - Method in class gw.lang.gosuc.GosucArg
-
- isRequired() - Method in class gw.lang.reflect.IPresentationInfo.Default
-
- isRequired() - Method in interface gw.lang.reflect.IPresentationInfo
-
- isRequired() - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- isRequired() - Method in class gw.xml.parser2.XmlAttributePresentationInfo
-
- isRequired() - Method in class gw.xml.parser2.XMLAttributePropertyInfo
-
- isRequired() - Method in class gw.xml.parser2.XMLChildElementDeclaration
-
- isRequired() - Method in class gw.xml.parser2.XMLChildElementPresentationInfo
-
- isRequired() - Method in class gw.xml.parser2.XMLChildListPresentationInfo
-
- isRequired() - Method in class gw.xml.parser2.XMLNodeValueDeclaration
-
- isRequired() - Method in class gw.xml.parser2.XMLNodeValuePresentationInfo
-
- isRequired() - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- isRequiresApproval() - Method in class gw.plugin.approval.ApprovalResult
-
- isReservedKeyword(String) - Static method in class gw.lang.parser.Keyword
-
- isResolveWithFuturePeriods() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
When a branch is promoted and there exists a future bound period (or
periods, but multiple would be rare) then this method returns true until it
is cleared.
- isResumeAvailable() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- isResumed(int, MessageProcessingDirection) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Returns true if the processing for the specified destination
and direction is active (resumed), returns false otherwise.
- isResumed(int, MessageProcessingDirection) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- isRetainDebugInfo() - Method in interface gw.lang.reflect.IEntityAccess
-
- isRetireable() - Method in interface gw.entity.IEntityType
-
Returns true if this type is retireable.
- isRetired() - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the retired field on TypeKey
- isRetired() - Method in interface gw.entity.TypeKey
-
Returns true if this type key is retired.
- isRetired() - Method in interface gw.pl.external.typelist.TypeKey
-
Deprecated.
- isRetired() - Method in interface gw.pl.persistence.core.entity.Retireable
-
- isRetryable() - Method in class gw.api.admin.EventMessage
-
- isRetryable() - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Tests if the error is retryable.
- isRetryable() - Method in interface gw.pl.messaging.entity.Message
-
this will test whether the message is retryable
- isRetryable(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is retryable
isRetryableError || isInFlight
- isRetryable() - Method in exception gw.plugin.ContactCommunicationException
-
Is it worth re-sending a message after getting this error?
- isRetryableError(int) - Static method in class gw.pl.messaging.MessageStatus
-
Returns whether or not the message is a retryable error
status == RETRYABLE_ERROR
- isReverse() - Method in class gw.lang.reflect.interval.AbstractInterval
-
- isReverse() - Method in interface gw.lang.reflect.interval.IInterval
-
- isReverseIndexesSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isReviewAssignment() - Method in class gw.plugin.assignment.AssignmentResponse
-
Whether or not the assignment is to be reviewed.
- isRightClosed() - Method in interface gw.lang.parser.expressions.IIntervalExpression
-
- isRightClosed() - Method in class gw.lang.reflect.interval.AbstractInterval
-
- isRightClosed() - Method in interface gw.lang.reflect.interval.IInterval
-
- isRunning() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- isRunning() - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
Whether or not the process is currently running
- isRunPreUpdateRulesOnImport() - Method in class gw.api.webservice.importTools.ImportToolsImpl
-
- isSafeToDelete() - Method in interface gw.pl.community.entity.Group
-
Tests if the group can be safely deleted.
- isSafeToDelete() - Method in interface gw.pl.community.entity.Organization
-
Tests if the organization can be safely deleted.
- isSafeToDelete() - Method in interface gw.pl.community.entity.User
-
Tests if the user can be safely deleted.
- isSame(GWPhoneNumber, GWPhoneNumber) - Static method in class gw.api.util.PhoneUtil
-
Returns true if two GWPhoneNumber objects are the same.
- IsSaturdayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Saturday is considered a business day *
- isScheduled() - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- isScmFile(File) - Method in interface gw.api.scm.IScmAdapter
-
Returns true if the file or directory is for SCM record keeping and is not
part of the files under source control.
- isScopedField() - Method in interface gw.lang.reflect.gs.IGosuVarPropertyInfo
-
- isScriptable() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isScriptable(FeatureDescriptor) - Static method in class gw.lang.reflect.BeanInfoUtil
-
- isScriptable() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is exposed for scripting.
- isScriptable() - Method in class gw.lang.reflect.MethodInfoBase
-
- isScriptable() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isScriptable() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isScriptable() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isScriptable() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isSearchAvailable() - Static method in class gw.api.messaging.SOOMessageSearchItemUtil
-
Deprecated.
do not use this, use the one that is checks by dest id
- isSearchAvailable(int) - Static method in class gw.api.messaging.SOOMessageSearchItemUtil
-
This will return whether search is avaliable
- isSearchFor(IType) - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Determines whether this criteria is searching for contacts of the given type.
- isSearchForQueriesOnlyInFirstSnapshot() - Method in class gw.api.database.AWRReportUserSettings
-
- isSearchForQueriesOnlyInLastSnapshot() - Method in class gw.api.database.AWRReportUserSettings
-
- isSearchForQueriesWithMultiplePlans() - Method in class gw.api.database.AWRReportUserSettings
-
- isSearchValid() - Method in interface gw.pl.contact.entity.ProximitySearchParameters
-
Checks if fields are populated indicating that a proximity search is intended.
- isSecurityTypeCreatableByUser(NoteSecurityType) - Method in interface gw.pl.note.entity.Note
-
This will return true if the current user can create
a note of type requested.
- isSemiPermanent() - Method in class gw.api.system.ParameterKey
-
Whether this parameter is semi permanent (the value can be changed after installation in special circumstances).
- isSenderFault() - Method in exception gw.xml.ws.WebServiceException
-
- isSerializedParameter(String) - Static method in class gw.testharness.TestPropertyUtil
-
- isServerMutable() - Method in interface gw.lang.reflect.IEntityAccess
-
- isServerSide() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Indicate if we should be emitting server side code and deploy/undeploy
- isSet() - Method in class gw.api.tools.SetLogLevelData.LevelComparable
-
- isSet() - Method in interface gw.pl.custom.entity.DateCriteria
-
True if any of the fields in this criteria object are set.
- isSet() - Method in interface gw.pl.custom.entity.FinancialCriterion
-
True if any of the fields in this criteria object are set.
- isSet() - Method in interface gw.pl.custom.entity.GroupSearchCriterion
-
True if any of the fields in this criteria object are set.
- isSet() - Method in interface gw.pl.custom.entity.NameCriteria
-
True if any of the fields in this criteria object are set.
- isSetter() - Method in class gw.lang.reflect.ImplicitPropertyUtil.ImplicitPropertyInfo
-
- isShadowingMode() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- isShadowMode() - Method in class gw.lang.gosuc.GosucProject
-
- isShadowMode() - Method in interface gw.lang.reflect.module.IProject
-
- isShort() - Method in interface gw.lang.ir.IRType
-
- isShort() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isShort() - Method in class gw.lang.ir.SyntheticIRType
-
- isShouldExport() - Method in class gw.pl.modules.ModuleDependencyNode
-
- isShouldExport() - Method in class gw.pl.modules.pom.PomModuleDependencySpec
-
- isShouldOptimize() - Method in class gw.lang.parser.ParserOptions
-
- isShowNoneSelected() - Method in class gw.document.DocumentCreationInfo.DynamicWidgetInfo
-
Returns true if "none selected" is a valid choice for this context object (i.e. the context object value can be null), false otherwise.
- isShowPreviousStatistics() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- isShowRerunColHeader() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- isSiblingOf(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- isSimpleValueWrapper() - Method in class gw.xml.xsd.info.XSDElementInfo
-
- isSingleCurrencyMode() - Static method in class gw.api.util.CurrencyUtil
-
True if the UI should be in single-currency mode.
- isSingleModuleMode() - Method in interface gw.lang.reflect.ITypeSystem
-
- isSingleModuleMode() - Method in interface gw.lang.reflect.module.IExecutionEnvironment
-
- isSingleModuleMode() - Static method in class gw.lang.reflect.TypeSystem
-
- isSingleServingLoader() - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- isSingleThreadOnNonSafeOrderedMessages() - Method in class gw.api.messaging.ExternalDestinationConfig
-
- isSkeletonWanted() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Indicate if we should be deploying skeleton or implementation
- isSkipable() - Method in class gw.api.admin.EventMessage
-
- isSkipped() - Method in class gw.api.archiving.ArchiveDetailsData
-
- isSlice() - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Whether this bean is sliced.
- isSliceEdit() - Method in class gw.api.diff.DiffAdd
-
- isSliceEdit() - Method in class gw.api.diff.DiffItem
-
Whether this diff is a slice edit.
- isSliceEdit() - Method in class gw.api.diff.DiffProperty
-
Whether this diff is a slice edit.
- isSliceEdit() - Method in class gw.api.diff.DiffRemove
-
- isSnapshotChosen() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- isSolaris() - Static method in class gw.pl.util.PlatformUtil
-
- isSolaris() - Static method in class gw.util.OSPlatform
-
- isSolaris() - Static method in class gw.util.Shell
-
- isSpatial() - Method in class gw.api.tools.DatabaseInfo.IndexInfo
-
- isSpatial() - Method in enum gw.datatype.JdbcType
-
- isSpecial() - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- isSqlFailure() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- isSQLServer() - Static method in class gw.testharness.RunInDatabase.Util
-
- isStackSymbol() - Method in interface gw.lang.parser.IFunctionSymbol
-
Returns true if the value of this function symbol is stored on the stack as a variable
- isStackTraceTrackingEnabledInCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- isStagingTable() - Method in class gw.api.database.DatabaseRow
-
- isStandard() - Method in interface gw.lang.parser.ILanguageLevel
-
- isStartablePlugin(String) - Method in interface gw.api.startable.IStartableService
-
- isStartablePlugin(String) - Method in class gw.api.startable.StartableServiceImpl
-
- isStatementsOnly() - Method in class gw.lang.parser.ParserOptions
-
- isStatic() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isStatic() - Method in interface gw.lang.parser.expressions.IVarStatement
-
- isStatic() - Method in interface gw.lang.parser.IDynamicFunctionSymbol
-
- isStatic() - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- isStatic() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- isStatic() - Method in interface gw.lang.parser.IReducedSymbol
-
- isStatic() - Method in class gw.lang.reflect.BaseJavaTypeInfo
-
- isStatic() - Method in class gw.lang.reflect.BaseTypeInfo
-
- isStatic() - Method in class gw.lang.reflect.FunctionTypeInfo
-
- isStatic() - Method in interface gw.lang.reflect.gs.ICompilableType
-
- isStatic() - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
True if this feature is static, meaning the feature is not specific to a
particular instance of the feature's containing type.
- isStatic() - Method in class gw.lang.reflect.MetaMethodInfoDelegate
-
- isStatic() - Method in class gw.lang.reflect.MetaPropertyInfoDelegate
-
- isStatic() - Method in class gw.lang.reflect.MethodInfoBase
-
- isStatic() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isStatic() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isStatic() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- isStatic() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isStatic() - Method in class gw.lang.reflect.SimpleMethodInfo
-
- isStatic() - Method in class gw.lang.reflect.SimpleParameterInfo
-
- isStatic() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isStatic() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNodeConstructorInfo
-
- isStatic() - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- isStatic() - Method in class gw.xml.xsd.typeloader.XSDGroupingConstructorInfo
-
- isStatsGenerated() - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- isStrict() - Static method in class gw.datatype.DataTypes
-
Utility method for determining whether data types are running in "strict" mode.
- isStringType(String) - Static method in class gw.document.ContextObject
-
- isStructural() - Method in interface gw.lang.ir.IRType
-
- isStructural() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isStructural() - Method in class gw.lang.ir.SyntheticIRType
-
- isStructuralAndErased(IRType) - Method in interface gw.lang.ir.IRType
-
- isStructuralAndErased(IRType) - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isStructuralAndErased(IRType) - Method in class gw.lang.ir.SyntheticIRType
-
- isStructurallyAssignable(IType, IType) - Static method in class gw.lang.parser.StandardCoercionManager
-
- isStructurallyAssignable_Laxed(IType, IType) - Static method in class gw.lang.parser.StandardCoercionManager
-
- isStructure() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isSubClass(IType) - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isSubtype() - Method in class gw.api.tools.EntityDisplayInfo
-
- isSucceeded() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- isSuccessfullyGeocoded() - Method in interface gw.pl.contact.entity.Address
-
Checks if the location information (Latitude, Longitude and GeocodeStatus) has been successfully set.
- isSuccessStatus(GeocodeStatus) - Static method in class gw.api.geocode.GeocodeUtils
-
- Issue - Interface in gw.api.archiving.upgrade
-
Created by IntelliJ IDEA.
- IssueEntity - Class in gw.api.archiving.upgrade
-
- IssueEntity(String, String, String) - Constructor for class gw.api.archiving.upgrade.IssueEntity
-
- IssueEntityHasBeenDropped - Class in gw.api.archiving.upgrade
-
- IssueEntityHasBeenDropped(String, String, String) - Constructor for class gw.api.archiving.upgrade.IssueEntityHasBeenDropped
-
- IssueProperty - Class in gw.api.archiving.upgrade
-
- IssueProperty(String, String, String, String, CharSequence, Object) - Constructor for class gw.api.archiving.upgrade.IssueProperty
-
- IssuePropertyEntityHasBeenDropped - Class in gw.api.archiving.upgrade
-
- IssuePropertyEntityHasBeenDropped(String, String, String, String, CharSequence) - Constructor for class gw.api.archiving.upgrade.IssuePropertyEntityHasBeenDropped
-
- IssuePropertyHasBeenDropped - Class in gw.api.archiving.upgrade
-
- IssuePropertyHasBeenDropped(String, String, String, String, CharSequence) - Constructor for class gw.api.archiving.upgrade.IssuePropertyHasBeenDropped
-
- IssuePropertyNew - Class in gw.api.archiving.upgrade
-
- IssuePropertyNew(String, String, String, String, Object) - Constructor for class gw.api.archiving.upgrade.IssuePropertyNew
-
- IssuePropertyNotFound - Class in gw.api.archiving.upgrade
-
- IssuePropertyNotFound(String, String, String, String, CharSequence) - Constructor for class gw.api.archiving.upgrade.IssuePropertyNotFound
-
- isSufficientlyCompleteToGeocode(Address) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
By default, this method checks if the address is sufficient to geocode without calling the service
- isSufficientlyCompleteToGeocode(Address) - Method in interface gw.plugin.geocode.GeocodePlugin
-
Checks if the address to see if it has sufficiently complete information to Geocode it, without checking
the Geocoding service.
- IsSundayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Sunday is considered a business day *
- isSuperOrThisConstructor() - Method in interface gw.lang.parser.IReducedDynamicFunctionSymbol
-
- isSupervisor(Key) - Method in interface gw.pl.community.entity.Group
-
- isSupervisorInChain(Key) - Method in interface gw.pl.community.entity.Group
-
- isSupportedRunlevel(Runlevel) - Static method in enum gw.api.server.AvailabilityLevel
-
- isSupportingVacationingUsers() - Method in interface gw.pl.community.entity.User
-
Returns true if there are users that are on vacation and are backed by current user.
- isSupportRelativePackageResolution() - Method in interface gw.lang.parser.ITypeUsesMap
-
- isSupportsAWR() - Method in class gw.api.tools.OracleAWRHelper
-
- isSupportsKeywords() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isSupportsStatspack() - Method in class gw.api.tools.OracleStatspackHelper
-
- isSuppressed(String) - Method in interface gw.lang.parser.exceptions.IWarningSuppressor
-
- isSuppressed(String) - Method in exception gw.lang.parser.exceptions.ParseWarning
-
- isSuppressed(IWarningSuppressor) - Method in interface gw.lang.parser.IParsedElement
-
- isSuspendAvailable() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- isSuspended(int, MessageProcessingDirection) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Returns true if the processing for the specified destination
and direction is suspended, returns false otherwise.
- isSuspended(int, MessageProcessingDirection) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- isSymbolWithinScope(ISymbol, IScope) - Method in interface gw.lang.parser.ISymbolTable
-
- isSymbolWithinScope(ISymbol, IScope) - Method in class gw.lang.parser.StandardSymbolTable
-
- isSymbolWithinScope(ISymbol, IScope) - Method in class gw.lang.parser.ThreadSafeSymbolTable
-
- isSynced() - Method in class gw.api.contact.LinkStatus
-
Tests if the current link status is synced or not.
- isSynced() - Method in interface gw.pl.contact.entity.Contact
-
Deprecated.
since ClaimCenter 8.0, use ContactSystemUtil#contactIsSynced(contact)
- isSyncedRemote() - Method in class gw.api.contact.LinkStatus
-
Verifies a link status is one of:
SYNCED_REMOTE
Linked but not in sync because the local contact has changed.
- isSynched() - Method in class gw.api.messaging.SynchStateData
-
Deprecated.
If true then the message sink will receive all events associated w/ the
object; otherwise the object must be validated by the sink before
receiving any events
- isSynthetic() - Method in interface gw.lang.parser.IParsedElement
-
- isSynthetic() - Method in class gw.lang.reflect.java.asm.AsmField
-
- isSynthetic() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- isSynthetic() - Method in interface gw.lang.reflect.java.IJavaClassBytecodeConstructor
-
- isSynthetic() - Method in interface gw.lang.reflect.java.IJavaClassBytecodeMethod
-
- isSynthetic() - Method in interface gw.lang.reflect.java.IJavaClassField
-
- isSynthetic() - Method in interface gw.lang.reflect.java.IJavaClassMethod
-
- isSystemPattern() - Method in interface gw.pl.activity.entity.ActivityPattern
-
System patterns are a set of activity patterns known to the system and used
for special purposes.
- isSystemUser() - Method in interface gw.pl.community.entity.User
-
Indicates whether or not this user is a system user, indicated by the SystemUserType field on User
- isTablesWithUnusedColumnsSupported() - Method in class gw.api.tools.DatabaseInfo
-
- isTabVisible() - Static method in class gw.api.tools.InternalTools
-
- IStackProvider - Interface in gw.lang.parser
-
- isTargetHiddenFrame() - Method in class gw.document.DocumentContentsInfo
-
- IStartablePlugin - Interface in gw.api.startable
-
- IStartableService - Interface in gw.api.startable
-
- IStatement - Interface in gw.lang.parser
-
- IStatementList - Interface in gw.lang.parser.statements
-
- IStaticTypeOfExpression - Interface in gw.lang.parser.expressions
-
- isTaxId(OfficialIDType) - Method in interface gw.plugin.contact.OfficialIdToTaxIdMappingPlugin
-
Determine whether a given OfficialIDType is a TaxID type.
- isTemp() - Method in class gw.lang.ir.IRSymbol
-
- isTemporary() - Method in interface gw.pl.community.entity.Organization
-
Returns true if this is a temporary Organization.
- isTemporary() - Method in class gw.pl.persistence.core.Key
-
Determines whether the key is "temporary", which means it is a negative long minted by the bundle to which the
entity was added for insert.
- isTerminal() - Method in class gw.api.contact.AutocompleteResult
-
- isTest() - Static method in class gw.api.system.server.ServerModeUtil
-
Indicates whether or not the server is in "test" mode.
- isTestCaseWanted() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Method isTestCaseWanted
- isTestClass() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- isTestClass() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- isTestClass() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- isTestResource() - Method in class gw.lang.reflect.gs.IFileSystemGosuClassRepository.ClassPathEntry
-
- isThrowawayProgram() - Method in class gw.lang.parser.ParserOptions
-
- isThrowParseResultsExceptionForWarnings() - Method in interface gw.lang.parser.IGosuParser
-
- IsThursdayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Thursday is considered a business day *
- isTokenSet(String, String, String) - Static method in class gw.api.contact.ContactTokenThreadLocal
-
Checks to see if a token has been set for the appString, link and type
- isTraceEnabled() - Static method in class gw.api.util.Logger
-
- isTraceEnabled() - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- isTraceEnabled() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isTraceEnabled(Marker) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isTraceEnabled() - Method in interface gw.util.ILogger
-
- isTraceEnabled() - Method in class gw.util.SystemOutLogger
-
- isTransparent() - Method in class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- isTransparent() - Method in interface gw.lang.parser.IActivationContext
-
- isTreeFolderOpen(String) - Method in interface gw.testharness.ISmokeTestHelper
-
- isTreeVerifcationEnabled() - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- isTriggerAvailable(String, WorkflowTriggerKey) - Method in class gw.api.webservice.workflow.WorkflowAPIImpl
-
True if the given trigger is available in the Workflow; i.e. if it is OK to pass the
trigger ID to the invokeTrigger method.
- isTriggerAvailable(WorkflowTriggerKey) - Method in interface gw.pl.workflow.entity.Workflow
-
True if the given trigger is available in the Workflow; i.e. if it is OK to pass the
trigger ID to the invokeTrigger method
- IStringConstraintsHandler - Interface in gw.datatype.handler
-
Subclass of constraints handler for string values.
- IStringEnumeration - Interface in gw.util
-
A flag interface that indicates that this type uses string literals
as its representation (rather than constants)
- IStringLiteralExpression - Interface in gw.lang.parser.expressions
-
- IStringPresentationHandler - Interface in gw.datatype.handler
-
Subclass of presentation handler for string values.
- isTrue(boolean, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to make sure that the argument passed in is true
- isTrue() - Method in class gw.util.MutableBoolean
-
- IsTuesdayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Tuesday is considered a business day *
- isTypeCollisionProtection() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Get the type collision protection setting
- isTypeGosuClassInstance() - Method in interface gw.lang.reflect.java.IClassJavaClassInfo
-
- isTypeKey() - Method in interface gw.api.importing.graph.Element
-
The element is a typekey reference.
- isTypeKey() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isTypekey(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- isTypeKeyType(String) - Static method in class gw.document.ContextObject
-
- isTypeListTable() - Method in class gw.api.database.DatabaseRow
-
- isTypelistTable() - Method in class gw.api.tools.DatabaseInfo.TableInfo
-
- isTypeRefreshedOutsideOfLock(IType) - Method in interface gw.lang.reflect.ITypeRef
-
- isTypeVariable() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- isTypeVariable() - Method in class gw.lang.reflect.java.asm.AsmType
-
- isTypeVariable() - Method in interface gw.lang.reflect.java.asm.IAsmType
-
- isUnique() - Method in interface gw.api.database.IndexStatistics
-
- isUnreachableCodeDetectionOn() - Method in interface gw.lang.reflect.IEntityAccess
-
- isUnrestrictedUser() - Method in interface gw.pl.community.entity.User
-
Indicates whether or not this user is the super user that should be granted all permissions.
- isUnterminatedComment() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isUnterminatedString() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isUpdatedSinceLastViewed() - Method in interface gw.pl.activity.entity.Activity
-
Returns a boolean indicating whether or not this activity was updated since the last time it was viewed.
- ISuperTypeClause - Interface in gw.lang.parser.statements
-
- isUploadFile() - Method in class gw.document.DocumentDetailsInfo
-
Indicates whether the user wants to upload new content for the document.
- isUpperBounded() - Method in class gw.api.database.DBDateRange
-
- isUpperBounded() - Method in class gw.api.database.Range
-
- isUpperBounded() - Method in class gw.api.database.ValueRange
-
- isUpperBoundInclusive() - Method in class gw.api.database.DBDateRange
-
- isUpperBoundInclusive() - Method in class gw.api.database.NumberRange
-
- isUpperBoundInclusive() - Method in class gw.api.database.Range
-
- isUpperBoundInclusive() - Method in class gw.api.database.ValueRange
-
- isUseCDATAForNodeContents() - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- isUseCDATAForNodeContents() - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- isUseCDATAForNodeContents() - Method in interface gw.xml.IXMLNodeFormat
-
- isUseCDATAForNodeContents() - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- isUseCDATAForNodeContents() - Method in class gw.xml.XMLNodeFormat
-
- isUseCDATAForNodeContents() - Method in class gw.xml.xsd.XSDNodeFormat
-
- isUseDoubleQuotes() - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- isUseDoubleQuotes() - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- isUseDoubleQuotes() - Method in interface gw.xml.IXMLNodeFormat
-
True if double quotes should be used, false otherwise.
- isUseDoubleQuotes() - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- isUseDoubleQuotes() - Method in class gw.xml.XMLNodeFormat
-
- isUseDoubleQuotes() - Method in class gw.xml.xsd.XSDNodeFormat
-
- isUseExperimentalRawDataOutput() - Method in class gw.api.database.AWRReportUserSettings
-
- isUseJapaneseImperial(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Returns true if this date widget is using Japanese Imperial calendar currently.
- isUseTerminalWidth() - Static method in class gw.lang.cli.CommandLineAccess
-
- isValid() - Method in class gw.api.database.spatial.SpatialPolygon
-
Checks if the geometry is valid.
- isValid() - Method in class gw.api.geocode.AbstractGeocodePlugin.LatLong
-
- isValid() - Method in interface gw.api.util.phone.GWPhoneNumber
-
This is a very strict validity check.
- isValid() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- isValid() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- isValid() - Method in interface gw.lang.parser.template.ITemplateGenerator
-
- isValid() - Method in class gw.lang.reflect.DefaultArrayType
-
- isValid() - Method in class gw.lang.reflect.FunctionType
-
- isValid() - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- isValid() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- isValid() - Method in interface gw.lang.reflect.IType
-
Defines this type if it is not yet fully defined.
- isValid() - Method in class gw.lang.reflect.MethodScore
-
- isValid() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- isValid() - Method in class gw.lang.reflect.TypeBase
-
- isValid() - Method in interface gw.plugin.contact.ValidateABContactPluginResult
-
- isValid() - Method in class gw.xml.parser2.LocationRefType
-
- isValid() - Method in class gw.xml.parser2.XMLNodeType
-
- isValidateOnSet() - Method in interface gw.datatype.IConstrainedDataType
-
Indicates whether the value should be validated on set.
- isValidExtension(String) - Static method in class gw.api.util.PhoneUtil
-
Checks if the extension is less than 8 digits long.
- isValidExtension(String) - Method in interface gw.plugin.phone.IPhoneNormalizerPlugin
-
Calculates whether or not the extension is valid
- isValidLatLong(Address) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
- isValidNumber(String) - Static method in class gw.api.util.PhoneUtil
-
Returns true if the string parameter is a valid number in the default phone country code
- isValidNumber(String, PhoneCountryCode) - Static method in class gw.api.util.PhoneUtil
-
Returns true if the string parameter is a valid number for a given country
- isValidPortableFileName(String) - Static method in class gw.pl.util.FileUtil
-
Returns true if the given name is a valid portable file name.
- isValidProximitySearch() - Method in interface gw.ab.addressbook.entity.ABContactSearchCriteria
-
- isValidSourceFileHandle(ISourceFileHandle) - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- isValue() - Method in class gw.lang.parser.Keyword
-
- isValueBoxed() - Method in class gw.lang.parser.DefaultReducedSymbol
-
- isValueBoxed() - Method in interface gw.lang.parser.IReducedSymbol
-
- isValueBoxed() - Method in interface gw.lang.parser.ISymbol
-
- isValueKeyword(String) - Static method in class gw.lang.parser.Keyword
-
- isVendor() - Method in interface gw.ab.addressbook.entity.ABContact
-
- isVerbose() - Method in class gw.pl.util.webservices.axis.GWParser
-
Method isVerbose
- isVersionable() - Method in class gw.api.tools.EntityDisplayInfo
-
- isVersionable() - Method in interface gw.entity.IEntityType
-
Returns true if this type is versionable.
- isViableNumber(String) - Static method in class gw.api.util.PhoneUtil
-
Checks if a string can be a viable phone number.
- isViableNumberWithExtension(String) - Static method in class gw.api.util.PhoneUtil
-
Checks if a string can be a viable phone number.
- isViewColumn() - Method in class gw.api.tools.PropertyDisplayInfo
-
- isViewEntityClass(IType) - Method in interface gw.lang.reflect.IEntityAccess
-
- isVisible() - Method in interface gw.api.profiler.ProfilerRuleExecutionHelper
-
- isVisible(IScriptabilityModifier) - Method in class gw.lang.reflect.BaseFeatureInfo
-
- isVisible(FeatureDescriptor, IScriptabilityModifier) - Static method in class gw.lang.reflect.BeanInfoUtil
-
Determine if the descriptor is visible given a visibility constraint.
- isVisible(IScriptabilityModifier) - Method in interface gw.lang.reflect.IAttributedFeatureInfo
-
Determine if this feature is visible given a visibility constraint.
- isVisible(IScriptabilityModifier) - Method in class gw.lang.reflect.MethodInfoBase
-
- isVisible(IScriptabilityModifier) - Method in class gw.lang.reflect.MethodInfoDelegate
-
- isVisible(IScriptabilityModifier) - Method in class gw.lang.reflect.PropertyInfoBase
-
- isVisible(IScriptabilityModifier) - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isVisible(IScriptabilityModifier) - Method in class gw.lang.reflect.SimpleMethodInfo
-
- isVisible(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Returns true only if an HTML element exists and is visible on the page for the given element id.
- isVisible(IScriptabilityModifier) - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isVisibleAtRuntime() - Method in class gw.lang.reflect.java.asm.AsmAnnotation
-
- isVisibleViaFeatureDescriptor(IScriptabilityModifier) - Method in class gw.lang.reflect.java.ErrorJavaClassInfo
-
- isVisibleViaFeatureDescriptor(IScriptabilityModifier) - Method in interface gw.lang.reflect.java.IJavaClassInfo
-
- isVisibleViaFeatureDescriptor(IScriptabilityModifier) - Method in interface gw.lang.reflect.java.IJavaMethodDescriptor
-
- isVisibleViaFeatureDescriptor(IScriptabilityModifier) - Method in interface gw.lang.reflect.java.IJavaPropertyDescriptor
-
- isVoid() - Method in interface gw.lang.ir.IRType
-
- isVoid() - Method in class gw.lang.ir.SyntheticIRArrayType
-
- isVoid() - Method in class gw.lang.ir.SyntheticIRType
-
- isWaiting() - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
Whether the helper is waiting
- isWarnEnabled() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isWarnEnabled(Marker) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- isWarnEnabled() - Method in class gw.util.SystemOutLogger
-
- isWarnOnImplicitCoercionsOn() - Method in interface gw.lang.reflect.IEntityAccess
-
- isWebProfilerEnabledInCurrentSession() - Static method in class gw.api.profiler.WebSessionProfilerPageHelper
-
- IsWednesdayBusinessDay - Static variable in class gw.api.system.PLConfigParameters
-
Whether Wednesday is considered a business day *
- isWhitespace(String) - Static method in class gw.util.GosuStringUtil
-
Checks if the String contains only whitespace.
- isWhitespaceSignificant() - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- isWideSearch() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- isWideSearch() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- isWidgetExcluded(String) - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
Returns true if the given widget should be excluded from the print process.
- isWindow() - Method in class gw.api.diff.DiffItem
-
Whether this diff is a window diff.
- isWindows() - Static method in class gw.pl.util.PlatformUtil
-
- isWindows() - Static method in class gw.util.OSPlatform
-
- isWindows() - Static method in class gw.util.Shell
-
- ISwitchStatement - Interface in gw.lang.parser.statements
-
- isWithinScope(ISymbol, ISymbolTable) - Method in interface gw.lang.parser.expressions.IBlockExpression
-
- isWorkQueue(BatchProcessType) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- isWorksheet() - Method in class gw.api.quickjump.StaticNavigationCommand
-
Returns true if the target location is a worksheet.
- isWrapped() - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Are we wrapping literal soap body elements.
- isWritable() - Method in interface gw.lang.parser.ISymbol
-
Returns true if this symbol is writable.
- isWritable() - Method in interface gw.lang.reflect.IPropertyInfo
-
- isWritable(IType) - Method in interface gw.lang.reflect.IPropertyInfo
-
- isWritable() - Method in class gw.lang.reflect.PropertyInfoBase
-
- isWritable(IType) - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- isWritable() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- isWritable(IType) - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isWritable() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- isWritable() - Method in class gw.plugin.management.AttributeInfo
-
True if the attribute is writable, false otherwise.
- isWritable(IType) - Method in class gw.xml.parser2.XMLChildListPropertyInfo
-
- isWritable() - Method in class gw.xml.parser2.XMLChildListPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isWritable() - Method in class gw.xml.parser2.XMLFieldPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.ChildrenPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.ParentPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDAttributePropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDChildElementPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDChildListPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDEnumerationStaticProperty
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingListPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDGroupingPropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDNodeValuePropertyInfo
-
- isWritable(IType) - Method in class gw.xml.xsd.typeloader.XSDSimpleChildPropertyInfo
-
- isWritePretty() - Method in class gw.pl.util.xml.XMLCodec
-
- isWriterRunning() - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- ISymbol - Interface in gw.lang.parser
-
- ISymbolTable - Interface in gw.lang.parser
-
- ISynthesizedMemberAccessExpression - Interface in gw.lang.parser.expressions
-
- ISyntheticFunctionStatement - Interface in gw.lang.parser.statements
-
- ISyntheticMemberAccessStatement - Interface in gw.lang.parser.statements
-
- ISystemTools - Interface in gw.api.webservice.systemTools
-
- isZero(BigDecimal) - Static method in class gw.pl.util.BigDecimalUtil
-
- isZero() - Method in class gw.xml.date.XmlDuration
-
- isZoneConfigurationValid() - Static method in class gw.api.admin.BaseAdminUtil
-
Returns true if zone config is valid, false otherwise.
- isZoneVisible(Country, ZoneType, String) - Method in interface gw.pl.community.entity.Organization
-
Determines if the input zone is visible to this organization.
- ITableImportAPI - Interface in gw.api.webservice.tableImport
-
This interface provides methods for integrity checking and loading data via
the staging tables.
- ITemplateGenerator - Interface in gw.lang.parser.template
-
- ITemplateHost - Interface in gw.lang.parser.template
-
- ITemplateObserver - Interface in gw.lang.parser.template
-
- ITemplateObserver.ITemplateObserverManager - Interface in gw.lang.parser.template
-
- ITemplateStringLiteral - Interface in gw.lang.parser.expressions
-
- ITemplateType - Interface in gw.lang.reflect.gs
-
- ItemStatusCounts - Class in gw.api.web.tools
-
item status count object for counting the items by their status
- ItemStatusCounts() - Constructor for class gw.api.web.tools.ItemStatusCounts
-
- ITERABLE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- IterableInterval<E extends java.lang.Comparable<E>,S,U,ME extends IterableInterval<E,S,U,ME>> - Class in gw.lang.reflect.interval
-
- IterableInterval(E, E, S) - Constructor for class gw.lang.reflect.interval.IterableInterval
-
- IterableInterval(E, E, S, U, boolean, boolean, boolean) - Constructor for class gw.lang.reflect.interval.IterableInterval
-
- iterateFromLeft() - Method in class gw.lang.reflect.interval.BigDecimalInterval
-
- iterateFromLeft() - Method in class gw.lang.reflect.interval.BigIntegerInterval
-
- iterateFromLeft() - Method in class gw.lang.reflect.interval.DateInterval
-
- iterateFromLeft() - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- iterateFromLeft() - Method in class gw.lang.reflect.interval.IntegerInterval
-
- iterateFromLeft() - Method in class gw.lang.reflect.interval.LongInterval
-
- iterateFromLeft() - Method in class gw.lang.reflect.interval.SequenceableInterval
-
- iterateFromRight() - Method in class gw.lang.reflect.interval.BigDecimalInterval
-
- iterateFromRight() - Method in class gw.lang.reflect.interval.BigIntegerInterval
-
- iterateFromRight() - Method in class gw.lang.reflect.interval.DateInterval
-
- iterateFromRight() - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- iterateFromRight() - Method in class gw.lang.reflect.interval.IntegerInterval
-
- iterateFromRight() - Method in class gw.lang.reflect.interval.LongInterval
-
- iterateFromRight() - Method in class gw.lang.reflect.interval.SequenceableInterval
-
- iterateProperties(Class) - Method in class gw.plugin.util.BeanInfoCache
-
Retrieves the properties of the given class in an unmodifiable iteration over the properties of the given class.
- IterationInfoNode - Class in gw.api.profiler
-
- IterationInfoNode(ProfilerTag, boolean) - Constructor for class gw.api.profiler.IterationInfoNode
-
- iterator() - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
- iterator(int) - Method in interface gw.api.database.IQueryResult
-
Returns an iterator of beans for the results of this query starting at startRow.
- iterator() - Method in class gw.lang.enhancements.OrderedList
-
- ITERATOR() - Static method in class gw.lang.ir.IRTypeConstants
-
- iterator() - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- iterator() - Method in class gw.lang.reflect.interval.IterableInterval
-
- ITERATOR() - Static method in class gw.lang.reflect.java.JavaTypes
-
- iterator() - Method in class gw.pl.util.PropertyTree
-
Gets the iterator from the children of this PropertyTree;
- iterator(int) - Method in class gw.plugin.solr.SolrQueryProcessor
-
- iterator() - Method in class gw.util.CaseInsensitiveSet
-
- iterator() - Method in class gw.util.concurrent.ConcurrentHashSet
-
- iterator() - Method in class gw.util.IdentitySet
-
- iterator() - Method in class gw.util.perf.objectsize.UnmodifiableArraySet
-
- iterator() - Method in class gw.util.perf.objectsize.UnmodifiableSizeTwoSet
-
- iterator() - Method in class gw.util.Stack
-
- iterator() - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- ITERATOR_NEXT - Static variable in class gw.api.profiler.ProfilerTag
-
- IteratorEntries<E> - Class in gw.smoketest.platform.web
-
Class description...
- IteratorEntries(ISmokeTest, PCFElementId, NewEntryCreator<E>) - Constructor for class gw.smoketest.platform.web.IteratorEntries
-
- IteratorEntriesForWizardSteps<E> - Class in gw.smoketest.platform.web
-
Class description...
- IteratorEntriesForWizardSteps(ISmokeTest, PCFElementId, NewEntryCreator<E>) - Constructor for class gw.smoketest.platform.web.IteratorEntriesForWizardSteps
-
- IteratorEntriesWithPaging<E> - Class in gw.smoketest.platform.web
-
A list of entries on page under an Iterator widget, which might be paged at runtime
- IteratorEntriesWithPaging(ISmokeTest, PCFElementId, NewEntryCreator<E>) - Constructor for class gw.smoketest.platform.web.IteratorEntriesWithPaging
-
- IteratorEntryCheckboxElement - Class in gw.smoketest.platform.web
-
A special checkbox to select an entry under an iterator
- IteratorEntryCheckboxElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.IteratorEntryCheckboxElement
-
- iteratorSize(Iterator<T>) - Static method in class gw.pl.util.CollectionUtil
-
Returns the number of elements (remaining) in the iterator it.
- ITerminalStatement - Interface in gw.lang.parser.statements
-
- ITestingClock - Interface in gw.plugin.system
-
Defines a pluggable interface for getting/setting the system time.
- ITestMetadata - Interface in gw.test
-
Metadata (e.g. annotation info) for a test method.
- ITestWithMetadata - Interface in gw.test
-
A test implementing this interface provides metadata (e.g. annotation info) for each of its test methods.
- IThrowStatement - Interface in gw.lang.parser.statements
-
- IToken - Interface in gw.lang.parser
-
- ITokenizerInstructor - Interface in gw.lang.parser
-
- ITokenizerInstructorState - Interface in gw.lang.parser
-
- ITokenizerOffsetMarker - Interface in gw.lang.parser
-
- ITryCatchFinallyStatement - Interface in gw.lang.parser.statements
-
- ITYPE() - Static method in class gw.lang.ir.IRTypeConstants
-
- IType - Interface in gw.lang.reflect
-
- ITYPE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- ITYPE_TYPE - Static variable in class gw.api.importing.ImportingUtil
-
- ITypeAsExpression - Interface in gw.lang.parser.expressions
-
- ITypeDeprecated - Interface in gw.lang.reflect
-
- ITypeDotFormatter<T extends IType> - Class in gw.api.graph.print
-
A DotFormatter for printing a graph of Gosu types.
- ITypeDotFormatter() - Constructor for class gw.api.graph.print.ITypeDotFormatter
-
- ITypedSymbol - Interface in gw.lang.parser
-
- ITypeFilter<T extends TypeKey> - Interface in gw.entity
-
Represents a static typekey filter.
- ITypeInfo - Interface in gw.lang.reflect
-
- ITypeInfo.FIND - Class in gw.lang.reflect
-
A general purpose class for finding methods and constructors.
- ITypeInfo.FIND() - Constructor for class gw.lang.reflect.ITypeInfo.FIND
-
- ITypeInfoFactory - Interface in gw.lang.reflect
-
- ITypeInfoMethodInfo - Interface in gw.lang.reflect
-
- ITypeInfoPropertyInfo - Interface in gw.lang.reflect
-
- ITypeInfoResolver - Interface in gw.lang.reflect.java
-
- ITypeIsExpression - Interface in gw.lang.parser.expressions
-
- ITypekeyPropertyInfo - Interface in gw.entity
-
Marker interface for typekey columns defined in the datamodel.
- ITypekeyPropertyInfo.TypeKeyFilteringDependencyComparator - Class in gw.entity
-
- ITypekeyPropertyInfo.TypeKeyFilteringDependencyComparator() - Constructor for class gw.entity.ITypekeyPropertyInfo.TypeKeyFilteringDependencyComparator
-
- ITypeList<T extends TypeKey> - Interface in gw.entity
-
- ITypeLiteralExpression - Interface in gw.lang.parser.expressions
-
- ITypeLoader - Interface in gw.lang.reflect
-
- ITypeLoaderListener - Interface in gw.lang.reflect
-
- ITypeLoaderStack - Interface in gw.lang.reflect.module
-
- ITypeLoaderStatement - Interface in gw.lang.parser.statements
-
- ITypeOfExpression - Interface in gw.lang.parser.expressions
-
- ITypeParameterListClause - Interface in gw.lang.parser.expressions
-
- ITypeParseError - Interface in gw.lang.reflect
-
NOTE: This API is in flux.
- ITypeParseIssue - Interface in gw.lang.reflect
-
NOTE: This API is in flux.
- ITypeParseIssues - Interface in gw.lang.reflect
-
NOTE: This API is in flux.
- ITypeParseWarning - Interface in gw.lang.reflect
-
NOTE: This API is in flux.
- ITypeRef - Interface in gw.lang.reflect
-
- ITypeRefFactory - Interface in gw.lang.reflect
-
- ITypeSystem - Interface in gw.lang.reflect
-
- ITypeSystemRefresher - Interface in gw.lang.reflect
-
- ITypeUsesMap - Interface in gw.lang.parser
-
- ITypeVariableArrayType - Interface in gw.lang.reflect
-
- ITypeVariableDefinition - Interface in gw.lang.parser.expressions
-
- ITypeVariableDefinitionExpression - Interface in gw.lang.parser.expressions
-
- ITypeVariableExtendsListClause - Interface in gw.lang.parser.statements
-
- ITypeVariableListClause - Interface in gw.lang.parser.expressions
-
- ITypeVariableType - Interface in gw.lang.reflect
-
- IUnaryExpression - Interface in gw.lang.parser.expressions
-
- IUnaryNotPlusMinusExpression - Interface in gw.lang.parser.expressions
-
- IUncacheableFeature - Interface in gw.lang.reflect
-
- IUninitializableTypeLoader - Interface in gw.lang.reflect
-
Allows clearing static typeloader data.
- IUnloadable - Interface in gw.lang.reflect
-
- IUpdateBuilder - Interface in gw.api.database
-
Updates rows in the database for the given table.
- IUsageSiteValidator - Interface in gw.lang.parser
-
- IUsageSiteValidatorReference - Annotation Type in gw.lang.parser
-
- IUserExceptionPlugin - Interface in gw.plugin.exception
-
Handles exceptions in users.
- IUsesStatement - Interface in gw.lang.parser.statements
-
- IUsesStatementList - Interface in gw.lang.parser.statements
-
- IUsingStatement - Interface in gw.lang.parser.statements
-
- IValidationPlugin - Interface in gw.plugin.validation
-
- IValidationResult - Interface in gw.api.validation
-
- IVarcharPersistenceHandler - Interface in gw.datatype.handler
-
Subclass of string-based persistence handler for varchar datatypes.
- IVarNode - Interface in gw.lang.javadoc
-
- IVarStatement - Interface in gw.lang.parser.expressions
-
- IVisibilityModifierType - Interface in gw.lang.reflect
-
- IWarningSuppressor - Interface in gw.lang.parser.exceptions
-
- IWhereClauseConditionalAndExpression - Interface in gw.lang.parser.expressions
-
- IWhereClauseConditionalOrExpression - Interface in gw.lang.parser.expressions
-
- IWhereClauseEqualityExpression - Interface in gw.lang.parser.expressions
-
- IWhereClauseExistsExpression - Interface in gw.lang.parser.expressions
-
- IWhereClauseParenthesizedExpression - Interface in gw.lang.parser.expressions
-
- IWhereClauseRelationalExpression - Interface in gw.lang.parser.expressions
-
- IWhereClauseUnaryExpression - Interface in gw.lang.parser.expressions
-
- IWhileStatement - Interface in gw.lang.parser.statements
-
- IWorkItemPriorityPlugin - Interface in gw.plugin.workqueue
-
Plugin interface used to calculate the work item priority
- IWsdlPort - Interface in gw.xml.ws
-
- IWsiAvailabilityAnnotation - Interface in gw.lang
-
Interface description...
- IWsiCheckDuplicateExternalTransaction - Interface in gw.xml.ws.annotation
-
Interface description...
- IWsiPermissionsAnnotation - Interface in gw.lang
-
Interface description...
- IXMLCodecConstants - Interface in gw.pl.util.xml
-
- IXmlMixedContent - Interface in gw.xml
-
Represents an entry in an XmlTypeInstance's mixed content list.
- IXMLNode<N extends IXMLNode<N>> - Interface in gw.xml
-
The root interface for untyped, mutable XMLNodes
- IXMLNodeFormat - Interface in gw.xml
-
- IXMLNodeFormat.DefaultXMLNodeFormat - Class in gw.xml
-
- IXMLNodeFormat.DefaultXMLNodeFormat() - Constructor for class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- IXMLNodeFormat.DiffFriendlyXMLNodeFormat - Class in gw.xml
-
- IXMLNodeFormat.NoSortXMLNodeFormat - Class in gw.xml
-
- IXMLNodeFormat.NoSortXMLNodeFormat() - Constructor for class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- IXMLNodeParserCallbacks<N extends IXMLNode<N>> - Interface in gw.xml
-
- IXmlNodeType - Interface in gw.xml.parser2
-
- IXmlNodeTypeFromJava - Interface in gw.xml.parser2
-
- IXmlNodeTypeFromXsd - Interface in gw.xml.xsd.typeloader
-
- IXMLNodeWithID<T extends IReadOnlyXMLNode<T>> - Interface in gw.xml.xsd
-
- IXMLObjectSerializerRegistry - Interface in gw.pl.util.xml
-
Interface description...
- IXMLParseError - Interface in gw.xml.parser2
-
Interface description...
- IXMLParseIssue - Interface in gw.xml.parser2
-
Interface description...
- IXMLParseWarning - Interface in gw.xml.parser2
-
Interface description...
- IXmlSchemaCompatibilityConfig - Interface in gw.config
-
- IXmlSchemaEnumValue - Interface in gw.xml
-
All schema-based enumerations implement this interface.
- IXMLSerializable - Interface in gw.pl.util.xml
-
- IXSDAttributeSpecification - Interface in gw.xml.xsd.schema
-
- IXSDChildElementInfo - Interface in gw.xml.xsd.info
-
- IXSDContent - Interface in gw.xml.xsd.schema
-
- IXSDDynamicEnum - Interface in gw.xml.parser2
-
This interface is used as a marker to indicate that an enumerication can be generated
- IXsdEnumerationType - Interface in gw.xml.xsd.typeloader
-
- IXSDExtensionOrRestriction - Interface in gw.xml.xsd.schema
-
- IXSDGrouping - Interface in gw.xml.xsd.schema
-
- IXsdGroupingType - Interface in gw.xml.xsd.typeloader
-
- IXSDRestrictionFacet - Interface in gw.xml.xsd.schema
-
- IXSDType - Interface in gw.xml.xsd.schema
-
- SafeOrderedObjectMessageStatistics - Class in gw.api.admin
-
Data object used to encapsulate messaging statistics for messages related to a
particular "ordering object" (such as a claim).
- SafeOrderedObjectMessageStatistics() - Constructor for class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Constructor.
- SafePersistingOrderInfoHelper - Class in gw.api.tools
-
Created by IntelliJ IDEA.
- SafePersistingOrderInfoHelper() - Constructor for class gw.api.tools.SafePersistingOrderInfoHelper
-
- SafePersistingOrderInfoHelper.AllEntities - Class in gw.api.tools
-
- SafePersistingOrderInfoHelper.AllEntities() - Constructor for class gw.api.tools.SafePersistingOrderInfoHelper.AllEntities
-
- SafePersistingOrderInfoHelper.SafePersistingOrderData - Class in gw.api.tools
-
- SafePersistingOrderInfoHelper.SafePersistingOrderData(int, String, String, boolean) - Constructor for class gw.api.tools.SafePersistingOrderInfoHelper.SafePersistingOrderData
-
- SafePersistingOrderInfoHelper.WithRulesOnly - Class in gw.api.tools
-
- SafePersistingOrderInfoHelper.WithRulesOnly() - Constructor for class gw.api.tools.SafePersistingOrderInfoHelper.WithRulesOnly
-
- SampleColor - Class in gw.pl.sample.typekey
-
- SampleColor(ITypeList, String) - Constructor for class gw.pl.sample.typekey.SampleColor
-
- SampleDataBuilder - Interface in gw.api.databuilder
-
- SampleDataGenerator - Class in gw.api.util
-
- SampleDataGenerator() - Constructor for class gw.api.util.SampleDataGenerator
-
- SampleDataHelper - Class in gw.api.tools
-
Helper utilities for data generation
- SampleDataHelper() - Constructor for class gw.api.tools.SampleDataHelper
-
- SampleDataMethod - Class in gw.api.tools
-
User: dbrewster
Date: Aug 16, 2006
Time: 10:36:30 PM
- SampleDataMethod(IMethodInfo) - Constructor for class gw.api.tools.SampleDataMethod
-
- SampleDataParam - Class in gw.api.tools
-
User: dbrewster
Date: Aug 16, 2006
Time: 10:36:38 PM
- SampleDataParam(IParameterInfo) - Constructor for class gw.api.tools.SampleDataParam
-
- sampleExchangeRateSet() - Static method in class gw.api.databuilder.ExchangeRateSetBuilder
-
- SampleTheme - Class in gw.pl.sample.typekey
-
- SampleTheme(ITypeList, String) - Constructor for class gw.pl.sample.typekey.SampleTheme
-
- sanitize(String) - Static method in class gw.api.util.StringUtil
-
This will replace the digits with new random digit, will replace the lowercase with new lowercase,
and uppercase with new uppercase characters.
- sanityCheck(SymbolTable) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Method sanityCheck
- sanityCheck(SymbolTable) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method sanityCheck
- satisfiesConstraint(IScriptabilityModifier) - Method in interface gw.lang.reflect.IScriptabilityModifier
-
- satisfiesConstraint(IScriptabilityModifier) - Method in class gw.lang.reflect.ScriptabilityModifier
-
- satisfiesCriteria(boolean, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to make sure that the argument passed in is true
- save(OutputStream) - Method in class gw.plugin.document.impl.XFDFNode
-
- saveAllDependencies() - Static method in class gw.pl.util.internal.DependenciesUtil
-
Saves all dependencies
- saveBuildersInStagingTablesAndLoad(boolean, Bundle) - Static method in class gw.testharness.StagingTablesUtil
-
Deprecated.
Use saveBundleToStagingTablesAndLoad() instead
- saveBundleToStagingTables(Bundle, boolean) - Static method in class gw.testharness.StagingTablesUtil
-
Populates staging tables from the beans in a given bundle
- saveBundleToStagingTablesAndLoad(boolean, Bundle) - Static method in class gw.testharness.StagingTablesUtil
-
Populates the staging tables from the given bundle (executing callbacks), then loads the staging tables, running
integrity checks.
- saveBundleToStagingTablesAndLoad(boolean, boolean, Bundle) - Static method in class gw.testharness.StagingTablesUtil
-
Populates the staging tables from the given bundle, then loads the staging tables, running
integrity checks.
- saveCurrentPage(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Sames the current page in its raw HTML format.
- saveDependencies(Class) - Static method in class gw.pl.util.internal.DependenciesUtil
-
Saves the state of all the dependencies in the class
Returns a DependenciesState obj
- SavedFileProfilerPageHelper - Class in gw.api.profiler
-
- SavedFileProfilerPageHelper() - Constructor for class gw.api.profiler.SavedFileProfilerPageHelper
-
- saveDocument(Document) - Method in interface gw.plugin.document.IDocumentMetadataSourceBase
-
Persist the given document information to the document repository
Implementor Note: If document or any child object does not
already have a non-null PublicID, this method must select a unique PublicID value.
- saveListTo(String) - Method in class gw.util.perf.InvocationCounter
-
- saveProfilerStack(ProfilerStack) - Method in class gw.api.profiler.WebServiceProfiler
-
Stores a generated profiler stack.
- saveTo(String) - Method in class gw.util.perf.InvocationCounter
-
- saveTypeNames() - Method in class gw.lang.reflect.TypeLoaderBase
-
- scaleByPowerOfTen(int) - Method in class gw.api.financials.CurrencyAmount
-
java.math.BigDecimal analog method
- scaleByPowerOfTen(int) - Method in class gw.pl.currency.MonetaryAmount
-
java.math.BigDecimal analog method
- scheduleForArchive() - Method in interface gw.pl.extract.entity.RootInfo
-
Schedule this item for archival
- SchedulerEnabled - Static variable in class gw.api.system.PLConfigParameters
-
Whether the internal batch process scheduler is enabled
- SchemaTransformationException - Exception in gw.api.database.upgrade
-
- SchemaTransformationException(String) - Constructor for exception gw.api.database.upgrade.SchemaTransformationException
-
- SchemaTransformationException(Throwable) - Constructor for exception gw.api.database.upgrade.SchemaTransformationException
-
- SchemaValidationResults - Class in gw.xml.parser2
-
Class description...
- SchemaValidationResults() - Constructor for class gw.xml.parser2.SchemaValidationResults
-
- ScmAdapterException - Exception in gw.api.scm
-
- ScmAdapterException(String) - Constructor for exception gw.api.scm.ScmAdapterException
-
- ScmAdapterException(Throwable) - Constructor for exception gw.api.scm.ScmAdapterException
-
- ScmAdapterException(String, Throwable) - Constructor for exception gw.api.scm.ScmAdapterException
-
- SCOPE - Static variable in class gw.pl.modules.ModuleDependencyNode
-
- ScopedMap<K,V> - Class in gw.util
-
- ScopedMap() - Constructor for class gw.util.ScopedMap
-
- ScopedThreadLocal<T> - Class in gw.pl.util
-
Class description...
- ScopedThreadLocal() - Constructor for class gw.pl.util.ScopedThreadLocal
-
- ScopedThreadLocal(ScopedThreadLocal.Scope) - Constructor for class gw.pl.util.ScopedThreadLocal
-
- ScopedThreadLocal.Scope - Class in gw.pl.util
-
- ScopedThreadLocal.Scope() - Constructor for class gw.pl.util.ScopedThreadLocal.Scope
-
- Scopes - Class in gw.api.web
-
Deprecated.
Use RequestVar and SessionVar instead.
- Scopes() - Constructor for class gw.api.web.Scopes
-
Deprecated.
- scoreABContact(ABContact) - Method in interface gw.plugin.contact.IABContactScoringPlugin
-
- scoreMethods(List<? extends IInvocableType>, List<IType>, List<IType>) - Static method in class gw.lang.reflect.ITypeInfo.FIND
-
- SCRIPT_VISIBILITY_MODIFIERS - Static variable in class gw.lang.reflect.BeanInfoUtil
-
A FeatureDescriptor value indicating its visibility to Gosu
- ScriptabilityModifier - Class in gw.lang.reflect
-
- ScriptabilityModifier(IVisibilityModifierType) - Constructor for class gw.lang.reflect.ScriptabilityModifier
-
- ScriptabilityModifier(IVisibilityModifierType, IScriptabilityModifier[]) - Constructor for class gw.lang.reflect.ScriptabilityModifier
-
- ScriptabilityModifiers - Class in gw.lang.parser
-
- ScriptabilityModifiers() - Constructor for class gw.lang.parser.ScriptabilityModifiers
-
- ScriptabilityModifierTypes - Class in gw.lang.reflect
-
- ScriptabilityModifierTypes() - Constructor for class gw.lang.reflect.ScriptabilityModifierTypes
-
- SCRIPTABLE - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE - Static variable in class gw.lang.reflect.ScriptabilityModifierTypes
-
- SCRIPTABLE_DEPRECATED - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_EXTERNAL - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_EXTERNAL_DEPRECATED - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_LEVEL_MODIFIER - Static variable in class gw.api.util.ScriptingUtil
-
The highest scriptability level.
- SCRIPTABLE_RULES - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_RULES_DEPRECATED - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_UI - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_UI_DEPRECATED - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_WEBSERVICE - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_WORKFLOW - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- SCRIPTABLE_WORKFLOW_DEPRECATED - Static variable in class gw.lang.parser.ScriptabilityModifiers
-
- ScriptingUtil - Class in gw.api.util
-
Provides utilities for working reflectively with the Gosu layer.
- ScriptingUtil() - Constructor for class gw.api.util.ScriptingUtil
-
- ScriptParameter - Interface in gw.pl.scriptparameter.entity
-
ScriptParameter
For holding user-definable scripting parameters.
- ScriptParameters - Class in gw.lang
-
Provides access to script parameters.
- ScriptParametersRefreshIntervalSecs - Static variable in class gw.api.system.PLConfigParameters
-
The time between refreshes of the script parameter info cache, in seconds *
- ScriptParametersTypeInfo - Class in gw.lang
-
- ScriptParametersTypeInfo() - Constructor for class gw.lang.ScriptParametersTypeInfo
-
- ScriptParameterType - Class in gw.pl.scriptparameter.typekey
-
- ScriptParameterType(ITypeList, String) - Constructor for class gw.pl.scriptparameter.typekey.ScriptParameterType
-
- ScriptParameterUtil - Class in gw.api.admin
-
- ScriptParameterUtil() - Constructor for class gw.api.admin.ScriptParameterUtil
-
- ScriptPartId - Class in gw.lang.parser
-
- ScriptPartId(IType, String) - Constructor for class gw.lang.parser.ScriptPartId
-
- ScriptPartId(String, String) - Constructor for class gw.lang.parser.ScriptPartId
-
- search(Predicate<IArchivedEntity>) - Method in class gw.api.archiving.upgrade.ArchivedDocumentUpgradeVersionTrigger
-
Goes through all entities and returns an unordered List of IArchivedEntity's for which the given predicate apply.
- search(Predicate<IArchivedEntity>) - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
Goes through all entities in this IArchivedEntitySet and returns an unordered list of IArchivedEntity's for which the given predicate apply.
- search() - Static method in class gw.api.util.SearchUtil
-
Runs the search of the nearest enclosing SearchPanel, or, if one cannot be found,
the first SearchPanel found on the page.
- search(Location) - Static method in class gw.api.util.SearchUtil
-
Runs the search of the nearest enclosing SearchPanel, or, if one cannot be found,
the first SearchPanel found on the page.
- search(String, String, boolean) - Static method in class gw.pl.util.RegExStringUtil
-
- search(String, String, boolean, int) - Static method in class gw.pl.util.RegExStringUtil
-
- search(String, String, boolean, int, boolean) - Static method in class gw.pl.util.RegExStringUtil
-
- search(String, String, boolean) - Static method in class gw.pl.util.StringUtil
-
- search(String, String, boolean, int) - Static method in class gw.pl.util.StringUtil
-
- search(String, String, boolean, int, boolean) - Static method in class gw.pl.util.StringUtil
-
- SEARCH_COLUMN_DENORM - Static variable in class gw.api.profiler.ProfilerTag
-
- SEARCH_COLUMN_DENORM_TEMP_TABLE - Static variable in class gw.api.profiler.ProfilerTag
-
- searchContact(ContactSearchCriteria, AddressBookRemotableSearchResultSpec) - Method in interface gw.plugin.addressbook.IAddressBookAdapter
-
Deprecated.
Since ClaimCenter 8.0 Use searchContacts() in ContactSystemPlugin
- searchContacts(ContactSearchCriteria) - Method in interface gw.plugin.contact.IContactSearchAdapter
-
Deprecated.
Search a contact store, returning contact summaries that match the supplied criteria.
- SearchDenorm(IBeforeUpgradeReadOnlyColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- SearchDenorm(String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- SearchDenorm(IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- searchDocuments(DocumentSearchCriteria, RemotableSearchResultSpec) - Method in interface gw.plugin.document.IDocumentMetadataSourceBase
-
Returns the set of documents in the repository which match the given set of
criteria.
- searchIgnoreCase(String, String) - Static method in class gw.pl.util.RegExStringUtil
-
Return a list of SearchLocations representing the occurrences of the
specified pattern in the specified source string.
- searchIgnoreCase(String, String) - Static method in class gw.pl.util.StringUtil
-
Return a list of SearchLocations representing the occurrences of the
specified pattern in the specified source string.
- SearchLanguageOverride - Static variable in class gw.api.system.PLConfigParameters
-
Default collation language for the application as a whole (Unsupported)
- SearchLocation - Class in gw.pl.util
-
Location of a substring used for search results.
- SearchLocation() - Constructor for class gw.pl.util.SearchLocation
-
- SearchObjectType - Class in gw.pl.custom.typekey
-
- SearchObjectType(ITypeList, String) - Constructor for class gw.pl.custom.typekey.SearchObjectType
-
- SearchResult - Interface in gw.pl.custom.entity
-
SearchResult
Base class use for the results of adapter search methods.
- SearchResult - Class in gw.pl.custom.typekey
-
- SearchResult(ITypeList, String) - Constructor for class gw.pl.custom.typekey.SearchResult
-
- SearchUtil - Class in gw.api.util
-
Provides static methods for working with SearchPanels.
- SecondaryMoneyComponent - Annotation Type in gw.api.financials
-
Annotation used by CurrencyAmountComponent to specify the name of the secondary amount property, if any.
- secondsSince(Date) - Static method in class gw.api.util.DateUtil
-
Returns the number of seconds elapsed since a given time.
- SecurityDictionaryHelper - Class in gw.api.tools
-
Helper utilities for security dictionary generation
- SecurityDictionaryOutputFormat - Enum in gw.api.tools
-
Output format for Security Dictionary
- SecurityZone - Interface in gw.pl.security.entity
-
SecurityZone
Each group belongs to exactly one security zone, and a customer can define an arbitrary number of security zones.
- SecurityZoneBuilder - Class in gw.api.databuilder
-
- SecurityZoneBuilder() - Constructor for class gw.api.databuilder.SecurityZoneBuilder
-
Creates a new SecurityZoneBuilder
- select() - Method in class gw.api.database.GroupingQuery
-
Returns a new query processor used to read the results.
- select(IQuerySelectColumn...) - Method in class gw.api.database.GroupingQuery
-
- select() - Method in interface gw.api.database.IQuery
-
- select(IQuerySelectColumn...) - Method in interface gw.api.database.IQuery
-
- select() - Method in class gw.api.database.Query
- select(IQuerySelectColumn...) - Method in class gw.api.database.Query
-
- select(ISelectQueryBuilder<QT>, IBlock) - Static method in class gw.api.database.QueryColumnParser
-
- select(Query<QT>) - Static method in class gw.api.database.QueryColumnParser
-
- select() - Method in class gw.smoketest.platform.web.RowElement
-
Convenience method to click on the select button
- SELECT_INTEGER_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SELECT_LONG_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SELECT_STRING_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SelectElement<T extends OptionElement> - Class in gw.smoketest.platform.web
-
Class description...
- SelectElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.SelectElement
-
- SelectElement.Condition - Interface in gw.smoketest.platform.web
-
- SelectElementWithSetAndRefresh<T extends OptionElement> - Class in gw.smoketest.platform.web
-
A select element that refreshes the page when the value is set
- SelectElementWithSetAndRefresh(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.SelectElementWithSetAndRefresh
-
- selectFirstValidOption() - Method in class gw.smoketest.platform.web.SelectElement
-
- selectNumberRule(int, int) - Method in class gw.api.util.UltraFastDateFormat
-
Gets an appropriate rule for the padding required.
- self() - Method in class gw.api.databuilder.DataBuilder
-
- send(Message, String) - Method in class gw.api.email.AbstractEmailMessageTransport
-
- send(byte[]) - Method in interface gw.plugin.cluster.ClusterBroadcastTransport
-
Sends notification to all members of the Guidewire cluster.
- send(Message, String) - Method in interface gw.plugin.messaging.MessageTransport
-
Send the message.
- sendEmail(String, String, Message, Email) - Method in class gw.api.email.AbstractEmailMessageTransport
-
The method that sends the email and handles the exception.
- sendEmailWithBody(KeyableBean, Contact, Contact, String, String) - Static method in class gw.api.email.EmailUtil
-
Sends an e-mail message.
- sendEmailWithBody(KeyableBean, String, String, String, String, String, String) - Static method in class gw.api.email.EmailUtil
-
Sends an e-mail message.
- sendEmailWithBody(KeyableBean, Email) - Static method in class gw.api.email.EmailUtil
-
Sends an e-mail message.
- sendNotification(Notification) - Method in interface gw.plugin.management.ManagementPlugin
-
- SEP15_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- SEP1_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- SEP22_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- SEP29_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- SEP30_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- SEP8_2008 - Static variable in interface gw.testharness.PLTestConstants
-
- SEPARATOR - Static variable in class gw.api.profiler.WebServiceProfiler
-
- Separator - Annotation Type in gw.lang.cli
-
- Sequence - Interface in gw.pl.database.entity
-
Sequence
Store mapping for sequence-key to sequnce-number, sequence-key are generated on demand, and number a unique sequnce acquire by application.
- SEQUENCEABLE_INTERVAL() - Static method in class gw.lang.reflect.java.JavaTypes
-
- SequenceableInterval<E extends ISequenceable<E,S,U> & java.lang.Comparable<E>,S,U> - Class in gw.lang.reflect.interval
-
- SequenceableInterval(E, E, S, U, boolean, boolean, boolean) - Constructor for class gw.lang.reflect.interval.SequenceableInterval
-
- SequenceUtil - Class in gw.api.system.database
-
Exposes static utilties for working with sequences to our scripting
environment.
- SequenceUtil() - Constructor for class gw.api.system.database.SequenceUtil
-
- SequenceUtil - Class in gw.plugin.util
-
Utility for generating unique values from a sequence.
- SequenceUtil() - Constructor for class gw.plugin.util.SequenceUtil
-
- SequentialBigDecimalGenerator - Class in gw.api.databuilder
-
Generates an ascending series of big decimal values.
- SequentialBigDecimalGenerator() - Constructor for class gw.api.databuilder.SequentialBigDecimalGenerator
-
- SequentialBigDecimalGenerator(int) - Constructor for class gw.api.databuilder.SequentialBigDecimalGenerator
-
- SequentialBooleanGenerator - Class in gw.api.databuilder
-
Generates alternating booleans
This class is thread-safe, as it is intended that the same instance be used on multiple builder instances.
- SequentialBooleanGenerator() - Constructor for class gw.api.databuilder.SequentialBooleanGenerator
-
- SequentialCurrencyAmountGenerator - Class in gw.api.databuilder
-
Generates an ascending series of currency values.
- SequentialCurrencyAmountGenerator() - Constructor for class gw.api.databuilder.SequentialCurrencyAmountGenerator
-
- SequentialCurrencyAmountGenerator(int) - Constructor for class gw.api.databuilder.SequentialCurrencyAmountGenerator
-
- SequentialCurrencyAmountGenerator(int, Currency) - Constructor for class gw.api.databuilder.SequentialCurrencyAmountGenerator
-
- SequentialDateGenerator - Class in gw.api.databuilder
-
Generates a sequence of ascending or descending dates, each a day apart
This class is thread-safe, as it is intended that the same instance be used on multiple builder instances.
- SequentialIntegerGenerator - Class in gw.api.databuilder
-
Class description...
- SequentialIntegerGenerator() - Constructor for class gw.api.databuilder.SequentialIntegerGenerator
-
- SequentialIntegerGenerator(int) - Constructor for class gw.api.databuilder.SequentialIntegerGenerator
-
- SequentialLongGenerator - Class in gw.api.databuilder
-
- SequentialLongGenerator() - Constructor for class gw.api.databuilder.SequentialLongGenerator
-
- SequentialLongGenerator(long) - Constructor for class gw.api.databuilder.SequentialLongGenerator
-
- SequentialStringGenerator - Class in gw.api.databuilder
-
Generates strings of the form <prefix>0, <prefix>1, .... or
0<suffix>, 1<suffix>, ....
- SequentialStringGenerator(String) - Constructor for class gw.api.databuilder.SequentialStringGenerator
-
For backwards compatibility, uses fixed prefix
- SequentialTypeKeyGenerator - Class in gw.api.databuilder
-
Class description...
- SequentialTypeKeyGenerator(TypeListTypeReference<?>) - Constructor for class gw.api.databuilder.SequentialTypeKeyGenerator
-
- serialize(Object) - Static method in class gw.testharness.TestPropertyUtil
-
- SERIALIZED - Static variable in class gw.testharness.TestPropertyUtil
-
- serializeDocumentAsXML(Document) - Static method in class gw.document.DocumentsUtilBase
-
Returns the entity serialized as a string.
- serializeDocumentToXMLString(Document) - Static method in class gw.document.DocumentsUtilBase
-
Deprecated.
for customers who need to keep using the old method
- serializeToXml() - Method in class gw.test.TestMetadata
-
- Server - Class in gw.xml.ws
-
Allows easy launch of an embedded web server to serve Webservices.
- SERVER_INITIALIZATION - Static variable in class gw.api.profiler.ProfilerTag
-
- SERVER_SHUTDOWN - Static variable in class gw.api.profiler.ProfilerTag
-
- SERVER_URL - Static variable in class gw.pl.util.webservices.Globals
-
URL where Guidewire server is located; read from "server.properties" when
this class is loaded
- ServerModeCondition - Class in gw.testharness.environmentalcondition
-
The server mode condition evaluates to true if the test is running in server smoke test mode.
- ServerModeCondition() - Constructor for class gw.testharness.environmentalcondition.ServerModeCondition
-
- ServerModeUtil - Class in gw.api.system.server
-
Provides access to the current server mode.
- ServerStateException - Exception in gw.api.webservice.exception
-
ServerStateException is thrown when a request is made at a time the
server is in a state that disallows the request.
- ServerStateException() - Constructor for exception gw.api.webservice.exception.ServerStateException
-
Required for serialization
- ServerStateException(String) - Constructor for exception gw.api.webservice.exception.ServerStateException
-
Sole constructor
- ServerStateException - Exception in gw.pl.util.webservices.login.fault
-
ServerStateException is thrown when a request is made at a time
the
server is in a state that disallows the request.
- ServerStateException() - Constructor for exception gw.pl.util.webservices.login.fault.ServerStateException
-
- ServerStateException(String, String) - Constructor for exception gw.pl.util.webservices.login.fault.ServerStateException
-
- ServerTest - Annotation Type in gw.testharness
-
User: dbrewster
Date: May 2, 2007
Time: 5:46:58 PM
- ServerUtil - Class in gw.api.system.server
-
Provides access to the current server server info.
- ServerVersion - Class in gw.api.webservice.systemTools
-
Data transfer object containing the servers version information.
- ServerVersion() - Constructor for class gw.api.webservice.systemTools.ServerVersion
-
- service(HttpServletRequest, HttpServletResponse) - Method in class gw.util.servlet.GosuServlet
-
- ServiceInfoSource - Class in gw.api.domain
-
Deprecated.
Replaced by gw.api.system.server.ServerUtil.
- ServiceKernel - Class in gw.config
-
- ServiceKernel() - Constructor for class gw.config.ServiceKernel
-
- ServiceKernelInit - Interface in gw.config
-
- ServletParams - Class in gw.util.servlet
-
- ServletParams(HttpServletRequest, HttpServletResponse, HttpSession, ServletContext) - Constructor for class gw.util.servlet.ServletParams
-
- ServletProperties - Class in gw.pl.util
-
A utility class for storing and getting information specific to the current web application context
- ServletProperties() - Constructor for class gw.pl.util.ServletProperties
-
- ServletUtils - Class in gw.servlet
-
Utilities for use with gosu servlets
- SESSION_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SessionData - Class in gw.api.webservice.systemTools
-
Returns session information for a server session.
- SessionData() - Constructor for class gw.api.webservice.systemTools.SessionData
-
- SessionData(String, String, String) - Constructor for class gw.api.webservice.systemTools.SessionData
-
- SessionTimeoutSecs - Static variable in class gw.api.system.PLConfigParameters
-
Session expiration timeout, in seconds.
- SessionTool - Interface in gw.pl.messaging
-
- SessionVar<T> - Class in gw.api.web
-
The value assigned to an instance of this class is stored in the
HttpSession that is currently in scope, as tracked by the Guidewire platform.
- SessionVar() - Constructor for class gw.api.web.SessionVar
-
Constructs a session variable with no initial value.
- SessionVar(T) - Constructor for class gw.api.web.SessionVar
-
Constructs a session variable with an initial value.
- set(IEntityPropertyInfo, Object) - Method in interface gw.api.database.IUpdateBuilder
-
Changes the value in the given column to the given value
- set(IEntityPropertyInfo, Query, Object) - Method in interface gw.api.database.IUpdateBuilder
-
Updates the value in the given column to the given value from the subselect
- set(IBeforeUpgradeColumn, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Changes the value in the given column to the given value
- set(String, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Changes the value in the given column to the given value
- set(IBeforeUpgradeColumn, IBeforeUpgradeQueryableTable, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Updates the value in the given column to the given value from the subselect
- set(String, IBeforeUpgradeQueryableTable, Object) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeUpdateBuilder
-
Updates the value in the given column to the given value from the subselect
- set(IPropertyInfo, Object) - Method in class gw.api.databuilder.DataBuilder
-
- set(PropertyReference<? super T, ?>, Object) - Method in class gw.api.databuilder.DataBuilder
-
- set(int, IPropertyInfo, Object) - Method in class gw.api.databuilder.DataBuilder
-
Sets the value to assign to a property when a new bean is
#create(com.guidewire.commons.entity.EntityBundle)d.
- set(int, PropertyReference<? super T, ?>, Object) - Method in class gw.api.databuilder.DataBuilder
-
Sets the value to assign to a property when a new bean is
#create(com.guidewire.commons.entity.EntityBundle)d.
- set(String, IRExpressionBuilder) - Static method in class gw.lang.ir.builder.IRBuilderMethods
-
- set(List, T) - Method in class gw.lang.reflect.features.BoundComplexPropertyChainReference
-
- set(T) - Method in class gw.lang.reflect.features.BoundPropertyReference
-
- set(T) - Method in class gw.lang.reflect.features.BoundSimplePropertyChainReference
-
- set(R, List, T) - Method in class gw.lang.reflect.features.ComplexPropertyChainReference
-
- set(R, T) - Method in class gw.lang.reflect.features.PropertyReference
-
- set(R, T) - Method in class gw.lang.reflect.features.SimplePropertyChainReference
-
- SET - Static variable in class gw.lang.reflect.ImplicitPropertyUtil
-
- SET() - Static method in class gw.lang.reflect.java.JavaTypes
-
- set(int, IMethodInfo) - Method in class gw.lang.reflect.MethodList
-
- set(T...) - Static method in class gw.pl.util.GWCollections
-
- set(T) - Method in class gw.pl.util.ScopedThreadLocal
-
- set(AbstractTest, String, Object) - Static method in class gw.testharness.TestPropertyUtil
-
- set(int, E) - Method in class gw.util.DynamicArray
-
Replaces the element at the specified position in this list with
the specified element.
- set(T) - Method in class gw.util.Reference
-
- set(T) - Method in class gw.xml.ws.WsiRequestLocal
-
Sets a new value of this request local.
- set(E) - Method in class gw.xml.xsd.info.NestedListIterator
-
- set(int, IXMLNodeWithID) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- SET_BUNDLE_TO_NULL - Static variable in class gw.api.profiler.ProfilerTag
-
- SET_INSERTED_BEAN_IDS - Static variable in class gw.api.profiler.ProfilerTag
-
- SET_UP_TEST_ENVIRONMENT_COMMAND - Static variable in class gw.test.servlet.RemoteTestServlet
-
- setAbstract(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setAccountLocked(boolean) - Method in interface gw.pl.community.entity.User
-
Property that indicates whether user's account is locked.
- setAckCode(String) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Deprecated.
Please use a custom message extension field and
FieldChanges to set custom values on the message.
- setActionType(String) - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- setActive(boolean) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Active state of the worker.
- setActive(boolean) - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
Active state of the worker.
- setActiveThreadCount(int) - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- setActivityPattern(ActivityPattern, Date, Date) - Method in interface gw.pl.activity.entity.Activity
-
Sets the activity pattern with overrides for the starting points for the target and escalation dates.
- setActivityPatternAndCopy(ActivityPattern) - Method in interface gw.pl.activity.entity.Activity
-
Sets the activity pattern and copy pattern's values into this activity,
- setActivityPatternAndCopy(ActivityPattern, Date, Date) - Method in interface gw.pl.activity.entity.Activity
-
Sets the activity pattern and copy the pattern's values into this activity.
- setActorRole(URI) - Method in exception gw.xml.ws.WsdlFault
-
Sets the SOAP 1.1 actor role.
- setAdditionalDetails(String) - Method in exception gw.lang.parser.EvaluationException
-
- setAdditionalDetails(String) - Method in exception gw.lang.parser.exceptions.IEvaluationException
-
- setAdditionalSchemas(List<XmlSchemaAccess>) - Method in class gw.xml.XmlParseOptions
-
Any additional schemas that should be present when parsing.
- setAdditivity(boolean) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
a new mechanism will be introduced to do this in 9.
- setAddressBookFingerprint(String) - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
- setAddressLine1(String) - Method in interface gw.api.address.AddressFillable
-
- setAddressLine2(String) - Method in interface gw.api.address.AddressFillable
-
- setAddressLine3(String) - Method in interface gw.api.address.AddressFillable
-
- setAddressOwnerFieldIds(Set) - Method in class gw.api.util.CountryConfig
-
Set the AddressOwnerFieldIds associated with the visible fields.
- setAfter(IParseTree) - Method in interface gw.lang.parser.IToken
-
- setAlertOnNativeObject(boolean) - Method in class gw.pl.util.xml.XMLCodec
-
- setAlias(String) - Method in interface gw.api.database.IQuerySelectColumn
-
- setAllCategoryScores(Map<ReviewCategory, Integer>) - Method in interface gw.ab.addressbook.entity.ABContact
-
- setAllowDeprecatedReferences(boolean) - Method in class gw.config.Registry
-
- setAllowEntityQueires(boolean) - Method in class gw.config.Registry
-
- setAllowInvalidURL(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
- setAllWanted(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
By default, code is generated only for referenced elements.
- setAlternateException(ParseException) - Method in exception gw.lang.parser.exceptions.ParseException
-
- setAmount(BigDecimal) - Method in class gw.api.financials.AbstractMutablePairedMoney
-
Sets the primary amount.
- setAmount(BigDecimal) - Method in interface gw.api.financials.IMutableMoney
-
Sets the amount to the value.
- setAmount(BigDecimal) - Method in interface gw.api.financials.MoneyComponentFacade
-
Deprecated.
Sets the amount to the value.
- setAmount(BigDecimal, BigDecimal) - Method in interface gw.api.financials.MoneyComponentFacade
-
Deprecated.
Sets the amount on this MoneyComponentFacade and the secondary component, if the secondary exists.
- setAnalysisLevel(String) - Method in class gw.api.tools.DatabaseStorageHelper
-
- setAnalysisThread() - Static method in class gw.lang.parser.PostCompilationAnalysis
-
- setAnalyzeAllTables(boolean) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- setAnalyzeAllTables(boolean) - Method in class gw.api.tools.DatabaseStorageHelper
-
- setAnalyzeAllTables(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setAnnotation(IGosuAnnotation) - Method in interface gw.lang.parser.expressions.IAnnotationExpression
-
- setAnnotationDefaultValue(Object) - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- setAnnotations(List<IRAnnotation>) - Method in class gw.lang.ir.IRClass
-
- setAnnotations(List<IRAnnotation>) - Method in class gw.lang.ir.IRSymbol
-
- setAnnotations(List<IRAnnotation>) - Method in class gw.lang.ir.statement.IRFieldDecl
-
- setAnnotations(List<IRAnnotation>) - Method in class gw.lang.ir.statement.IRMethodStatement
-
- setAppVersion(String) - Method in class gw.api.webservice.systemTools.ServerVersion
-
- setArgInfo(IArgInfo) - Method in class gw.lang.mode.GosuMode
-
- setArgInfo(IArgInfo) - Method in interface gw.lang.mode.IGosuMode
-
- setArgs(String) - Method in class gw.api.quickjump.StaticNavigationCommand
-
This method is called by the QuickJump configuration parser to handle the "commandArgs" attribute.
- setArguments(List<IExpression>) - Method in class gw.lang.reflect.MethodScore
-
- setArgumentTypes(IType[]) - Method in class gw.lang.reflect.FunctionType
-
- setArrayComponent(Object, int, Object) - Method in class gw.lang.reflect.DefaultArrayType
-
- setArrayComponent(Object, int, Object) - Method in class gw.lang.reflect.FunctionType
-
- setArrayComponent(int, IGosuObject) - Method in interface gw.lang.reflect.gs.IGosuArrayClassInstance
-
- setArrayComponent(Object, int, Object) - Method in interface gw.lang.reflect.IType
-
Sets the value of the indexed component in the specified array object.
- setArrayComponent(Object, int, Object) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- setArrayComponent(Object, int, Object) - Method in class gw.lang.reflect.TypeBase
-
- setArrayComponent(Object, int, Object) - Method in class gw.xml.parser2.LocationRefType
-
- setArrayComponent(Object, int, Object) - Method in class gw.xml.parser2.XMLNodeType
-
- setAscending(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSortColumn
-
Determines whether or not to sort this column in ascending order or descending order.
- setAscending(boolean) - Method in class gw.plugin.search.RemotableSortColumn
-
Sets the sort order on this column to ascending or descending order.
- setAscending(boolean) - Method in class gw.plugin.util.RemotableSortColumn
-
Sets the sort order on this column to ascending or descending order.
- setAssertionsMustBeEnabled(boolean) - Method in class gw.test.TestExecutionManager
-
- setAssignmentCommand(AssignmentCommand) - Method in class gw.plugin.assignment.AssignmentResponse
-
The assignment command.
- setAssignmentRole(UserRole) - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use setRole()
- setAsync(boolean) - Method in class gw.api.admin.DestinationMessageStatistics
-
Sets if the destination if asynchronous
- setAttribute(String, String) - Method in class gw.api.graph.print.DotAttributes
-
Sets the attribute value.
- setAttribute(String, Object) - Method in interface gw.lang.parser.IAttributeSource
-
- setAttribute(Attribute) - Method in interface gw.plugin.management.GWMBean
-
Set an attribute
- setAttribute(String, Object) - Method in class gw.rules.ExecutionSession
-
Sets the given attribute value on this session.
- setAttributeIndent(int) - Method in class gw.xml.XmlSerializationOptions
-
- setAttributeName(String) - Method in class gw.api.admin.AttributeSearchCriteria
-
- setAttributeNames(List<String>) - Method in class gw.api.database.DatabaseParameterSet
-
- setAttributeNewLine(boolean) - Method in class gw.xml.XmlSerializationOptions
-
- setAttributePerLine(boolean) - Method in class gw.xml.XMLNodeFormat
-
- setAttributes(List) - Method in interface gw.plugin.management.GWMBean
-
Set attributes
- setAttributes(Map<String, String>) - Method in class gw.xml.AbstractXMLNode
-
Sets the attributes of this node to the given name/value map.
- setAttributeSimpleValue(QName, XmlSimpleValue) - Method in class gw.xml.XmlBase
-
Sets the simple value of an attribute by QName.
- setAttributeSimpleValue(String, XmlSimpleValue) - Method in class gw.xml.XmlBase
-
Sets the simple value of an attribute in the null namespace by local name.
- setAttributeType(UserAttributeType) - Method in class gw.api.admin.AttributeSearchCriteria
-
- setAttributeValue(String, String) - Method in class gw.api.importing.XmlExporter
-
Set this attribute value on the current element
- setAttributeValue(String, String) - Method in class gw.api.importing.XmlExporterXmlElement
-
- setAttributeValue(String, String) - Method in class gw.api.importing.XmlExporterXmlWriter
-
- setAttributeValue(QName, String) - Method in class gw.xml.AbstractXMLNode
-
Sets the value of the given attribute.
- setAttributeValue(String, String) - Method in class gw.xml.AbstractXMLNode
-
Sets the value of the given attribute.
- setAttributeValue(String, String) - Method in interface gw.xml.IXMLNode
-
- setAttributeValue(XMLAttributeDeclaration, String) - Method in class gw.xml.parser2.PLXMLNode
-
- setAttributeValue(String, String) - Method in class gw.xml.XmlBase
-
Sets the string value of an attribute in the null namespace by local name.
- setAttributeValue(QName, String) - Method in class gw.xml.XmlBase
-
Sets the string value of an attribute by name.
- setAttributeValueObject(String, Object) - Method in class gw.xml.AbstractXMLNode
-
Sets the value of the given attribute.
- setAttributeValueObject(String, Object) - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- setAttributeValues(List<Object[]>) - Method in class gw.api.database.DatabaseParameterSet
-
- setAuthorizationCallbackHandler(ManagementAuthorizationCallbackHandler) - Method in interface gw.plugin.management.ManagementPlugin
-
- setAvailableSinceAsLong(Long) - Method in interface gw.pl.workqueue.entity.WorkItem
-
Sets AvailableSince.
- setAwaitingRetry(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
The number of messages that have failed at least once and are awaiting further processing
- setBackupUser(User) - Method in interface gw.pl.community.entity.User
-
Sets the backup user for this user
- setBackupUserId(Key) - Method in interface gw.pl.community.entity.User
-
Sets the ID of the backup user for this user
- setBadValue(String) - Method in class gw.api.validation.FieldValidation
-
- setBadValue(String) - Method in class gw.plugin.validation.FieldValidationData
-
Bad field value that caused the validation exception.
- setBaseType(QName) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setBaseURI(String) - Method in class gw.xml.XMLNodeHandler
-
- setBatchSize(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
The batch size of messages that are actively queued for processing
- setBatchSize(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Set the max number of workitems to be checked out when a
worker wakes up.
- setBccRecipients(List<EmailContact>) - Method in class gw.api.email.Email
-
Set BCC recipients.
- setBeanPath(String) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSortColumn
-
Gets the column to sort on, in GW bean path notation.
- setBeanPath(String) - Method in class gw.plugin.validation.FieldValidationData
-
Path to the bean to be validated from the root entity.
- setBeginDate(Date, boolean) - Method in class gw.api.database.DBDateRange
-
- setBeginIntervalTime(Date) - Method in class gw.api.database.DatabaseSnapshotInfo
-
- setBeginNumber(Number) - Method in class gw.api.database.NumberRange
-
- setBeginSnapId(int) - Method in class gw.api.database.AWRReportUserSettings
-
- setBeginTime(Date) - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- setBidiRel(ABContact, ContactBidiRel) - Method in interface gw.ab.addressbook.entity.ABContactContact
-
This will change the relationship
- setBidiRel(Contact, ContactBidiRel) - Method in interface gw.pl.contact.entity.ContactContact
-
This will change the relationship
- setBindingStyle(Style) - Method in class gw.pl.util.webservices.axis.GWBindingEntry
-
- setBindingType(int) - Method in class gw.pl.util.webservices.axis.GWBindingEntry
-
- setBody(String) - Method in class gw.api.email.Email
-
Set the content of the email
- setBody(IRStatement) - Method in class gw.lang.ir.statement.IRDoWhileStatement
-
- setBody(IRStatement) - Method in class gw.lang.ir.statement.IRForEachStatement
-
- setBody(IRStatement) - Method in class gw.lang.ir.statement.IRWhileStatement
-
- setBody(String) - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
This will set the Email Body template, it is used by IEmailTemplateSource
to put the body template into the descriptor for the search results.
- setBody(String) - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
Body this will set the body, it is used by the INoteTemplateSource to
set the body into the descriptor
- setBodyType(Operation, Use, boolean) - Method in class gw.pl.util.webservices.axis.GWBindingEntry
-
- setBoolean(String, Boolean) - Method in class gw.processes.WorkQueueInstrumentation
-
Sets current value.
- setBoolValue(Boolean) - Method in class gw.smoketest.platform.web.BooleanValueElement
-
Sets boolean value
- setBoundedQueueCapacity(int) - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- setBoundedQueueSize(int) - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- setBuildFileWanted(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
turn the build file genaration ON
- setByRef(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- setBytes(byte[]) - Method in class gw.lang.Blob
-
Deprecated.
Required for SOAP deserialization. Do not call.
- setBytes(byte[]) - Method in class gw.xml.BinaryData
-
Sets the backing content as a byte array.
- setCacheControl(BeanCacheControl) - Method in interface gw.api.database.IQueryBeanResult
-
Sets the fetch mechanism to beans.
- setCachingMode(IFileSystem.CachingMode) - Method in interface gw.lang.reflect.module.IFileSystem
-
- setCallback(AuthenticationServicePluginCallbackHandler) - Method in interface gw.plugin.security.AuthenticationServicePlugin
-
Sets the callback handler for this service.
- setCanReloadClasses(boolean) - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- setCapturedTypeVars(Map<String, ITypeVariableDefinition>) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setCaptureOption(OraSQLTuningSetCaptureOpt) - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- setCapturePeakedBindVariables(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setCapturePeakedBindVariablesFromAWR(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setCaptureSymbolsForEval(boolean) - Method in interface gw.lang.parser.IGosuParser
-
- setCategory(FeatureCategory) - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- setCausedByArgumentList(boolean) - Method in exception gw.lang.parser.exceptions.ParseException
-
- setCcRecipients(List<EmailContact>) - Method in class gw.api.email.Email
-
Sets the CC list of the email.
- setCdcs(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setCharacterEncoding(CharacterSet) - Method in class gw.api.print.ListViewPrintOptions
-
Sets the character encoding.
- setCharSet(String) - Method in class gw.api.admin.ImportDataInfo
-
Sets the charset that will be used to parse the imported file.
- setCheckAllTypes(boolean) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- setChecked(boolean) - Method in class gw.api.print.ListViewPrintOptions.ColumnHeaderInfo
-
Sets status of column header for CSV export.
- setCheckedOut(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setCheckType(int) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- setChildElement(XMLChildElementDeclaration<T>, T) - Method in class gw.xml.parser2.PLXMLNode
-
- setChildElement(XMLChildElementDeclaration, IXMLNode, PLXMLNode) - Method in class gw.xml.parser2.PLXMLNode
-
- setChildren(List<XMLNode>) - Method in class gw.xml.XMLNode
-
- setChoice(String) - Method in class gw.api.print.ListViewPrintOptions
-
- setChoice(Object) - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- setChosen(boolean) - Method in class gw.api.tools.PickerRow
-
- setChunkingById(IQueryResult, int) - Method in class gw.processes.BatchProcessBase
-
This will change the result set to do chunking, and the most efficient way of doing this is
by Id.
- setChunkingProcessor(ChunkingProcessor) - Method in class gw.plugin.solr.SolrQueryProcessor
-
- setChunkSize(int) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setChunkSize(int) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setChunkSize(int) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- setCity(String) - Method in interface gw.api.address.AddressFillable
-
- setClassContextProvider(IProvidesContextClass) - Method in class gw.xml.parser2.XMLGosuExpression
-
- setClasses(JdbcType[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setClassMember(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setClasspath(List<File>) - Static method in class gw.lang.Gosu
-
- setClasspath(String) - Method in interface gw.lang.parser.statements.IClasspathStatement
-
- setClassSuffix(String) - Method in class gw.xml.ReflectiveXMLNodeFactoryBase
-
- setClearExplainTables(Boolean) - Method in class gw.api.tools.DB2PDPageHelper
-
- setClearPkgCacheEventMonitor(Boolean) - Method in class gw.api.tools.DB2PDPageHelper
-
- setCloseIOAfterCommit(boolean) - Method in class gw.pl.util.xml.XMLCodec
-
- setCode(String) - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the code field on TypeKey
- setCode(String) - Method in class gw.plugin.custompicker.CustomPickerCode
-
- setCode(WsdlFault.FaultCode) - Method in exception gw.xml.ws.WsdlFault
-
Sets the fault code.
- setCodeQName(QName) - Method in exception gw.xml.ws.WsdlFault
-
Sets the fault code QName.
- setCollectAdHocDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectAppSpecificDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectArrayDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectAssignableDistributionsByDate(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectAssignableForeignKeyDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectBeanVersionDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectBlobColumnDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectBooleanDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectClobColumnDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectDateAnalysisDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectDateBinnedDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectForeignKeyDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectGenericGroupDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectMinAndMaxDates(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectNullableColumnDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectStagingTableDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectTypeKeyDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectTypeListTableDistribution(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setCollectValueGroupDistributions(boolean) - Method in class gw.api.tools.DataDistDVHelper
-
- setColumnGroupParentWidget(CellWidget) - Method in class gw.api.print.ListViewPrintOptions.ColumnHeaderInfo
-
- setColumnValues(String[]) - Method in class gw.api.webservice.zone.InsertZoneLinkTransaction
-
- setComment(String) - Method in class gw.xml.AbstractXMLNode
-
Sets the comment associated with this node.
- setComment(String) - Method in interface gw.xml.IXMLNodeParserCallbacks
-
- setComment(String) - Method in class gw.xml.XmlElement
-
Attaches a comment to this element.
- setCommented(boolean) - Method in class gw.xml.AbstractXMLNode
-
Flags this node as a comment.
- setCommented(boolean) - Method in interface gw.xml.IXMLNodeParserCallbacks
-
- setCommentLineBreak(int) - Method in class gw.xml.XMLNodeFormat
-
- setComments(Vector) - Method in class gw.pl.util.webservices.axis.GWJavaEnumTypeWriter
-
- setComments(boolean) - Method in class gw.xml.XmlSerializationOptions
-
- setCommentsSignificant(boolean) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- setCommitRequested(boolean) - Method in class gw.document.DocumentCreationInfo
-
Indicate whether the current Location should be committed once the new document contents have been uploaded.
- setCommonServiceInit(String) - Method in class gw.config.Registry
-
- setCompareColumns(int[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setCompressionLevel(String) - Method in class gw.api.tools.DatabaseStorageHelper
-
- setConcurrentBatchProcessAndWorkerAnalysis(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setConcurrentHistoryAnalysis(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setConcurrentMessagingAnalysis(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setConfigVersion(String) - Method in class gw.api.webservice.systemTools.ServerVersion
-
- setConfigVersionModified(String) - Method in class gw.api.webservice.systemTools.ServerVersion
-
- setConsecutiveExceptions(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of consecutive exceptions
- setConsistencyCheckDescription(String) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- setConsoleMonitor(IScmConsoleMonitor) - Method in interface gw.api.scm.IScmAdapter
-
Sets the console monitor.
- setContact(Contact) - Method in class gw.api.admin.UserContactHandle
-
Set the contact for the user.
- setContact(Contact) - Method in interface gw.api.contact.ContactHandle
-
- setContact(Contact) - Method in class gw.api.contact.LocationContactHandle
-
- setContact(Contact) - Method in class gw.api.email.EmailContact
-
- setContactSubtypeFilter(String[]) - Method in class gw.plugin.addressbook.AddressBookRemotableSearchResultSpec
-
Deprecated.
Get the Contact subtype security filter, which is an array of Contact type codes
identifying subtypes that can NOT be viewed by the current user.
- setContentPrompt(String) - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
This will set the prompted for additional content.
- setContext(Map<String, Object>) - Method in interface gw.document.DocumentCreationInfo.GlobalContextProducer
-
- setContext(IScriptPartId) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- setContextFactory(PrintContextFactory) - Method in class gw.api.print.PrintAction
-
- setContextObjectValue(String, Object) - Method in class gw.document.DocumentCreationInfo
-
Deprecated.
Use the exposed ContextObjectValueMap field instead
- setContextType(ICompilableType) - Method in exception gw.lang.parser.exceptions.ParseResultsException
-
- setConvertedMenuLinksIdForExt(String) - Method in class gw.smoketest.platform.web.PCFElementId
-
- setCookie(Object) - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
- setCount(int) - Method in class gw.api.webservice.importTools.ImportResultSummary
-
The number of entities affected.
- setCounterValue(String, int) - Method in interface gw.api.profiler.ProfilerFrame
-
Set the value of a counter
- setCounterValue(String, int) - Method in class gw.api.profiler.ProfilerTag
-
- setCountry(Country) - Method in interface gw.api.address.AddressFillable
-
- setCountry(Country) - Method in class gw.api.admin.ZoneSearchCriteria
-
Deprecated.
- setCountryCode(PhoneCountryCode) - Method in class gw.api.phone.PhoneDelegateBase
-
- setCountryCode(PhoneCountryCode) - Method in interface gw.api.phone.PhoneFields
-
- setCountryCode(PhoneCountryCode) - Method in interface gw.api.util.phone.GWPhoneNumber
-
Sets the phone country code.
- setCountryCode(PhoneCountryCode) - Method in class gw.api.util.phone.GWPhoneNumberBuilder
-
Override's the builder's country code.
- setCountryCode(PhoneCountryCode) - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- setCountryCode(PhoneCountryCode) - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- setCounty(String) - Method in interface gw.api.address.AddressFillable
-
- setCreateEditorParser(boolean) - Method in interface gw.lang.reflect.gs.IGosuClass
-
- setCreateStatus(ContactCreationApprovalStatus) - Method in interface gw.pl.contact.entity.Contact
-
Sets the contact's creation approval status.
- setCreationCallback(XMLNodeCreationCallback) - Method in class gw.xml.XMLParserBase
-
- setCriticalAttribute(Test, Element) - Method in class gw.junit.XMLJUnitResultFormatter
-
- setCSR(int) - Method in interface gw.lang.parser.IScope
-
- setCSR(int) - Method in class gw.lang.parser.StandardScope
-
- setCurrentPrivateGlobalScopeIndex(int) - Method in class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- setCurrentPrivateGlobalScopeIndex(int) - Method in interface gw.lang.parser.IActivationContext
-
- setCurrentProgram(File) - Static method in class gw.lang.cli.CommandLineAccess
-
- setCurrentScopeIndex(int) - Method in class gw.lang.debugger.AbstractActivationContext
-
Deprecated.
- setCurrentScopeIndex(int) - Method in interface gw.lang.parser.IActivationContext
-
- setCurrentTime(long) - Method in interface gw.plugin.system.ITestingClock
-
Sets the current time, in milliseconds.
- setCurrentTime(TestCase, long) - Static method in class gw.testharness.ChangesCurrentTimeUtil
-
Sets the current time to the given time, in milliseconds.
- setCurrentUser(User) - Static method in class gw.testharness.CurrentUserTestUtil
-
Sets the current user for the current thread.
- setCurrentUser(Key) - Static method in class gw.testharness.CurrentUserTestUtil
-
Sets the current user for the current thread.
- setCurrentUsersLanguage(LanguageType) - Static method in class gw.api.admin.BaseAdminUtil
-
Sets the language of the current user according to the given language type and immediately commits
the change.
- setCurrentUsersLocale(LocaleType) - Static method in class gw.api.admin.BaseAdminUtil
-
Sets the regional settings/formatting locale of the current user according to the given language type and immediately commits
the change.
- setCurrentUserToSystemUser() - Static method in class gw.testharness.CurrentUserTestUtil
-
Sets the current user for the current thread to the system user
- setCustomEvents(CustomEvents[]) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Set the custom events that will be fired for an object
when this acknowledgement gets processed
- setCustomInstrumentation(WorkQueueInstrumentation) - Method in interface gw.pl.workqueue.entity.InstrumentedWorkerTask
-
Saves custom instrumentation.
- setCustomMappings(List<CustomTypeMapping>) - Static method in class gw.xml.xsd.typeloader.XSDBuiltInTypeFactory
-
- setCycleStrategy(CycleStrategy) - Method in class gw.api.graph.traverse.GraphTraverserBase
-
Sets the handling of graph cycles.
- setData(Object) - Method in class gw.api.admin.RootTreeNode
-
- setData(Object) - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
Sets the model data of this tree node.
- setData(Object) - Method in class gw.api.tree.SimpleTreeNode
-
- setData(Object) - Method in interface gw.api.tree.TreeNode
-
Set model data for this node
- setDataAsMap(Map<String, Serializable>) - Method in interface gw.pl.clusterinfo.entity.ClusterMemberData
-
Saves arbitrary data associated with the cluster member.
- setDataSet(ExportDataSet) - Method in class gw.api.admin.ExportDataInfo
-
Set the currently selected data set to be exported.
- setDate(String, Date) - Method in class gw.processes.WorkQueueInstrumentation
-
Sets current value.
- setDateCompleted(Date) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setDateCompleted(Date) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setDateModified(Date) - Method in interface gw.plugin.document.IDocumentTemplateDescriptor
-
Updates the modification date for this template.
- setDateModified(Date) - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- setDateTime(Date) - Method in class gw.api.tools.TestingClock
-
- setDateTimeValue(Date) - Method in class gw.smoketest.platform.web.DateElement
-
Sets date and time value
- setDateValue(Date) - Method in class gw.smoketest.platform.web.DateElement
-
Sets date value (no time)
- setDay(int) - Method in class gw.xml.date.AbstractXmlDateType
-
- setDay(int) - Method in class gw.xml.date.XmlDate
-
- setDay(int) - Method in class gw.xml.date.XmlDateTime
-
- setDay(int) - Method in class gw.xml.date.XmlDay
-
- setDay(int) - Method in class gw.xml.date.XmlMonthDay
-
- setDays(BigInteger) - Method in class gw.xml.date.XmlDuration
-
- setDebug(boolean) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setDebug
- setDefault(String) - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- setDefaultCategory() - Method in class gw.xml.parser2.XMLNodeMetadataBuilder.AttributeBuilder
-
- setDefaultContextObjectValue(String, Object) - Method in class gw.document.DocumentCreationInfo
-
Set the default value for a particular context object for use in creation of the new document contents from a template.
- setDefaultEntityExpansionLimit() - Static method in class gw.pl.util.webservices.Globals
-
This method sets the property "entityExpansionLimit" to 10M if it
hasn't already been set.
- setDefaultFieldValue(String) - Method in class gw.lang.reflect.Expando
-
- setDefaultFieldValue(String) - Method in interface gw.lang.reflect.IExpando
-
- setDefaultPhysicalFileSystem(IPhysicalFileSystem) - Method in class gw.fs.FileFactory
-
- setDefaults() - Method in class gw.xml.AbstractXMLNode
-
Should only be called during parsing.
- setDefaults() - Method in class gw.xml.parser2.PLXMLNode
-
- setDefaultTypeMapping(TypeMapping) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the default TypeMapping used by the service
- setDefaultValueExpression(IExpression) - Method in interface gw.lang.parser.ISymbol
-
- setDelegate(Map<String, ?>) - Method in class gw.xml.XMLNodeAttributeMap
-
After calling setDelegate, the passed in map should not be reused.
- setDependencies(List<Dependency>) - Method in interface gw.lang.reflect.module.IModule
-
- setDependency(Class<T>, T) - Method in class gw.pl.util.internal.DependenciesBase
-
- setDeploy(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the deploy mode flag
- setDeprecated(String) - Method in interface gw.lang.javadoc.IBaseFeatureNode
-
- setDeprecated(String) - Method in interface gw.lang.javadoc.IClassDocNode
-
- setDescription(String) - Method in class gw.api.admin.EventMessage
-
- setDescription(String) - Method in class gw.api.database.DatabaseSnapshotInfo
-
- setDescription(String) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- setDescription(String) - Method in class gw.api.tools.DataDistDVHelper
-
- setDescription(String) - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- setDescription(String) - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the description field on TypeKey
- setDescription(String) - Method in interface gw.lang.javadoc.IBaseFeatureNode
-
- setDescription(String) - Method in interface gw.lang.javadoc.IClassDocNode
-
- setDescription(String) - Method in interface gw.lang.javadoc.IExceptionNode
-
- setDescription(String) - Method in interface gw.lang.javadoc.IParamNode
-
- setDescription(String) - Method in class gw.plugin.custompicker.CustomPickerCode
-
- setDestId(int) - Method in class gw.api.admin.EventMessage
-
- setDestinationId(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setDestinationId(int) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the id of the destination.
- setDestinationID(int) - Method in class gw.api.email.AbstractEmailMessageTransport
-
- setDestinationID(byte) - Method in class gw.api.messaging.SynchStateData
-
Deprecated.
ID of the message sink to which this synchState corresponds
- setDestinationID(int) - Method in class gw.plugin.integration.inbound.logging.reply.FileIntegrationMessageReplyHandler
-
- setDestinationID(int) - Method in class gw.plugin.integration.inbound.logging.reply.JMSIntegrationMessageReplyHandler
-
- setDestinationID(int) - Method in interface gw.plugin.messaging.MessagePlugin
-
- setDestinationName(String) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setDestinationName(String) - Method in class gw.api.admin.EventMessage
-
- setDestinationName(String) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the name of the destination.
- setDetail(XmlElement) - Method in exception gw.xml.ws.WsdlFault
-
Sets the detail element.
- setDetailedStatus(String) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setDetailedStatus(String) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setDetailResultWriting(Bundle) - Method in class gw.pl.util.DataChangeUtil
-
This will cause the logging of entity changes and their changed fields.
- setDetails(ImportResultDetail[]) - Method in class gw.api.webservice.importTools.ImportResults
-
The details of every item that was imported.
- setDetailsArray(WQTaskDetails[]) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
- setDfsDeclInSetByName(Map<String, Set<IFunctionSymbol>>) - Method in interface gw.lang.parser.IGosuParser
-
- setDirectLogin(String, String) - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Sets the Gloabls.GW_AUTHENTICATION_USERNAME_PROPERTY and Globals.GW_AUTHENTICATION_PASSWORD_PROPERTY
values.
- setDirectory(File) - Method in class gw.util.ProcessStarter
-
Deprecated.
Sets this process' working directory.
- setDiscarded(boolean) - Method in class gw.lang.reflect.DefaultArrayType
-
- setDiscarded(boolean) - Method in class gw.lang.reflect.FunctionType
-
- setDiscarded(boolean) - Method in interface gw.lang.reflect.IType
-
- setDiscarded(boolean) - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- setDiscarded(boolean) - Method in class gw.lang.reflect.TypeBase
-
- setDiscarded(boolean) - Method in class gw.xml.parser2.LocationRefType
-
- setDiscarded(boolean) - Method in class gw.xml.parser2.XMLNodeType
-
- setDispStepType(String) - Method in class gw.api.tools.LoadStepDisplayable
-
- setDistance(BigDecimal) - Method in class gw.api.contact.DrivingDirectionsElem
-
Total driving distance for this stage, if any
- setDocumentCreationScript(String) - Method in class gw.document.DocumentCreationInfo
-
Set the script which should be run on the user's machine as part of the document creation process.
- setDocumentFilePath(String) - Method in class gw.document.DocumentCreationInfo
-
Sets the full path on the user's machine of the temp file containing the contents of the new document.
- setDocumentLanguage(ILocale) - Method in interface gw.pl.document.entity.Document
-
Sets the language in which the document is created in.
- setDocumentLocator(Locator) - Method in class gw.xml.XMLNodeHandler
-
- setDocuments(List<Document>) - Method in class gw.api.email.Email
-
- setDocumentTemplateDescriptor(IDocumentTemplateDescriptor) - Method in class gw.document.DocumentCreationInfo
-
- setDocumentTemplateSearchResults(DocumentTemplateSearchResults) - Method in class gw.document.DocumentCreationInfo
-
Deprecated.
use #setDocumentTemplateDescriptor, this method makes the code error prone beacuse both template ID and locale need to be considered
- setDocumentTemplateSearchResults(IDocumentTemplateSource, IDocumentTemplateDescriptor) - Method in class gw.document.DocumentCreationInfo
-
Deprecated.
use #setDocumentTemplateDescriptor, this method makes the code error prone beacuse both template ID and locale need to be considered
- setDontOptimizeStatementLists(boolean) - Method in interface gw.lang.parser.IParserPart
-
- setDoOverride(boolean) - Method in class gw.api.contact.AutofillRequest
-
Set the override option, if set, when getAutofillValue() is called
it will return the current value of the desired field if there are multiple matches,
or null if there is no matching autofill value.
- setDoTeardownDependencies(boolean) - Static method in class gw.testharness.JUnitRunnerHacks
-
- setDouble(String, Double) - Method in class gw.processes.WorkQueueInstrumentation
-
Sets current value.
- setDownloadAWR(boolean) - Method in interface gw.pl.upgrader.entity.UpgradeInstance
-
Sets boolean flag indicating whether AWR information should be downloaded for this upgrade instance
- setDuplicate(boolean) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Sets whether the error is a duplicate.
- setDuration(long) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- setDynamicSymbolTable(ISymbolTable) - Method in interface gw.lang.parser.ISymbol
-
Assigns an optional symbol table so that the symbol can get/set its value
dynamically e.g., via ThreadLocalSymbolTable.
- setEdgeColorer(Function<Edge<T>, Color>) - Method in class gw.api.graph.print.ColoringDotFormatter
-
Sets the function for coloring the edges.
- setEditEffectiveDate(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Set the date at which edits to this branch are effective.
- setEditorParser(boolean) - Method in interface gw.lang.parser.IGosuParser
-
- setEffectiveDate(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Change when the effective date of this bean.
- setEffectiveWindow(Date, Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Change the effective and expiration dates together.
- setElementInSelectByIndex(String, int) - Method in interface gw.testharness.ISmokeTestHelper
-
Sets the value of a SELECT to the value at the given index in the options.
- setElementInSelectByLabel(String, String) - Method in interface gw.testharness.ISmokeTestHelper
-
Sets the value of a SELECT to the option with the given label.
- setElementName(String) - Method in class gw.xml.AbstractXMLNode
-
Sets this node's qualified name.
- setElementName(String) - Method in interface gw.xml.IXMLNode
-
- setElementName(QName) - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- setElseStatement(IRStatement) - Method in class gw.lang.ir.statement.IRIfStatement
-
- setEmailAddress(String) - Method in class gw.api.email.EmailContact
-
- setEnableProfilerForBatchProcess(boolean, BatchProcessType, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for batch processes of the given type
- setEnableProfilerForBatchProcessAndWorkQueue(boolean, BatchProcessType, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for batch processes of the given type and their associated work queue
- setEnableProfilerForMessageDestination(boolean, String, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for the given message destination
- setEnableProfilerForMessageDestination(boolean, int, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for the given message destination
- setEnableProfilerForStartablePlugin(boolean, String, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for the given StartablePlugin
- setEnableProfilerForSubsequentWebSessions(String, boolean, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for subsequent web sessions
- setEnableProfilerForWebService(boolean, String, String, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for the given web service (service name, operation name) pair
- setEnableProfilerForWorkQueue(boolean, BatchProcessType, boolean, boolean, boolean, boolean, int, boolean) - Static method in class gw.api.profiler.ProfilerAPI
-
Enable or disable the profiler for work queues associated with the given batch process type
- setEnclosingEvalExpression(IParsedElement) - Method in interface gw.lang.reflect.gs.IGosuProgram
-
- setEnclosingType(IType) - Method in interface gw.lang.parser.expressions.ITypeVariableDefinition
-
- setEnclosingType(IType) - Method in interface gw.lang.reflect.gs.IGosuClass
-
Only for use during type loading e.g., from GosuClassTypeLoader
- setEncoding(Charset) - Method in class gw.xml.XmlSerializationOptions
-
the character set for encoding
- setEnd(int) - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- setEnd(int) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setEndDate(Date, boolean) - Method in class gw.api.database.DBDateRange
-
- setEndNumber(Number) - Method in class gw.api.database.NumberRange
-
- setEndpointAddress(String, String) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
Set the endpoint address for the specified port name.
- setEndpointAddress(QName, String) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
Set the endpoint address for the specified port name.
- setEndSnapId(int) - Method in class gw.api.database.AWRReportUserSettings
-
- setEndTime(Date) - Method in class gw.api.archiving.ArchiveCountSummaryByDateRange
-
- setEndTime(Date) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The time at which the given worker was stopped or null if the worker has not been stopped yet.
- setEndTime(Date) - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
The time at which the given worker was stopped or null if the worker has not been stopped yet.
- setEntityFactory(EntityFactory) - Static method in class gw.pl.external.entity.EntityFactory
-
Deprecated.
- setEntityName(String) - Method in class gw.api.webservice.FieldFilter
-
- setEntityName(String) - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The type of entity.
- setEntityName(String) - Method in class gw.api.webservice.importTools.ImportResultSummary
-
The name of the entity in question.
- setEntityType(String) - Method in interface gw.webservice.contactapi.AddressBookUIDTuple
-
- setEntityValidation(EntityValidation) - Method in class gw.api.validation.ValidationIssue
-
- setEntry(JarEntry) - Method in class gw.fs.jar.JarEntryResourceImpl
-
- setEnum(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setEnvironment(TestEnvironment) - Method in class gw.test.TestExecutionManager
-
- setError(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setError(int) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the number of failed messages.
- setError(boolean) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Tests if the acknowledgment is an error.
- setError(String) - Method in class gw.lang.gosuc.GosucArg
-
- setErrorContext(String) - Method in class gw.pl.util.ResultsBuffer
-
- setErrorDescription(String) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Used to set an optional description of the error for help in displaying
information about the error.
- setErrorLevel(String) - Method in class gw.plugin.validation.FieldValidationData
-
Error level of the validation exception.
- setErrorLevel(String) - Method in class gw.plugin.validation.GeneralValidationData
-
Error level of the validation exception.
- setErrorLog(String[]) - Method in class gw.api.webservice.importTools.ImportResults
-
Contains any error messages that occurred during import.
- setErrorMessage(String) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the number of error messages.
- setErrorReason(String) - Method in class gw.plugin.validation.FieldValidationData
-
The message that should be displayed to the user to indicate the reason
for the error.
- setErrorReason(String) - Method in class gw.plugin.validation.GeneralValidationData
-
The message that should be displayed to the user to indicate the reason
for the error.
- setEscalationBusCalType(BusCalType) - Method in interface gw.pl.activity.entity.ActivityPattern
-
Sets the escalation business calendar type (e.g. holiday tag or location bean path),
if applicable.
- setEscapeContents(boolean[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setEstimateCompression(boolean) - Method in class gw.api.tools.DatabaseStorageHelper
-
- setEvents(String[]) - Method in class gw.api.webservice.messagingTools.CustomEvents
-
The events to fire for an object.
- setException(Throwable) - Method in class gw.test.remote.RemoteTestResult
-
- setExceptions(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setExceptions(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of exceptions caught during work items processing
- setExcludeTotal(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setExcludeTotal(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- setExecutionManager(TestExecutionManager) - Method in class gw.test.TestClass
-
- setExecutors(WQueueExecutorDetails[]) - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
- setExecutorsRunning(int) - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- setExists() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- setExitEnabled(boolean) - Static method in class gw.lang.cli.CommandLineAccess
-
- setExpectedType(IType) - Method in exception gw.lang.parser.exceptions.ParseException
-
Sets the expected type information from the parser.
- setExpectedType(IType) - Method in exception gw.lang.parser.exceptions.ParseWarning
-
- setExpectedType(IType) - Method in interface gw.lang.parser.IParseIssue
-
- setExpectedType(DynamicReturnTypeProvider) - Method in class gw.xml.parser2.XMLGosuExpression
-
- setExpirationDate(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Change when the expiration date of this bean.
- setExpression(IExpression) - Method in interface gw.lang.reflect.gs.IGosuFragment
-
- setExpression(String) - Method in class gw.xml.parser2.XMLGosuExpression
-
- setExpressionRuntime(IExpressionRuntime) - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- setExtension(String) - Method in class gw.api.phone.PhoneDelegateBase
-
- setExtension(String) - Method in interface gw.api.phone.PhoneFields
-
- setExtension(String) - Method in class gw.api.util.phone.GWPhoneNumberBuilder
-
Overrides the builder's extension.
- setExternal_PublicID(String) - Method in interface gw.ab.addressbook.entity.ABLinkable
-
Set the external public ID
- setExternal_PublicID(String) - Method in interface gw.webservice.contactapi.AddressBookUIDTuple
-
- setExternal_UniqueID(String) - Method in interface gw.ab.addressbook.entity.ABLinkable
-
Set the external unique ID
- setExternalID(String) - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The external ID of the entity.
- setExternalSource(String) - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The external source for the entity.
- setExternalSymbols(ISymbolTable) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setExternalUpdateApp(String) - Method in interface gw.ab.addressbook.entity.ABContact
-
- setExternalUpdateUser(String) - Method in interface gw.ab.addressbook.entity.ABContact
-
- setExtJsSuite() - Static method in class gw.testharness.EnableExtJs.Util
-
Deprecated.
- setFactory(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the WriterFactory Class to use
- setFactory(GeneratorFactory) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setFactory
- setFailed(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setFailed(int) - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
- setFailedOps(Integer) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setFailedOps(Integer) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setFailureDescription(String) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- setFailureReason(String) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setFailureReason(String) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setFaultBodyTypeMap(Operation, HashMap) - Method in class gw.pl.util.webservices.axis.GWBindingEntry
-
- setFetchLimit(int) - Method in class gw.plugin.solr.PagedQueryIterator
-
Set the maximum number of sequential rows this iterator will request from
Solr if, within those rows, no viewable results are found.
- setFieldChanges(FieldChanges[]) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Set the field changes for the acknowledgement.
- setFieldFilters(FieldFilter[]) - Method in class gw.api.webservice.ObjectFilter
-
Deprecated.
Sets the field filters
- setFieldName(String) - Method in class gw.api.validation.FieldValidation
-
- setFieldNames(String[]) - Method in class gw.api.webservice.FieldFilter
-
- setFieldPath(String) - Method in class gw.plugin.validation.FieldValidationData
-
Path to the field from the validated entity.
- setFieldValidationData(FieldValidationData[]) - Method in class gw.plugin.validation.ValidationResponse
-
Stores validation data for a individual fields related to the entity being
validated.
- setFieldValue(String, Object) - Method in class gw.lang.reflect.Expando
-
- setFieldValue(String, Object) - Method in interface gw.lang.reflect.IExpando
-
- setFieldValue(String, Object) - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Set the value of the named bean field, which can be a simple data field,
foreign key field or extension field.
- setFieldValue(IEntityPropertyInfo, Object) - Method in interface gw.pl.persistence.core.Bean
-
Sets the value of the given bean field.
- setFieldValue(String, Object) - Method in interface gw.pl.persistence.core.Bean
-
Set the value of the named bean field, which can be a simple data field,
foreign key field or extension field.
- setFieldValues(FieldChangeValue[]) - Method in class gw.api.webservice.messagingTools.FieldChanges
-
- setFile(WebFile) - Method in class gw.api.admin.ImportDataInfo
-
Import the given file and build a list of conflicts, where the imported data differs from the
current data.
- setFile(String) - Method in class gw.api.tools.SmokeTestSearchResult
-
- setFile(WebFile) - Method in class gw.document.DocumentCreationInfo
-
Set the
WebFile holding the contents of the newly created
document.
- setFile(String, String, InputStream) - Method in class gw.document.DocumentCreationInfo
-
Set the
WebFile holding the contents of any
document that is in the input stream.
- setFile(WebFile) - Method in class gw.document.DocumentDetailsInfo
-
Set the
WebFile containing the newly uploaded contents for the document.
- setFile(String, String, InputStream) - Method in class gw.document.DocumentDetailsInfo
-
Set the
WebFile holding the contents of any
document that is in the input stream.
- setFileContents(String) - Method in class gw.api.webservice.templateTools.TemplateImportResults
-
Sets the new content of the file.
- setFileName(String) - Method in class gw.plugin.document.impl.XFDFNode
-
- setFilename(String) - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
This will set the email filename
- setFilename(String) - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
This will set file name for this template.
- setFilePath(String) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setFilterCriteria(ZoneSearchCriteria) - Method in interface gw.pl.assignment.entity.Region
-
The filter criteria, used for the region UI only.
- setFilterCriteria(ZoneSearchCriteria) - Method in interface gw.pl.calendar.entity.BusinessWeek
-
The filter criteria, used for the region UI only.
- setFilterCriteria(ZoneSearchCriteria) - Method in interface gw.pl.calendar.entity.Holiday
-
The filter criteria, used for the region UI only.
- setFinal(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setFindRetired(boolean) - Method in class gw.api.database.Query
-
- setFindRetired(boolean) - Method in interface gw.api.database.Table
-
- setFindTemporaryBranches(boolean) - Method in interface gw.api.database.Table
-
Deprecated.
- setFingerprint(String) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
sets Fingerprint of SQL query
- setFinish(String) - Method in class gw.api.contact.DrivingDirections
-
Description of finish address
- setFirst(T) - Method in class gw.api.database.ValueRange
-
- setFirstTest(boolean) - Method in class gw.testharness.QuickRemoteTestCase
-
- setFlowStepId(String) - Method in class gw.api.validation.ValidationIssue
-
- setFontFamilyName(String) - Method in class gw.api.print.PrintSettings
-
Sets the font family name used for printing.
- setFontSize(String) - Method in class gw.api.print.PrintSettings
-
Sets the size of the standard font used for printing.
- setForAllLanguages(IPropertyInfo, String) - Method in class gw.api.databuilder.DataBuilder
-
Sets the value of the specified property for all languages using set(IPropertyInfo, Object).
- setForceBranch(WorkflowTimeout) - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
force a branch to timeout set a message to return
- setFormatter(String) - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- setFromRange(DBDateRange) - Method in interface gw.pl.custom.entity.DateCriteria
-
Set the StartDate and EndDate fields according to the given date range, and set DateSearchType
to "enteredrange".
- setFullyQualifiedTypeName(String) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setGeneralValidationData(GeneralValidationData[]) - Method in class gw.plugin.validation.ValidationResponse
-
General validation exceptions related to the validated entity.
- setGenerateAnnotationsToClassFiles(boolean) - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- setGenerateCallsToASHScripts(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setGenerateRootExpressionAccessForProgram(boolean) - Method in interface gw.lang.parser.IGosuParser
-
- setGenerators() - Method in class gw.pl.util.webservices.axis.GWJavaServiceWriter
-
- setGeneric() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- setGeneric() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- setGeneric() - Method in interface gw.lang.reflect.java.asm.IGeneric
-
- setGeocodeFieldsFromLatLong(BigDecimal, BigDecimal) - Method in interface gw.pl.contact.entity.Address
-
Takes a Latitude and Longitude pair, and sets the SpatialPoint and GeocodeStatus based on them.
- setGeocodeFieldsFromLatLong(BigDecimal, BigDecimal) - Method in interface gw.pl.contact.entity.ProximitySearchParameters
-
Takes a Latitude and Longitude pair, and sets the SpatialPoint and GeocodeStatus based on them.
- setGeocodeFieldsFromSpatialPoint(SpatialPoint) - Method in interface gw.pl.contact.entity.Address
-
Takes a SpatialPoint, and sets the SpatialPoint and GeocodeStatus based on them.
- setGetNumResultsOnly(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setGetNumResultsOnly(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- setGetNumResultsOnly(boolean) - Method in class gw.plugin.search.RemotableSearchResultSpec
-
If set to true, only number of results will be returned, not the results.
- setGetNumResultsOnly(boolean) - Method in class gw.plugin.util.RemotableSearchResultSpec
-
If set to true, only number of results will be returned, not the results.
- setGetterDfs(IDynamicFunctionSymbol) - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- setGosuTest(boolean) - Method in class gw.test.TestClass
-
- setGosuTestAttribute(Test, Element) - Method in class gw.junit.XMLJUnitResultFormatter
-
- setGroup(Group) - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use setAssignedGroup()
- setGroupAssignmentState(GroupAssignmentState) - Method in interface gw.pl.assignment.entity.GroupUserAssignmentState
-
set the group assignment state base
- setGroupCriteria(GroupSearchCriteria) - Method in class gw.api.assignment.AssignmentSearchCriteria
-
Set the criteria used to search for a group, will be used if search type is "Group".
- setGroupID(Key) - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use setAssignedGroupID()
- setGroupID(String) - Method in class gw.plugin.approval.UserGroupPair
-
Sets the group ID.
- setGroupID(String) - Method in class gw.plugin.assignment.AssignmentResponse
-
The ID of the group within which assignment should.
- setGrouping(XSDGroupingInfo) - Method in class gw.xml.xsd.info.XSDElementInfo
-
- setGrouping(XSDGroupingInfo) - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- setGroupLoad(GroupAssignmentState, int) - Method in class gw.api.assignment.AssignmentType
-
Set the load for this assignment type on the group's state
- setGroupLoad(GroupAssignmentState, int) - Method in class gw.api.assignment.DefaultAssignmentType
-
- setGroupType(String) - Method in class gw.plugin.assignment.AssignmentResponse
-
Group Type
- setHasAuthority(boolean) - Method in class gw.plugin.approval.ApprovalResult
-
- setHasLiteral(boolean) - Method in class gw.pl.util.webservices.axis.GWBindingEntry
-
- setHasReferences() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- setHeader(QName, Object) - Method in class gw.api.soap.OutboundHeaders
-
Sets the header value on an outbound call.
- setHeader(String, String) - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Sets the header.
- setHeader(String, String) - Method in class gw.xml.ws.HttpHeaders
-
- setHeaderFontSize(String) - Method in class gw.api.print.PrintSettings
-
Returns the size of the font used for printing headers.
- setHeaderLabel(String) - Method in class gw.api.print.PrintSettings
-
Sets the print header label which appears on the upper-left corner of every page of the print.
- setHeaders(List<Pair<String, String>>) - Method in class gw.api.email.Email
-
- setHelperGeneration(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Deprecated.
Use setHelperWanted(value)
- setHelperWanted(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Turn on/off Helper class generation
- setHidden(Boolean) - Method in class gw.lang.cli.GosuOption
-
Set this option as hidden
- setHide(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setHostname(String) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The host name.
- setHostname(String) - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
The host name.
- setHour(int) - Method in class gw.xml.date.AbstractXmlDateType
-
- setHour(int) - Method in class gw.xml.date.XmlDateTime
-
- setHour(int) - Method in class gw.xml.date.XmlTime
-
- setHours(BigInteger) - Method in class gw.xml.date.XmlDuration
-
- setHtml(boolean) - Method in class gw.api.email.Email
-
Whether the body is html
- setId(int) - Method in class gw.api.database.DatabaseSnapshotInfo
-
- setId(KeyableEntity, int) - Static method in class gw.pl.external.entity.EntityMock
-
Deprecated.
Sets the id on the mock object by creating a new key with the specified id
and setting it on the object.
- setIdentifier(String) - Method in class gw.api.webservice.pl.FieldValue
-
Sets the identifier
- setIdentifierToNullCheck(IRIdentifier) - Method in class gw.lang.ir.statement.IRForEachStatement
-
- setIdOnBean(KeyableBean, String) - Method in interface gw.api.importing.ImportingUtilHelper
-
Set id on bean
- setIgnoreWarnings(Set<ResourceKey>) - Method in interface gw.lang.parser.IGosuParser
-
- setILoginAPIEndpointAddress(String) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- setILoginAPIWSDDServiceName(String) - Method in class gw.pl.util.webservices.login.api.ILoginAPIServiceLocator
-
- setImplementationClassName(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set an implementation classname to use instead of the default.
- setImplicit(boolean) - Method in class gw.lang.ir.IRElement
-
- setImplicitReturnStatement(IRReturnStatement) - Method in class gw.lang.ir.IRAbstractLoopStatement
-
- setImplicitReturnStatement(IRReturnStatement) - Method in interface gw.lang.ir.statement.IRLoopStatement
-
- setImports(boolean) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setImports
- setIncludeCompressionReport(boolean) - Method in class gw.api.tools.DatabaseStorageHelper
-
- setIncludeDatabaseStatistics(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setIncludeDatabaseStatistics(Boolean) - Method in class gw.api.tools.MicrosoftDMVPageHelper
-
- setIncludeMetadataForInstrumentationTables(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setIncludePendingCreates(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- setIncludeTotal(boolean) - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Determines whether to include the total number of results in the search result.
- setIncludeTotal(boolean) - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Determines whether to include the total number of results in the search result.
- setIndent(String) - Method in class gw.xml.XmlSerializationOptions
-
Sets the indent.
- setIndex(int) - Method in interface gw.xml.xsd.info.IXSDChildElementInfo
-
- setIndex(int) - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- setIndex(int) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- setInferredFunctionType(IInvocableType) - Method in class gw.lang.reflect.MethodScore
-
- setInflight(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setInflight(int) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the number of inflight messages.
- setInflight(int) - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
- setInitializing(boolean) - Method in class gw.pl.util.internal.DependenciesBase
-
- setInitialRetryInterval(long) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setInMemorySQLMonitorIncludeAllExecutions(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setInPendingContactChange(Boolean) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- setInputStream(InputStream) - Method in class gw.xml.BinaryData
-
Sets the backing content as an input stream.
- setInstance(Invoker) - Static method in class gw.pl.external.Invoker
-
Deprecated.
Sets the single Invoker instance.
- setInstanceId(Integer) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The Instance ID.
- setInstances(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Set the number of worker instances configured to run on this server
(Default = 1)
- setInstructor(ITokenizerInstructor) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- setInternal(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setInternalID(long) - Method in class gw.api.webservice.importTools.ImportResultDetail
-
The internal ID of the entity.
- setItem(Object, int) - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- setItem(Object, int) - Method in interface gw.xml.xsd.info.NestedList
-
- setItem(Object, int) - Method in class gw.xml.xsd.info.ParsedNodeList
-
- setItem(int, E) - Method in class gw.xml.xsd.info.ParsedNodeList
-
- setItemCount(WorkItemStatusType, int) - Method in class gw.api.web.tools.ItemStatusCounts
-
- setItemCounts(ItemStatusCounts) - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- setItemsCheckedOut(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of checked out work items
- setItemsFailed(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of failed work items
- setItemsProcessed(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of processed work items
- setItemsSkipped(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of skipped work items
- setItemStatusCounts(ItemStatusCounts) - Method in class gw.api.web.tools.WorkItemDisplayInfo
-
- setItemStatusCounts(ItemStatusCounts) - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- setJavaClassPath(List<IDirectory>) - Method in interface gw.lang.reflect.module.IModule
-
- setKeyColumns(int[]) - Method in class gw.api.database.DatabaseParameterSet
-
Used to populate the drop down.
- setLabel(String) - Method in class gw.api.graph.print.DotAttributes
-
Sets the label value.
- setLast(T) - Method in class gw.api.database.ValueRange
-
- setLastAssignedGroup(GroupAssignmentState, Key) - Method in class gw.api.assignment.AssignmentType
-
Set the last assigned group for this assignment type on the state
- setLastAssignedGroup(DynamicAssignmentState, Key) - Method in class gw.api.assignment.AssignmentType
-
Set the last assigned group for this assignment type on the state
- setLastAssignedGroup(DynamicAssignmentState, Key) - Method in class gw.api.assignment.DefaultAssignmentType
-
- setLastAssignedGroup(GroupAssignmentState, Key) - Method in class gw.api.assignment.DefaultAssignmentType
-
- setLastAssignedUser(GroupAssignmentState, Key) - Method in class gw.api.assignment.AssignmentType
-
Set the last assigned user for this assignment type on the state
- setLastAssignedUser(DynamicAssignmentState, Key) - Method in class gw.api.assignment.AssignmentType
-
Set the last assigned user for this assignment type on the state
- setLastAssignedUser(DynamicAssignmentState, Key) - Method in class gw.api.assignment.DefaultAssignmentType
-
- setLastAssignedUser(GroupAssignmentState, Key) - Method in class gw.api.assignment.DefaultAssignmentType
-
- setLastTest(boolean) - Method in class gw.testharness.QuickRemoteTestCase
-
- setLength(int) - Method in interface gw.lang.parser.IParseTree
-
- setLevel(int) - Method in class gw.api.tools.LoadStepDisplayable
-
- setLevel(ValidationLevel) - Method in class gw.api.validation.ValidationIssue
-
- setLevel(String, Level) - Static method in class gw.pl.logging.LoggerFactory
-
Deprecated.
Set the level of a logging category.
- setLevel(Level) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
Allows you to change the level of the logger.
- setLevel(SystemOutLogger.LoggingLevel) - Method in class gw.util.SystemOutLogger
-
- setLine(int, Object) - Method in class gw.pl.io.StringLineWriter
-
Replaces the contents of a line.
- setLineHeight(String) - Method in class gw.api.print.PrintSettings
-
Sets the total height of a standard printed line.
- setLineNumber(int) - Method in class gw.lang.ir.IRElement
-
- setLineNumShift(int) - Method in interface gw.lang.parser.IParserPart
-
- setLineSeparator(String) - Method in class gw.xml.XmlSerializationOptions
-
Sets the LineSeparator property
- setLinkedZone(Zone) - Method in class gw.api.admin.ZoneSearchCriteria
-
Deprecated.
The linked zone is used to further constrain the zones returned by performSearch().
- setLinkID(String) - Method in interface gw.webservice.contactapi.AddressBookUIDTuple
-
- setLinkVersionList(ILinkPropertyInfo, EffDatedKey) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBase
-
Set a foreign key by passing in an EFfDatedKey (effectively the
EffDatedVersionList or FixedId of the bean).
- setListViewBlockSize(int) - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- setListViewFontSize(String) - Method in class gw.api.print.PrintSettings
-
Sets the size of the font used for printing list view content.
- setLoadCommandID(String) - Method in class gw.api.webservice.tableImport.TableImportResult
-
Sets the public id of the row in loadcommand table for the operation.
- setLoadStep(LoadStep) - Method in class gw.api.tools.LoadStepDisplayable
-
- setLocalAppender(Appendable) - Static method in class gw.pl.util.DataChangeUtil
-
Used internally to set the appender
- setLocale(LocaleType) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setLocale(LocaleType) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- setLocale(ILocale) - Method in interface gw.pl.document.entity.Document
-
Deprecated.
use set language instead
- setLocale(ILocale) - Method in interface gw.plugin.email.IEmailTemplateDescriptor
-
This will set the email locale, it is used by IEmailTemplateSource
to set the locale where this template was found.
- setLocale(ILocale) - Method in interface gw.plugin.note.INoteTemplateDescriptor
-
This will set the Locale for this template, it is used by the
INoteTemplateSource to indicate where this template was found.
- setLocalSerializerRegistry(IXMLObjectSerializerRegistry) - Method in class gw.pl.util.xml.XMLCodec
-
- setLocation(String) - Static method in class gw.config.Registry
-
- setLocation(URL) - Static method in class gw.config.Registry
-
Sets the location of the registry file.
- setLocation(URL, String) - Static method in class gw.config.Registry
-
- setLocation(IParseTree) - Method in interface gw.lang.parser.IParsedElement
-
- setLockPolicy(DependenciesLockPolicy) - Static method in class gw.pl.util.internal.DependenciesBase
-
- setLogFile(String) - Method in class gw.api.tools.LogViewInfo
-
- setLogFileLocation(String) - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- setLogger(ILogger) - Method in interface gw.xml.ws.IWsdlPort
-
to set the logger for this web service
- setLoggerLevel(Logger, String) - Method in class gw.testharness.LoggerChangesManager
-
- setLoggerLevel(Logger, String) - Method in class gw.testharness.TestBase
-
- setLoggerLevel(Logger, String) - Method in class gw.testharness.v3.PLTestClass
-
Adding Logger Stack for auto-restore of Logger Levels / Appenders
- setLogging(Logger, Priority) - Method in class gw.api.soap.SOAPServiceBase
-
Sets the logging for this API.
- setLoggingLevel(String) - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- setLoggingLevel(Level) - Method in class gw.testharness.clustering.ClusterMember
-
Sets JGroups logging level.
- setLoggingLevel(Level) - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- setLoggingOutputStream(PrintStream) - Method in class gw.api.soap.SOAPServiceBase
-
Sets the logging output stream for this API.
- SetLogLevelData - Class in gw.api.tools
-
Rewritten: irabin Date: Dec 1, 2011 Time: 5:20:21 PM
- SetLogLevelData() - Constructor for class gw.api.tools.SetLogLevelData
-
- SetLogLevelData.LevelComparable - Class in gw.api.tools
-
- SetLogLevelData.LevelComparable(Level) - Constructor for class gw.api.tools.SetLogLevelData.LevelComparable
-
- setLogText(String) - Method in class gw.api.tools.LogViewInfo
-
- setLong(String, Long) - Method in class gw.processes.WorkQueueInstrumentation
-
Sets current value.
- setLoopTest(IRExpression) - Method in class gw.lang.ir.statement.IRDoWhileStatement
-
- setLoopTest(IRExpression) - Method in class gw.lang.ir.statement.IRForEachStatement
-
- setLoopTest(IRExpression) - Method in class gw.lang.ir.statement.IRWhileStatement
-
- setManagementElapsed(long) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setMapImageUrl(String) - Method in class gw.api.contact.MapImageUrl
-
The URL of the Map image.
- setMapOverviewUrl(MapImageUrl) - Method in class gw.api.contact.DrivingDirections
-
URL of overview map showing entire journey
- setMapOverviewUrl(String) - Method in class gw.api.contact.DrivingDirections
-
URL of overview map showing entire journey
- setMapString(Map, String, String) - Static method in class gw.pl.util.CollectionUtil
-
String typed Map.put()
- setMarginBottom(String) - Method in class gw.api.print.PrintSettings
-
Sets the print page bottom margin size.
- setMarginLeft(String) - Method in class gw.api.print.PrintSettings
-
Sets the print page left margin size.
- setMarginRight(String) - Method in class gw.api.print.PrintSettings
-
Returns the print page right margin size.
- setMarginTop(String) - Method in class gw.api.print.PrintSettings
-
Sets the print page top margin size.
- setMatchAllTags(boolean) - Method in interface gw.api.webservice.addressbook.contactapi.ABContactTagMatcher
-
Configure this matcher to match all tags in the current list, depending on the value of shouldMatchAll:
true=match ALL, which means that a contact must have all the tags, and ONLY the tags in this matcher
false=match ANY, which means that a contact can have any one or more of the tags in this matcher
- setMaxEntityDisplayName(int) - Method in class gw.api.graph.print.EntityDotFormatter
-
Sets the character limit of the entity display name when outputing the
node label.
- setMaxLength(int) - Method in class gw.api.database.DatabaseRow
-
- setMaxLength(int) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setMaxLines(int) - Method in class gw.api.tools.LogViewInfo
-
- setMaxNestedListViewSize(int) - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- setMaxNumOfWorkers(int) - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
Maximum number of allowed workers for the given executor.
- setMaxOccurs(int) - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- setMaxOccurs(int) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- setMaxPollInterval(long) - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Set the maximum time in milliseconds that a worker will wait
between queries for new workitems.
- setMaxResults(int) - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Specifies the maximum number of results to return.
- setMaxResults(int) - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Specifies the maximum number of results to return.
- setMaxRetries(int) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setMaxWorkerEndTime(Date) - Method in class gw.api.web.tools.ItemStatusCounts
-
- setMaxX(int) - Method in class gw.pl.util.Rectangle
-
- setMaxY(int) - Method in class gw.pl.util.Rectangle
-
- setMemberAccessContext(IMemberAccessExpression) - Method in exception gw.lang.parser.exceptions.ParseException
-
- setMessage(String) - Method in class gw.api.util.LoginForm
-
- setMessage(String) - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
set a message to return
- setMessage(String) - Method in exception gw.api.webservice.exception.SOAPException
-
The message associated with this exception
- setMessage(ResourceKey, Object...) - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- setMessage1(String) - Method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Sets the message1 value for this SOAPException.
- setMessageCode(String) - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- setMessageId(long) - Method in class gw.api.admin.EventMessage
-
- setMessageID(long) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Get the ID of the message to which this acknowledgement refers.
- setMessageName(String) - Method in class gw.api.admin.EventMessage
-
- setMessageRoot(KeyableBean) - Method in interface gw.pl.messaging.entity.Message
-
Deprecated.
If you need to associate a message with a primary object, just
set it directly on the message.
- setMessages(String[]) - Method in class gw.plugin.approval.ApprovalResult
-
- setMicrosoftJdbcDriverLogging() - Method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- setMinLength(int) - Method in class gw.api.database.DatabaseRow
-
- setMinLength(int) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setMinOccurs(int) - Method in class gw.xml.xsd.info.XSDElementRefInfo
-
- setMinOccurs(int) - Method in class gw.xml.xsd.info.XSDGroupingInfo
-
- setMinute(int) - Method in class gw.xml.date.AbstractXmlDateType
-
- setMinute(int) - Method in class gw.xml.date.XmlDateTime
-
- setMinute(int) - Method in class gw.xml.date.XmlTime
-
- setMinutes(BigInteger) - Method in class gw.xml.date.XmlDuration
-
- setMinX(int) - Method in class gw.pl.util.Rectangle
-
- setMinY(int) - Method in class gw.pl.util.Rectangle
-
- setModifiers(int) - Method in class gw.lang.ir.IRClass
-
- setModifiers(int) - Method in class gw.lang.reflect.FunctionType
-
- setMonth(int) - Method in class gw.xml.date.AbstractXmlDateType
-
- setMonth(int) - Method in class gw.xml.date.XmlDate
-
- setMonth(int) - Method in class gw.xml.date.XmlDateTime
-
- setMonth(int) - Method in class gw.xml.date.XmlMonth
-
- setMonth(int) - Method in class gw.xml.date.XmlMonthDay
-
- setMonth(int) - Method in class gw.xml.date.XmlYearMonth
-
- setMonths(BigInteger) - Method in class gw.xml.date.XmlDuration
-
- setMtomEnabled(boolean) - Method in class gw.xml.ws.WsiInvocationContext
-
- setMultiThreadNonSafeOrderedMessages(boolean) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setMultiValues(String[]) - Method in class gw.smoketest.platform.web.MultiSelectElement
-
selects multiple values for this select-multiple element
- setName(String) - Method in class gw.api.database.DatabaseParameterSet
-
Must be ASCII characters because it used as file name, and ends up in a Zip file, which cannot handle Unicode
characters.
- setName(String) - Method in class gw.api.email.EmailContact
-
- setName(String) - Method in class gw.api.tools.DatabaseStorageValues
-
- setName(String) - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- setName(String) - Method in class gw.api.tools.SmokeTestSearchResult
-
- setName(String) - Method in class gw.api.webservice.messagingTools.FieldChangeValue
-
- setName(String) - Method in class gw.api.webservice.pl.FieldValue
-
Sets the name
- setName(String) - Method in class gw.api.webservice.templateTools.validation.NameTypePair
-
- setName(String) - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the name field on TypeKey
- setName(String) - Method in class gw.lang.ir.IRClass
-
- setName(String) - Method in interface gw.lang.javadoc.IMethodNode
-
- setName(String) - Method in interface gw.lang.javadoc.IParamNode
-
- setName(String) - Method in interface gw.lang.javadoc.IVarNode
-
- setName(String) - Method in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- setName(String) - Method in class gw.lang.reflect.java.asm.AsmType
-
- setName(String) - Method in interface gw.lang.reflect.module.IModule
-
- setName(String) - Method in class gw.test.TestClass
-
- setName(String) - Method in class gw.xml.simple.SimpleXmlNode
-
Sets the name of this node.
- setNameable(Nameable) - Method in class gw.api.tools.PickerRow
-
- setNameAndRootGroupName(String) - Method in interface gw.pl.community.entity.Organization
-
Sets the name of the organization to name and if the root group is non-null sets its name as well.
- setNamedArgOrder(List<Integer>) - Method in class gw.lang.reflect.MethodScore
-
- setNameOffset(int, String) - Method in interface gw.lang.parser.IParsedElementWithAtLeastOneDeclaration
-
- setNamespace(String) - Method in interface gw.lang.reflect.gs.IGosuClass
-
- setNamespaceExcludes(List) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the list of namespaces to specifically exclude
from the generated source.
- setNamespaceIncludes(List) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the list of namespaces to specifically include
in the generated code.
- setNamespaceMap(HashMap) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set a map of namespace -> Java package names
- setNamespaceMap(Map<String, String>) - Method in class gw.xml.AbstractXMLNode
-
Should only be called during parsing.
- setNamespaceMap(Map<String, String>) - Method in interface gw.xml.IXMLNodeParserCallbacks
-
- setNationalNumber(String) - Method in class gw.api.util.phone.GWPhoneNumberBuilder
-
- setNationalSubscriberNumber(String) - Method in class gw.api.phone.PhoneDelegateBase
-
- setNationalSubscriberNumber(String) - Method in interface gw.api.phone.PhoneFields
-
- setNativeModule(INativeModule) - Method in interface gw.lang.reflect.module.IModule
-
- setNativeSDK(Object) - Method in interface gw.lang.reflect.module.IJreModule
-
- setNegative(boolean) - Method in class gw.xml.date.XmlDuration
-
- setNewFieldName(String) - Method in class gw.api.util.mapping.NameTranslatingFieldMapper
-
- setNewLinePerTopLevelElement(boolean) - Method in class gw.xml.XMLNodeFormat
-
- setNewLinesForValue(boolean) - Method in class gw.xml.XMLNodeFormat
-
- setNil(boolean) - Method in class gw.xml.XmlElement
-
Sets the nillness of this element.
- setNil(boolean) - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- setNodeColorer(Function<T, Color>) - Method in class gw.api.graph.print.ColoringDotFormatter
-
Sets the function for coloring the nodes.
- setNodeValueObject(Object) - Method in class gw.xml.AbstractXMLNode
-
Sets the value of this node.
- setNodeValueObject(Object) - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- setNotByRef(Object) - Static method in class gw.plugin.util.GWObjectUtils
-
- setNowrap(boolean) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setNowrap
- setNStoPkg(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set the NStoPkg mappings filename.
- setNumActiveExecutors(int) - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
The number of active executors.
- setNumActiveWorkers(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of active workers.
- setNumActiveWorkItems(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of active work items (checkedout or available).
- setNumActiveWorkItems(int) - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
The number of active work items.
- setNumAvailableWorkItems(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of available work items
- setNumberOfThreads(int) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- setNumCheckedoutWorkItems(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The number of checkedout work items
- setNumDeleted(int) - Method in class gw.api.admin.ImportDataInfo
-
Sets the number of records retired from this import
- setNumErrors(int) - Method in class gw.api.webservice.tableImport.TableImportResult
-
Sets the number of load errors generated by the operation.
- setNumFailedWorkItems(int) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
the number of failed work items
- setNumHotObjects(Integer) - Method in class gw.api.tools.DB2PDPageHelper
-
- setNumInconsistencies(int) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
This method is only valid for the following types of checks (NO_MATCH_ROWS).
- setNumMinutesForCPUUtilization(Integer) - Method in class gw.api.tools.DB2PDPageHelper
-
- setNumSenderThreads(int) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setNumThreads(Integer) - Method in class gw.api.tools.DataDistDVHelper
-
- setNumTopQueries(Integer) - Method in class gw.api.tools.DB2PDPageHelper
-
- setObjectKey(String) - Method in class gw.api.webservice.messagingTools.CustomEvents
-
The object key associated with the additional acknowledgement update.
- setObjectKey(String) - Method in class gw.api.webservice.messagingTools.FieldChanges
-
The object key associated with the additional acknowledgement update.
- setOfficialID(OfficialIDType, String) - Method in interface gw.pl.contact.entity.Contact
-
Sets the official id by type.
- setOffset(int) - Method in interface gw.lang.reflect.gs.ISourceFileHandle
-
- setOffset(int) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setOk(boolean) - Method in class gw.api.webservice.importTools.ImportResults
-
true if the import succeeded, false if it failed (in which case the
errorLog field should indicate what the problem is.
- setOnDiskSQLMonitorIncludeAllExecutions(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setOpsCompleted(Integer) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setOpsCompleted(Integer) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setOpsExpected(Integer) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setOptionalInt(Integer) - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- setOptionalMoney(BigDecimal) - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- setOptionalString(String) - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- setOrder(int) - Method in class gw.api.admin.EventMessage
-
- setOrganization(Organization) - Method in interface gw.pl.activity.entity.ActivityPattern
-
The organization to which this ActivityPatternBase belongs.
- setOrganization(Organization) - Method in interface gw.pl.admin.entity.DecentralizedEntity
-
- setOrganization(Organization) - Method in interface gw.pl.assignment.entity.Region
-
The organization to which this region belongs.
- setOrganization(Organization) - Method in interface gw.pl.security.entity.Role
-
The organization to which this role belongs.
- setOrganizationID(Key) - Method in interface gw.pl.admin.entity.DecentralizedEntity
-
- setOriginalSourceStatement(String) - Method in class gw.lang.ir.IRStatement
-
- setOriginalValuesXML(XmlElementByteContainer<XmlElement>) - Method in interface gw.pl.contact.entity.Contact
-
Set the original values xml.
- setOriginalValuesXML(XmlElement) - Method in interface gw.pl.contact.entity.Contact
-
Sets the original values xml from the xml element
- setOrphansAdopted(int) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
Number of orphans adopted by this task
- setOrphansReclaimed(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setOtherContact(ABContact, ABContact) - Method in interface gw.ab.addressbook.entity.ABContactContact
-
Sets the other contact
- setOtherContact(Contact, Contact) - Method in interface gw.pl.contact.entity.ContactContact
-
Sets the other contact
- setOtherMessages(String) - Method in exception gw.api.webservice.exception.SOAPException
-
Other messages attached to this exception.
- setOtherMessages(String) - Method in exception gw.pl.util.webservices.login.fault.SOAPException
-
Sets the otherMessages value for this SOAPException.
- setOutput(String) - Method in class gw.api.webservice.templateTools.TemplateImportResults
-
Sets the human-readable output.
- setOutput(OutputStream) - Method in class gw.junit.XMLJUnitResultFormatter
-
- setOutputDir(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set the output directory to use in emitted source files
- setOverride(IMethodInfo) - Method in interface gw.lang.parser.expressions.IOverridableOperation
-
- setOverride(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setOverwrite(boolean) - Method in class gw.api.admin.ImportDataConflict
-
Set whether these changes should overwrite the existing values.
- setPackageCacheThreshold(Integer) - Method in class gw.api.tools.DB2PDPageHelper
-
- setPackageName(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set a global package name to use instead of mapping namespaces
- setPageHeight(String) - Method in class gw.api.print.PrintSettings
-
Sets the print page height.
- setPageSize(int) - Method in interface gw.api.database.IQueryResult
-
Sets the page size in terms of the number of rows per page.
- setPageWidth(String) - Method in class gw.api.print.PrintSettings
-
Sets the print page width.
- setParameters(Map) - Method in class gw.api.email.AbstractEmailMessageTransport
-
Sets the parameter for the email transport
smtpHost: the host name of the mail server
smtpPort: the port of the mail server
defaultSenderName: the default sender email address
defaultSenderName: the default sender name
- setParameters(Map) - Method in class gw.plugin.document.impl.BFOMergeHandler
-
- setParameters(Map) - Method in interface gw.plugin.InitializablePlugin
-
Parameters for the plugin, includes directories and parameters defined in
config.xml.
- setParamName(String) - Method in class gw.api.webservice.pl.dataExtraction.NVParam
-
- setParamTypesExpected(IType...) - Method in exception gw.lang.parser.exceptions.ParseException
-
- setParamTypesPossible(IParameterInfo[][]) - Method in exception gw.lang.parser.exceptions.ParseException
-
- setParamValue(String) - Method in class gw.api.webservice.pl.dataExtraction.NVParam
-
- setParent(IRElement) - Method in class gw.lang.ir.IRElement
-
- setParent(IParsedElement) - Method in interface gw.lang.parser.IParsedElement
-
- setParent(IParseTree) - Method in interface gw.lang.parser.IParseTree
-
- setParent(N) - Method in class gw.xml.AbstractXMLNode
-
Sets this node's parent.
- setParent(BaseAbstractNode) - Method in class gw.xml.parser2.BaseAbstractNode
-
- setParent(XMLNodeConvertible) - Method in interface gw.xml.parser2.XMLNodeConvertible
-
- setParent(BaseAbstractNode) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- setParent(XMLNodeConvertible) - Method in class gw.xml.parser2.XMLNodeConvertibleBase
-
- setParentToThis(IRElement) - Method in class gw.lang.ir.IRElement
-
- setParentType(String) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setParseDotsAsOperators(boolean) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- setParserOptions(IGosuParser) - Method in class gw.lang.parser.ParserOptions
-
- setParseTime(long) - Method in class gw.api.webservice.importTools.ImportResults
-
The amount of time spent parsing the XML.
- setPassword(String) - Method in class gw.api.util.LoginForm
-
- setPassword(Credential, String) - Static method in class gw.api.webservice.UserAPIHelper
-
Check the validity of the given password, then hash it and set it on the given
Credential
- setPassword(String) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setPassword
- setPassword(String) - Method in class gw.plugin.dbauth.UsernamePasswordPair
-
- setPassword(String) - Method in class gw.plugin.security.UserNamePasswordAuthenticationSource
-
Password
- setPath(List<DiffPathElement>) - Method in class gw.api.diff.DiffItem
-
For debugging
- setPath(String) - Method in class gw.plugin.security.UserValueNVP
-
Path
- setPathValues(String, String, IPathValue[]) - Static method in class gw.api.webservice.DataObjectAPIImpl
-
- setPathValues(String, String, IInsertPathValue[], IPathValue[], String[]) - Static method in class gw.api.webservice.DataObjectAPIImpl
-
- setPathValues(String, String, List, List, List, boolean) - Method in interface gw.pl.util.webservices.DataAPIShell.ShellAPI
-
- setPattern(String) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setPeriodEnd(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Set the end date of this branch's period.
- setPeriodStart(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Set the start date of this branch's period.
- setPeriodWindow(Date, Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
Set this branch's period dates.
- setPersistenceRequired(boolean) - Method in interface gw.pl.document.entity.Document
-
- setPickedCategory(String) - Method in class gw.api.tools.SetLogLevelData
-
- setPickedCategoryLevel(SetLogLevelData.LevelComparable) - Method in class gw.api.tools.SetLogLevelData
-
- setPickedLoggerSource(String) - Method in class gw.api.tools.SetLogLevelData
-
Picking Logger Source - resetting lower level fields
- setPid(long) - Method in class gw.api.tools.ProcessID
-
The process id of the batch process
- setPlatformVersion(String) - Method in class gw.api.webservice.systemTools.ServerVersion
-
- setPointInTime(Date) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- setPollInterval(int) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setPosition(int) - Method in class gw.lang.parser.SourceCodeReader
-
- setPossibleContextObjectValues(String, Object[]) - Method in class gw.document.DocumentCreationInfo
-
Set the set of possible values for a particular context object for use in creation of the new document contents from a template.
- setPostalCode(String) - Method in interface gw.api.address.AddressFillable
-
- setPretty(boolean) - Method in class gw.xml.XmlSerializationOptions
-
Sets the pretty printing property.
- setPrimary(boolean) - Method in class gw.xml.parser2.XMLAttributeDeclaration
-
- setPrimaryAmount(BigDecimal) - Method in class gw.api.financials.AbstractMutablePairedMoney
-
Sets the primary amount.
- setPrintableLocation(PrintableLocation) - Method in class gw.api.print.PrintLocationAction
-
Set the location that is to be printed.
- setPrintContext(PrintContext) - Method in class gw.api.print.PrintAction
-
Applies a print context to this print operation.
- setPrintProcessorFactory(PrintProcessorFactory) - Method in class gw.api.print.PrintAction
-
- setPrintProcessorFactory(PrintProcessorFactory) - Method in class gw.api.print.PrintSettings.InternalPrintSettings
-
- setPrivate(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setProbeInMemorySQLMonitor(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setProbeOnDiskSQLMonitor(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setProbeVDollarTables(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setProcessed(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setProcessedAfterCdc(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setProcessedAfterError(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setProcessHistory(ProcessHistory) - Method in interface gw.processes.BatchProcess
-
Sets the ProcessHistory entity associated with this batch process
- setProcessHistory(ProcessHistory) - Method in class gw.processes.BatchProcessBase
-
Sets process history entity associated with this process.
- setProfilerStack(ProfilerStack) - Method in class gw.api.profiler.ProfilerStackHolder
-
- setProgress(String) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setProhibited(boolean) - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- setProperties(List) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the list of extension properties for custom
JavaGeneratorFactories.
- setProperty(String) - Method in interface gw.api.profiler.ProfilerFrame
-
Sets a property on this frame
- setProperty(String) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- setProperty(String, Object) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- setProperty(String) - Method in class gw.api.profiler.ProfilerTag
-
- setProperty(Object, String, Object) - Static method in class gw.lang.reflect.ReflectUtil
-
- setProperty(Object, Class<?>, String, Object) - Method in class gw.pl.external.Invoker
-
Deprecated.
Set a property value for a proxied external type.
- setProperty(String, String) - Method in class gw.pl.util.GWProperties
-
- setPropertyValue(String, CharSequence) - Method in interface gw.api.profiler.ProfilerFrame
-
Sets a property on this frame to the given value
- setPropertyValue(String, CharSequence) - Method in class gw.api.profiler.ProfilerFrameGroup
-
- setPropertyValue(String, CharSequence) - Method in class gw.api.profiler.ProfilerTag
-
- setProtected(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setPublic(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setPublicID(Object, String) - Static method in class gw.plugin.util.GWObjectUtils
-
- setPublicIDOfRoot(String) - Method in interface gw.pl.extract.entity.RootInfo
-
Sets the root public ID to the passed value.
- setQName(QName) - Method in class gw.xml.AbstractXMLNode
-
Sets this node's qualified name.
- setQName(QName) - Method in interface gw.xml.IXMLNode
-
- setQName2ClassMap(HashMap) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set the type qname to java class map
- setQuery(Query<T>) - Method in class gw.api.database.OracleFullHint
-
Deprecated.
- setQuery(QueryImpl<T>) - Method in class gw.api.database.OracleFullHint
-
Deprecated.
- setQuery(Query<T>) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- setQuery(QueryImpl<T>) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- setQuery(Query<T>) - Method in interface gw.api.database.TableQueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- setQuery(QueryImpl<T>) - Method in interface gw.api.database.TableQueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- setQueryToIdentifyRows(String) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
Set the sql query to identify individual rows that failed the consistency check.
- setQueueCriteria(AssignableQueueSearchCriteria) - Method in class gw.api.assignment.AssignmentSearchCriteria
-
Set the criteria used to search for a queue, will be used if search type is "Queue".
- setQueueID(String) - Method in class gw.plugin.assignment.AssignmentResponse
-
The ID of the queue within the group specified by groupID
to which assignment is made.
- setQueueName(String) - Method in class gw.api.webservice.maintenanceTools.WorkQueueStatus
-
The queue name
- setQueueName(String) - Method in class gw.api.webservice.maintenanceTools.WQueueStatus
-
The queue name
- setQuiet(boolean) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setQuiet
- setQuiet(boolean) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Method setQuiet
- setRandomSeed(long) - Static method in class gw.api.datagen.DatagenUtil
-
Set the starting seed value for new random number generators.
- setRate(BigDecimal) - Method in interface gw.pl.currency.entity.ExchangeRate
-
The actual exchange rate, without any scaling.
- setRawArgs(List<String>) - Static method in class gw.lang.cli.CommandLineAccess
-
- setRawFunctionType(IInvocableType) - Method in class gw.lang.reflect.MethodScore
-
- setRawSource(CharSequence) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setReadMethod(Method) - Method in class gw.lang.reflect.TypedPropertyDescriptor
-
- setRealLocation(FileNameAndLineNumber) - Method in class gw.xml.FileNameAndLineNumber
-
- setReason(String) - Method in class gw.api.validation.ValidationIssue
-
- setRefIndex(int) - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- setRegionName(String) - Method in class gw.api.admin.RegionSearchCriteria
-
- setRelatedBeanID(Key) - Method in class gw.api.validation.ValidationIssue
-
- setReloadable(boolean) - Method in interface gw.lang.reflect.ITypeRef
-
- setRememberMe(boolean) - Method in class gw.api.util.LoginForm
-
- setRenderName(String) - Method in class gw.api.database.DatabaseParameterSet
-
- setRepeatInterval(int) - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- setReplyTo(EmailContact) - Method in class gw.api.email.Email
-
Set the email reply to field
- setRequired(boolean) - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- setRequiresApproval(boolean) - Method in class gw.plugin.approval.ApprovalResult
-
- setResolutionStrategy(ImportDataInfo.ResolutionOption) - Method in class gw.api.admin.ImportDataInfo
-
Set the currently selected resolution strategy, which determines what will happen when the changes are
committed.
- setResponse(String) - Method in class gw.api.admin.EventMessage
-
- setResponseMimeType(String) - Method in class gw.document.DocumentContentsInfo
-
- setResults(ABContact[]) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- setResults(ABContact[]) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- setResults(Contact[]) - Method in interface gw.pl.contact.entity.ContactSearchResult
-
Deprecated.
Sets the results.
- setResults(Contact[]) - Method in interface gw.pl.contact.entity.ExtContactSrchResult
-
Sets what contact summaries returned from the search.
- setResultsExact(boolean[]) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- setResultsExact(boolean[]) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- setRetired(boolean) - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
Corresponds to the retired field on TypeKey
- setRetry(int) - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
- setRetryable(boolean) - Method in class gw.api.admin.EventMessage
-
- setRetryable(boolean) - Method in class gw.api.webservice.messagingTools.Acknowledgement
-
Sets whether the error is retryable.
- setRetryableError(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setRetryableError(int) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the number of retry messages.
- setRetryBackoffMultiplier(int) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setRetType(IType) - Method in class gw.lang.reflect.FunctionType
-
- setReturnDescription(String) - Method in interface gw.lang.javadoc.IMethodNode
-
- setReviewAssignment(boolean) - Method in class gw.plugin.assignment.AssignmentResponse
-
Whether or not the assignment is to be reviewed.
- setReviewerId(String) - Method in class gw.plugin.assignment.AssignmentResponse
-
An optional value specifying the person that the review
activity will be assigned to.
- setRootName_Beware(String) - Method in class gw.api.database.GroupingQuery
-
!!
- setRootName_Beware(String) - Method in interface gw.api.database.IQuery
-
Deprecated.
- setRootName_Beware(String) - Method in class gw.api.database.Query
-
!!
- setRoots(List<IDirectory>) - Method in interface gw.lang.reflect.module.IModule
-
- setRowItemLabel(String) - Method in class gw.api.database.DatabaseParameterSet
-
Settting this property will cause the data to be displayed in the UI as one row at a time.
- setRuleSetName(String) - Method in class gw.rules.ExecutionSession
-
Sets the currently running rule set name
- setRunlevel(SystemRunlevel) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Sets the run level of the server.
- setRunlevel(SystemRunlevel) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- setRunning(Boolean) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setRunning(Boolean) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
Deprecated.
Do not use. This throws an IllegalStateException because the status cannot be set; it is returned by querying the BatchProcessManager
- setRunning(boolean) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
Whether or not the process is currently running
- setRunningRuleType(IType) - Method in class gw.rules.ExecutionSession
-
Sets the currently running rule.
- setRuntimeType(IGosuClass) - Method in class gw.lang.parser.IScriptPartId
-
- setRuntimeType(IGosuClass) - Method in class gw.lang.parser.ScriptPartId
-
- setRuntimeType(IGosuClass) - Method in class gw.lang.parser.TypelessScriptPartId
-
- setSafeOrderedObjectKeyValue(long) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the key value for this object.
- setSafeOrderedObjectName(String) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the name for this object.
- setScale(int) - Method in class gw.api.financials.CurrencyAmount
-
java.math.BigDecimal analog method
- setScale(int, RoundingMode) - Method in class gw.api.financials.CurrencyAmount
-
java.math.BigDecimal analog method
- setScale(int, int) - Method in class gw.api.financials.CurrencyAmount
-
Deprecated.
This class used to extend BigDecimal. This method is included for backward-compatibility. Instead,
for this and other BigDecimal methods, use CurrencyAmount.getAmount() to get the underlying BigDecimal, and call the
method on that.
- setScale(int) - Method in class gw.pl.currency.MonetaryAmount
-
java.math.BigDecimal analog method
- setScale(int, RoundingMode) - Method in class gw.pl.currency.MonetaryAmount
-
java.math.BigDecimal analog method
- setSchemaValidator(XMLNodeSchemaValidator) - Method in class gw.xml.parser2.PLXMLNode
-
- setSchemaVersion(String) - Method in class gw.api.webservice.systemTools.ServerVersion
-
- setScope(Scope) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Set the scope for the deploy.xml file.
- setScope(PCFElementId.PCFElementScope) - Method in class gw.smoketest.platform.web.PCFElementId
-
- setScore(double) - Method in class gw.api.profiler.GloballyAggregatedQuerySummary
-
- setScore(long) - Method in class gw.lang.reflect.MethodScore
-
- setScript(CharSequence) - Method in interface gw.lang.parser.IGosuParser
-
Set the script or expression to parse and execute.
- setScript(SourceCodeReader) - Method in interface gw.lang.parser.IGosuParser
-
Set the script or expression to parse and execute.
- setScript(ISource) - Method in interface gw.lang.parser.IGosuParser
-
Set the script or expression to parse and execute.
- setScriptPart(IScriptPartId) - Method in class gw.lang.reflect.FunctionType
-
- setSearchForQueriesOnlyInFirstSnapshot(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setSearchForQueriesOnlyInLastSnapshot(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setSearchForQueriesWithMultiplePlans(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setSearchString(String) - Method in class gw.api.tools.ConsistCheckTypePicker
-
- setSearchString(String) - Method in class gw.api.tools.DBTablePicker
-
- setSearchString(String) - Method in class gw.api.tools.NameablePicker
-
- setSearchType(AssignmentSearchType) - Method in class gw.api.assignment.AssignmentSearchCriteria
-
Set the type of assignee being searched for; one of "User", "Group" or "Gueue".
- setSecond(BigDecimal) - Method in class gw.xml.date.AbstractXmlDateType
-
- setSecond(BigDecimal) - Method in class gw.xml.date.XmlDateTime
-
- setSecond(BigDecimal) - Method in class gw.xml.date.XmlTime
-
- setSecondaryMoneyComponent(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Since a CurrencyAmount is immutable, this will return a new CurrencyAmount with the
secondary component set if the current secondaryComponent and passed-in one are not equal.
- setSeconds(BigDecimal) - Method in class gw.xml.date.XmlDuration
-
- setSelectedFromList(Assignee) - Method in class gw.api.assignment.AssignmentPopup
-
Set the assignee chosen from the suggested assignee list.
- setSelectedGroup(Group) - Method in class gw.api.assignment.AssigneePicker
-
Set the selected assignee to be the given group.
- setSelectedQueue(AssignableQueue) - Method in class gw.api.assignment.AssigneePicker
-
Set the selected assignee to be the given queue.
- setSelectedUser(GroupUser) - Method in class gw.api.assignment.AssigneePicker
-
Set the selected assignee to be the given group user.
- setSelection(Assignee) - Method in class gw.api.assignment.AssigneePicker
-
Set the selected assignee and, if the current location has a picker listener, then set the
location's pick value to be the assignee and commit the location.
- setSelectionType(AssignmentSelectionType) - Method in class gw.api.assignment.AssignmentPopup
-
Set the selection type to either "FromList" (if one of the suggested assignees was chosen) or
"FromSearch" (if the user searched for an assignee).
- SetSemiJoinNestedLoops - Class in gw.api.database.optimizer.oracle
-
- SetSemiJoinNestedLoops() - Constructor for class gw.api.database.optimizer.oracle.SetSemiJoinNestedLoops
-
Deprecated.
Create a new QueryOptimizer for the semi join option
- setSender(EmailContact) - Method in class gw.api.email.Email
-
- setSenderRef(String) - Method in class gw.api.admin.EventMessage
-
- setSenderRefID(String) - Method in class gw.api.webservice.messagingTools.MessageOptionalFields
-
Deprecated.
- setSenderReplyTo(Email, HtmlEmail, String, String) - Static method in class gw.api.email.AbstractEmailMessageTransport
-
Set the sender and reply to fields.
- setSendTime(Date) - Method in class gw.api.admin.EventMessage
-
- setSendTime(Date) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
The send time for blocking message of the safe order object.
- setSeperator(String) - Method in class gw.pl.util.StreamGobbler
-
- setSequenceUtil(SequenceUtil) - Static method in class gw.plugin.util.SequenceUtil
-
- setSerializerMapForTests(HashMap) - Static method in class gw.pl.util.xml.XMLObjectSerializerRegistry
-
- setServerSide(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Turn on/off server skeleton creation
- setServiceDesc(ServiceDesc) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Sets the ServicdDesc object
- setSessionId(String) - Method in class gw.api.webservice.systemTools.SessionData
-
set the session id
- setSessionId(String) - Static method in class gw.pl.util.webservices.SOAPOutboundHandler
-
Sets the session ID by calling setHeader() and uses clearHeader() to clear the
Globals.GW_AUTHENTICATION_USERNAME_PROPERTY and Globals.GW_AUTHENTICATION_PASSWORD_PROPERTY
values.
- setSetNumber(int) - Method in class gw.api.database.DatabaseParameterSet
-
- setSetterDfs(IDynamicFunctionSymbol) - Method in interface gw.lang.parser.IDynamicPropertySymbol
-
- setShowPreviousStatistics(boolean) - Method in class gw.api.tools.DatabaseStatisticsHelper
-
- setShutdownTimeout(int) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setSimpleType(XSDNodeValueInfo) - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- setSimpleValue(XmlSimpleValue) - Method in class gw.xml.XmlBase
-
Sets the simple value content.
- setSingleElementReference(QName) - Method in interface gw.xml.xsd.schema.IXSDType
-
- setSingleElementReference(QName) - Method in class gw.xml.xsd.schema.XSDTypeBase
-
- setSingleServingLoader(boolean) - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- setSingleThreadOnNonSafeOrderedMessages(boolean) - Method in class gw.api.messaging.ExternalDestinationConfig
-
- setSkeletonWanted(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Turn on/off server skeleton deploy
- setSkipable(boolean) - Method in class gw.api.admin.EventMessage
-
- setSkipped(int) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setSnapshotChosen(boolean) - Method in class gw.api.database.DatabaseSnapshotInfo
-
- setSnapshotSymbols() - Method in interface gw.lang.parser.IGosuParser
-
- setSnapTime(Date) - Method in class gw.api.database.DatabaseSnapshotInfo
-
- setSort(boolean) - Method in class gw.xml.XmlSerializationOptions
-
- setSortAttributes(boolean) - Method in class gw.xml.XMLNodeFormat
-
- setSortColumns(ABContactSearchSortColumn[]) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setSortColumns(ABContactSearchSortColumn[]) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- setSortColumns(RemotableSortColumn[]) - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Specifies the sort order of the results.
- setSortColumns(RemotableSortColumn[]) - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Specifies the sort order of the results.
- setSortPath(String) - Method in class gw.plugin.search.RemotableSortColumn
-
Gets the field to sort on, in Guidewire sort path notation.
- setSortPath(String) - Method in class gw.plugin.util.RemotableSortColumn
-
Gets the field to sort on, in Guidewire sort path notation.
- setSource(IParsedElement) - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- setSource(AuthenticationSource) - Method in class gw.plugin.security.AuthenticationSourceCallback
-
Source
- setSourceFile(String) - Method in class gw.lang.ir.IRClass
-
- setSourcePath(IDirectory[]) - Method in interface gw.lang.reflect.gs.IFileSystemGosuClassRepository
-
- setSourcePath(List<IDirectory>) - Method in interface gw.lang.reflect.module.IModule
-
- setSparseColumnSetArray(int[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setSpecial(boolean) - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- setSpecialistServices(List<SpecialistService>) - Method in interface gw.ab.addressbook.entity.ABContact
-
Sets The contact's services
- setSqlFailure(boolean) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
set whether the query failed with a SQL error.
- setSqlString(String) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
set the sql query that was executed for the consistency check.
- setStart(String) - Method in class gw.api.contact.DrivingDirections
-
Description of start address
- setStartDate(Date) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setStartDate(Date) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setStartOffset(int) - Method in interface gw.lang.parser.expressions.IMemberAccessExpression
-
- setStartRow(int) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setStartRow(int) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpec
-
- setStartRow(int) - Method in class gw.plugin.search.RemotableSearchResultSpec
-
Specifies the first row to return.
- setStartRow(int) - Method in class gw.plugin.util.RemotableSearchResultSpec
-
Specifies the first row to return.
- setStartTime(Date) - Method in class gw.api.webservice.maintenanceTools.WQTaskDetails
-
The worker start time.
- setStartTime(Date) - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
The worker start time.
- setStartupTime(Date) - Method in class gw.api.database.DatabaseSnapshotInfo
-
- setState(State) - Method in interface gw.api.address.AddressFillable
-
- setState(StartablePluginState) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
- setState(Bundle, StartablePluginState) - Method in interface gw.api.startable.StartablePluginCallbackHandler
-
set the persisted state for this plugin
- setStateSource(String) - Method in exception gw.lang.parser.exceptions.ParseIssue
-
- setStatic(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setStaticProperty(String, String, Object) - Static method in class gw.lang.reflect.ReflectUtil
-
- setStaticProperty(IType, String, Object) - Static method in class gw.lang.reflect.ReflectUtil
-
- setStaticProperty(Class<?>, String, Object) - Method in class gw.pl.external.Invoker
-
Deprecated.
Set a static property value for a proxied external type.
- setStatisticsUpdateStatements(String[]) - Method in class gw.api.webservice.systemTools.UpdateTableStatisticsData
-
- setStatus(String) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setStatus(String) - Method in class gw.api.admin.EventMessage
-
- setStatus(String) - Method in class gw.api.tools.InternalToolsStatus
-
- setStorageSetType(UpgradeDBStorageSetType) - Method in class gw.api.database.DatabaseParameterSet
-
- setStream(PrintStream) - Method in class gw.test.servlet.RemoteTestServlet.StreamInfo
-
- setStream(PrintStream) - Method in class gw.test.servlet.RemoteTestServlet.SystemErrInfo
-
- setStream(PrintStream) - Method in class gw.test.servlet.RemoteTestServlet.SystemOutInfo
-
- setStrErrorMessage(String) - Method in class gw.api.webservice.tableImport.TableImportResult
-
The error message string
- setString(String, String) - Method in class gw.processes.WorkQueueInstrumentation
-
Sets current value.
- setStructuralTypeOwner(IRType) - Method in class gw.lang.ir.expression.IRMethodCallExpression
-
- setStyle(String) - Method in class gw.api.graph.print.DotAttributes
-
Sets the style attribute.
- setSubject(String) - Method in class gw.api.email.Email
-
- setSubtypeFilter(ABContactSubtypeFilter) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setSubtypeFilter(ABContactSubtypeFilter) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- setSucceeded(boolean) - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- setSuccess(Boolean) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setSuccess(Boolean) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setSuiteTimeoutInMillis(long) - Method in class gw.test.TestExecutionManager
-
- setSummaries(ImportResultSummary[]) - Method in class gw.api.webservice.importTools.ImportResults
-
A summary of items that were imported, by type.
- setSummaries(Document[]) - Method in interface gw.pl.document.entity.DocumentSearchResult
-
- setSummary(WorkItemProcessingSummary) - Method in class gw.api.web.tools.WorkQueueExecutorDisplayInfo
-
- setSuperHeaders(String[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setSuperHeaderSpanColumns(int[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setSuperHeaderSpanColumns(Integer[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setSuperPropertyPrefix(String) - Method in class gw.lang.reflect.FeatureManager
-
- setSupersedingIssue(ValidationIssue) - Method in class gw.api.validation.ValidationIssue
-
- setSuperType(IRType) - Method in class gw.lang.ir.IRClass
-
- setSupertypeToCopyPropertiesFrom(IType) - Method in class gw.lang.reflect.FeatureManager
-
- setSupportRelativePackageResolution(boolean) - Method in interface gw.lang.parser.ITypeUsesMap
-
- setSupportsKeywords(boolean) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- setSuspendedStatus(MessageProcessingDirection) - Method in class gw.api.admin.DestinationMessageStatistics
-
Set the suspended status.
- setSymbol(ISymbol, ISymbolTable) - Method in interface gw.lang.parser.expressions.IIdentifierExpression
-
- setSymbol(ISymbol) - Method in interface gw.lang.parser.expressions.IVarStatement
-
- setSymbolName(String) - Method in class gw.api.quickjump.ContextualNavigationCommand
-
This method is called by the QuickJump configuration parser to handle the "symbolName" attribute.
- setSymbolTable(ISymbolTable) - Method in interface gw.lang.parser.IFullParserState
-
Set the symbol table at the moment of creation of this IParserState
- setSymbolTable(ISymbolTable) - Method in interface gw.lang.parser.IGosuParser
-
Sets the parser's symbol table.
- setSymbolType(String) - Method in class gw.api.quickjump.ContextualNavigationCommand
-
This method is called by the QuickJump configuration parser to handle the "symbolType" attribute.
- setSynched(boolean) - Method in class gw.api.messaging.SynchStateData
-
Deprecated.
If true then the message sink will receive all events associated w/ the
object; otherwise the object must be validated by the sink before
receiving any events
- setSystemError(String) - Method in class gw.junit.XMLJUnitResultFormatter
-
- setSystemOutput(String) - Method in class gw.junit.XMLJUnitResultFormatter
-
- setTable(Table<T>) - Method in class gw.api.database.OracleFullHint
-
Deprecated.
- setTable(Table<T>) - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- setTable(Table<T>) - Method in interface gw.api.database.TableQueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- setTableName(String) - Method in class gw.api.webservice.systemTools.UpdateTableStatisticsData
-
- setTableNameAttributeIndex(int) - Method in class gw.api.database.DatabaseParameterSet
-
- setTableSelectMode(ConsistCheckRunTableSelectType) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- setTagMatcher(ABContactTagMatcher) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setTagMatcher(ABContactTagMatcher) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- setTagsArray(HolidayTagCode[]) - Method in interface gw.pl.calendar.entity.Holiday
-
Sets the holiday's tags.
- setTagsString(String) - Method in interface gw.pl.calendar.entity.Holiday
-
Sets the tags that observe this holiday.
- setTarget(String) - Method in class gw.api.quickjump.StaticNavigationCommand
-
This method is called by the QuickJump configuration parser to handle the "commandTarget" attribute.
- setTarget(String) - Method in class gw.pl.modules.ModulesNode
-
- setTargetBusCalType(BusCalType) - Method in interface gw.pl.activity.entity.ActivityPattern
-
Sets the target business calendar type (e.g. holiday tag or location bean path),
if applicable.
- setTargetHiddenFrame(boolean) - Method in class gw.document.DocumentContentsInfo
-
- setTargetNamespace(String) - Method in interface gw.xml.xsd.schema.IXSDType
-
- setTargetNamespace(String) - Method in class gw.xml.xsd.schema.XSDXMLNode
-
- setTasks(WQTaskDetails[]) - Method in class gw.api.webservice.maintenanceTools.WQueueExecutorDetails
-
- setTestCaseWanted(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Turn on/off test case creation
- setTestsFromSuite(List<TestSuite>) - Method in class gw.test.TestExecutionManager
-
- setText(String) - Method in class gw.api.contact.DrivingDirectionsElem
-
Instructions or description of this stage
- setText(String) - Method in class gw.xml.AbstractXMLNode
-
Sets this node's character data.
- setText(String) - Method in interface gw.xml.IXMLNode
-
- setText(String) - Method in class gw.xml.simple.SimpleXmlNode
-
Sets the text content of this node.
- setText(String) - Method in class gw.xml.XmlBase
-
Sets the text content.
- setThisType(IRType) - Method in class gw.lang.ir.IRClass
-
- setThreadLocalValidationResult(ValidationResult) - Static method in class gw.api.validation.ValidationResult
-
- setThreadPoolMaximumSize(int) - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- setThreadPoolSize(int) - Method in class gw.api.web.tools.WorkQueueThreadPoolDisplayInfo
-
- setThrottleInterval(long) - Method in class gw.api.webservice.maintenanceTools.WorkQueueConfig
-
Set the sleep time between workitems.
- setThrowParseExceptionForWarnings(boolean) - Method in interface gw.lang.parser.IGosuParser
-
- setTime(Integer) - Method in class gw.api.contact.DrivingDirectionsElem
-
Total Time in minutes for this stage, if any
- setTimeLimit(int) - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
- setTimeout(long) - Method in class gw.pl.util.webservices.axis.GWParser
-
Set the timeout, in milliseconds
- setTimeValue(Date) - Method in class gw.smoketest.platform.web.DateElement
-
Sets time value (no date)
- setTimeZone(TimeZone) - Method in class gw.xml.date.AbstractXmlDateType
-
- setToken(String, String, String) - Static method in class gw.api.contact.ContactTokenThreadLocal
-
Sets a token for the appString, link and type
- setTokenizer(ISourceCodeTokenizer) - Method in interface gw.lang.parser.IGosuParser
-
- setTokenizer(ISourceCodeTokenizer) - Method in interface gw.lang.parser.ITokenizerInstructor
-
- setTokenizerInstructor(ITokenizerInstructor) - Method in interface gw.lang.parser.IGosuParser
-
- setToRecipients(List<EmailContact>) - Method in class gw.api.email.Email
-
- setTotalDigits(int) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setTotalDistance(BigDecimal) - Method in class gw.api.contact.DrivingDirections
-
Total driving distance from start to finish, in the units specified in UnitOfDistance
- setTotalDistanceInMM(Long) - Method in class gw.api.contact.DrivingDirections
-
Total driving distance from start to finish, in millimeters
- setTotalResults(int) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchResultHelper
-
Deprecated.
- setTotalResults(int) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
- setTotalTime(Integer) - Method in class gw.api.contact.DrivingDirections
-
Total Time in seconds
- setTransactionId(String) - Method in class gw.api.soap.GWTransactionIDHandler
-
- setTransactionIdNull() - Static method in class gw.api.util.TransactionIdUtil
-
Sets the transaction ID to null in the thread's CommitOptions.
- setTransformName(String) - Method in class gw.api.database.DatabaseParameterSet
-
- setTransformThisSet(boolean) - Method in class gw.api.database.DatabaseParameterSet
-
- setTransient(int, boolean) - Static method in class gw.lang.reflect.Modifier
-
- setTraversalType(TraversalType) - Method in class gw.api.graph.traverse.GraphTraverserBase
-
Sets the traversal type, which determines the strategy used
to traverse the graph.
- setTreeVerificationEnabled(boolean) - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- setTriggerKey(WorkflowTriggerKey) - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
- setType(PhoneType) - Method in class gw.api.phone.PhoneDelegateBase
-
- setType(PhoneType) - Method in interface gw.api.phone.PhoneFields
-
- setType(ValidationIssueType) - Method in class gw.api.validation.ValidationIssue
-
- setType(int) - Method in class gw.api.webservice.importTools.ImportResultDetail
-
Either ImportResults.INSERTED or ImportResults.UPDATED,
depending on whether the entity was inserted or updated.
- setType(int) - Method in class gw.api.webservice.importTools.ImportResultSummary
-
Either ImportResults.INSERTED or ImportResults.UPDATED,
depending on whether this summary is for updated or inserted entities.
- setType(String) - Method in interface gw.api.webservice.maintenanceTools.ProcessIDStatus
-
- setType(String) - Method in class gw.api.webservice.maintenanceTools.ProcessStatus
-
- setType(String) - Method in class gw.api.webservice.templateTools.validation.NameTypePair
-
- setType(IRType) - Method in class gw.lang.ir.IRSymbol
-
- setType(String) - Method in interface gw.lang.javadoc.IExceptionNode
-
- setType(String) - Method in interface gw.lang.javadoc.IParamNode
-
- setType(IType) - Method in class gw.lang.parser.DefaultReducedSymbol
-
- setType(IType) - Method in interface gw.lang.parser.expressions.ITypeLiteralExpression
-
- setType(IType) - Method in interface gw.lang.parser.ISymbol
-
Sets the Symbol's type.
- setType(AsmType) - Method in class gw.lang.reflect.java.asm.AsmField
-
- setType(IType) - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- setType(IType) - Method in interface gw.xml.xsd.info.NestedList
-
- setType(IType) - Method in class gw.xml.xsd.info.ParsedNodeList
-
- setType(QName) - Method in class gw.xml.xsd.info.XSDAttributeInfo
-
- setType(IXmlNodeTypeFromXsd) - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- setTypecodeMapperUtil(TypecodeMapperUtil) - Static method in class gw.plugin.util.TypecodeMapperUtil
-
- setTypeCollisionProtection(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Enable/disable type collision protection
- setTypedAttributeValue(XMLAttributeDeclaration<T>, T) - Method in class gw.xml.parser2.PLXMLNode
-
- setTypeInstance(XmlTypeInstance) - Method in class gw.xml.XmlBase
-
- setTypeInstance(XmlTypeInstance) - Method in class gw.xml.XmlElement
-
Sets the backing type instance of this element.
- setTypeListTable(boolean) - Method in class gw.api.database.DatabaseRow
-
- setTypeMappingVersion(String) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Method setTypeMappingVersion
- setTypeName(String, Set<String>, Map<String, String>) - Method in interface gw.xml.xsd.schema.IXSDType
-
- setTypeName(String, Set<String>, Map<String, String>) - Method in class gw.xml.xsd.schema.XSDTypeBase
-
- setTypes(List<? extends ITypeLiteralExpression>) - Method in interface gw.lang.parser.expressions.ICompoundTypeLiteral
-
- setTypeUsesMap(ITypeUsesMap) - Method in interface gw.lang.parser.IGosuParser
-
Set the type uses map.
- setTypeUsesMap(ITypeUsesMap) - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- setTypeVariable() - Method in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- setTypeWrapper(XSDTypeWrapper) - Method in class gw.xml.xsd.info.XSDNodeValueInfo
-
- setUniqueIdentifier(int) - Method in interface gw.api.database.ConsistencyCheck
-
Allows the caller to set a unique integer identifier on the consistency check, for identification purposes within
a particular run.
- setUnitOfDistance(UnitOfDistance) - Method in class gw.api.contact.DrivingDirections
-
Unit of distance for great circle and also for driving directions
- setUnitOfDistance(UnitOfDistance) - Method in class gw.api.contact.DrivingDirectionsElem
-
Sets the unit of distance for this stage, defaults to the system default unit of distance
- setUnsent(int) - Method in class gw.api.admin.DestinationMessageStatistics
-
- setUnsent(int) - Method in class gw.api.admin.SafeOrderedObjectMessageStatistics
-
Set the number of unsent messages.
- setUnsent(int) - Method in class gw.api.webservice.messagingTools.MessageStatisticsData
-
- setUp(Assignee) - Method in interface gw.pl.activity.entity.Activity
-
Calls pre-setup rules, assigns the activity, then calls post-setup rules.
- setup() - Method in class gw.pl.util.webservices.axis.GWEmitter
-
Method setup
- setup() - Method in class gw.pl.util.webservices.axis.GWParser
-
- setUp() - Method in class gw.test.TestClass
-
- setUp() - Method in class gw.testharness.clustering.ClusterTest
-
- setUp() - Method in class gw.testharness.TestBase
-
- setUpAuto() - Method in interface gw.pl.activity.entity.Activity
-
- setupContactCenterProximitySearch(String, Address, Boolean, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Sets up a proximity search on Contacts from ContactManager.
- setupContactCenterProximitySearch(Contact, Address, Boolean, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Sets up a proximity search on Contacts from ContactManager
- setupContactCenterProximitySearch(Contact, Address, Boolean, Integer, UnitOfDistance) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Sets up a proximity search on Contacts from ContactManager.
- setupContactCenterProximitySearch(String, Address, Boolean, Integer, UnitOfDistance) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Sets up a proximity search on Contacts from ContactManager.
- setupData() - Method in class gw.testharness.TestBase
-
- setupDependencies() - Method in class gw.testharness.TestBase
-
- setUploadFile(boolean) - Method in class gw.document.DocumentDetailsInfo
-
Indicate whether the user wants to upload new content for the document.
- setupProximitySearch(Address, Boolean, Integer, UnitOfDistance) - Method in interface gw.pl.contact.entity.ContactSearchCriteria
-
Creates a new Proximity Search Parameters and Proximity Search center associated with this
Contact Search Criteria, and populates both with the basic information required.
- setupUserProximitySearch(Address, Boolean, Integer) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Sets up a proximity search on Users.
- setupUserProximitySearch(Address, Boolean, Integer, UnitOfDistance) - Static method in class gw.api.geocode.GeocodeScriptHelper
-
Sets up a proximity search on Users.
- setUseDoubleQuotes(boolean) - Method in class gw.xml.XMLNodeFormat
-
- setUseExperimentalRawDataOutput(boolean) - Method in class gw.api.database.AWRReportUserSettings
-
- setUser(User) - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use getAssignedUser()
- setUserCriteria(UserSearchCriteria) - Method in class gw.api.assignment.AssignmentSearchCriteria
-
Set the criteria used to search for a user, will be used if search type is "User".
- setUserData(K) - Method in class gw.util.cache.FqnCacheNode
-
- setUserId(String) - Method in class gw.api.webservice.systemTools.SessionData
-
set the user id
- setUserID(Key) - Method in interface gw.pl.assignment.entity.UserRoleAssignmentDelegate
-
Deprecated.
use setAssignedUserID()
- setUserID(String) - Method in class gw.plugin.approval.UserGroupPair
-
Sets the user ID.
- setUserID(String) - Method in class gw.plugin.assignment.AssignmentResponse
-
The ID of the user within the group specified by groupID
to which assignment is made.
- setUserLoad(GroupUserAssignmentState, int) - Method in class gw.api.assignment.AssignmentType
-
Set the load for this assignment type on the user's state
- setUserLoad(GroupUserAssignmentState, int) - Method in class gw.api.assignment.DefaultAssignmentType
-
- setUsername(String) - Method in class gw.api.util.LoginForm
-
- setUserName(String) - Method in class gw.api.webservice.systemTools.SessionData
-
Set the user name
- setUsername(String) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setUsername
- setUsername(String) - Method in class gw.plugin.dbauth.UsernamePasswordPair
-
- setUsername(String) - Method in class gw.plugin.security.UserNamePasswordAuthenticationSource
-
Username
- setUserPermissionChecker(UserSelectorPermissionChecker) - Static method in class gw.api.assignment.DynamicAssignmentUtil
-
Deprecated.
- setUseTerminalWidth(boolean) - Static method in class gw.lang.cli.CommandLineAccess
-
Set to true for CommandLineAccess to use the active terminals width when printing it's help message
- setValid(boolean) - Method in class gw.lang.reflect.MethodScore
-
- setValidate(boolean) - Method in class gw.xml.XmlParseOptions
-
Deprecated.
Turning off validation is an experimental feature. Use at your own risk.
- setValidate(boolean) - Method in class gw.xml.XmlSerializationOptions
-
- setValidationCommand(ValidationCommand) - Method in class gw.plugin.validation.ValidationResponse
-
The validation command.
- setValidationResult(ValidationResult) - Method in class gw.api.validation.EntityValidation
-
- setValidator(IGosuValidator) - Method in interface gw.lang.parser.IParserPart
-
- setValue(String) - Method in class gw.api.webservice.messagingTools.FieldChangeValue
-
- setValue(String) - Method in class gw.api.webservice.pl.FieldValue
-
Sets the value
- setValue(String) - Method in class gw.lang.gosuc.GosucArg
-
- setValue(String, Object) - Method in class gw.lang.parser.ExternalSymbolMapBase
-
- setValue(Object) - Method in interface gw.lang.parser.ISymbol
-
Assigns a value to this Symbol.
- setValue(String, Object) - Method in interface gw.lang.reflect.gs.IExternalSymbolMap
-
Sets the value of the symbol with the given name.
- setValue(Object, Object) - Method in interface gw.lang.reflect.IPropertyAccessor
-
Sets the property to the given value for the ctx object
- setValue(String) - Method in class gw.plugin.security.UserValueNVP
-
Value
- setValue(String) - Method in class gw.smoketest.platform.web.MessagesElement
-
Drilldown to the location that contains the error
- setValue(String) - Method in class gw.smoketest.platform.web.MultiSelectElement
-
Deprecated.
use MultiValues instead for a multi-value widget
- setValue(String) - Method in class gw.smoketest.platform.web.PagingElement
-
Sets the page you are on.
- setValue(String) - Method in class gw.smoketest.platform.web.SelectElementWithSetAndRefresh
-
Overrides super to refresh page
- setValue(String) - Method in class gw.smoketest.platform.web.ValueElement
-
- setValue(String) - Method in class gw.smoketest.platform.web.ValueElementWithSetAndRefresh
-
Overrides super to refresh page
- setValue(String, String) - Method in interface gw.testharness.ISmokeTestHelper
-
Sets the value of the named form element.
- setValue(boolean) - Method in class gw.util.MutableBoolean
-
- setValue(Object, Object) - Method in class gw.xml.parser2.XMLAttributePropertyInfo.AttributePropertyAccessor
-
- setValueByOptionLabel(String) - Method in class gw.smoketest.platform.web.MultiSelectElement
-
Deprecated.
Use getOptionByLabel(...).click() instead
- setValueByOptionLabel(String) - Method in class gw.smoketest.platform.web.SelectElement
-
Deprecated.
Use getOptionByLabel(...).click() instead
- setValueInfo(XSDNodeValueInfo) - Method in class gw.xml.xsd.info.XSDElementInfo
-
- setValueInfo(XSDNodeValueInfo) - Method in class gw.xml.xsd.info.XSDNodeTypeInfo
-
- setValueIsBoxed(boolean) - Method in interface gw.lang.parser.ISymbol
-
Indicates that this symbol should use a reference rather than storing its value directly.
- setValues(String[]) - Method in class gw.api.tools.DatabaseStorageValues
-
- setValues(String, String[]) - Method in interface gw.testharness.ISmokeTestHelper
-
Sets the values of the named form element.
- setVerbose(boolean) - Method in class gw.pl.util.webservices.axis.GWParser
-
Method setVerbose
- setVisibilityModifier(FeatureDescriptor, IScriptabilityModifier) - Static method in class gw.lang.reflect.BeanInfoUtil
-
- setWaiting(boolean) - Method in class gw.api.web.admin.workflow.ManageWorkflows
-
set whether the helper is waiting
- setWarningLevel(String) - Method in class gw.plugin.validation.FieldValidationData
-
Warning level of the validation exception.
- setWarningLevel(String) - Method in class gw.plugin.validation.GeneralValidationData
-
Warning level of the validation exception.
- setWarningReason(String) - Method in class gw.plugin.validation.FieldValidationData
-
The message that should be displayed to the user to indicate the reason
for the warning.
- setWarningReason(String) - Method in class gw.plugin.validation.GeneralValidationData
-
The message that should be displayed to the user to indicate the reason
for the warning.
- setWarnOnCaseIssue() - Static method in class gw.lang.parser.IGosuParser.Settings
-
- setWarnOnCaseIssue(boolean) - Method in interface gw.lang.parser.IGosuParser
-
- setWebappContextRootDir(File) - Static method in class gw.pl.util.ServletProperties
-
- setWebappContextTempDir(File) - Static method in class gw.pl.util.ServletProperties
-
- setWhitespaceSignificant(boolean) - Method in interface gw.lang.parser.ISourceCodeTokenizer
-
- setWideSearch(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
- setWideSearch(boolean) - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchSpecWithoutPaging
-
- setWidgetToPrint(Widget) - Method in class gw.api.print.PrintWidgetAction
-
- setWidths(String[]) - Method in class gw.api.database.DatabaseParameterSet
-
- setWorkElapsed(long) - Method in class gw.api.web.tools.WorkItemProcessingSummary
-
- setWorkQueueConfig(String, WorkQueueConfig) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Sets the configuration for distributed workers for the
specified work queue.
- setWorkQueueConfig(String, WorkQueueConfig) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Sets the configuration for distributed workers for the
specified work queue.
- setWrapArrays(boolean) - Method in class gw.pl.util.webservices.axis.GWEmitter
-
- setWrapArrays(boolean) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
- setWrapped(boolean) - Method in class gw.pl.util.webservices.axis.GWSymbolTable
-
Turn on/off element wrapping for literal soap body's.
- setWriteMethod(Method) - Method in class gw.lang.reflect.TypedPropertyDescriptor
-
- setWritePretty(boolean) - Method in class gw.pl.util.xml.XMLCodec
-
- setWriterLastExecutionTime(Date) - Method in class gw.api.web.tools.WorkQueueDisplayInfo
-
- setWriteTime(long) - Method in class gw.api.webservice.importTools.ImportResults
-
The amount of time taken to write to the database.
- setXmlDeclaration(boolean) - Method in class gw.xml.XmlSerializationOptions
-
- setXmlSerializationOptions(XmlSerializationOptions) - Method in class gw.xml.ws.WsiInvocationContext
-
- setYear(int) - Method in class gw.xml.date.AbstractXmlDateType
-
- setYear(int) - Method in class gw.xml.date.XmlDate
-
- setYear(int) - Method in class gw.xml.date.XmlDateTime
-
- setYear(int) - Method in class gw.xml.date.XmlYear
-
- setYear(int) - Method in class gw.xml.date.XmlYearMonth
-
- setYears(BigInteger) - Method in class gw.xml.date.XmlDuration
-
- setZone(Zone) - Method in interface gw.pl.calendar.entity.BusinessWeekZone
-
Set the zone for this row
- setZone(Zone) - Method in interface gw.pl.calendar.entity.HolidayZone
-
Set the zone for this row
- setZone(Zone) - Method in interface gw.pl.community.entity.OrganizationZoneAdmin
-
Set the zone for this row
- setZoneCode(String) - Method in class gw.api.admin.RegionSearchCriteria
-
- setZoneCodes(String[]) - Method in interface gw.pl.assignment.entity.Region
-
Set the zones.
- setZoneCodes(String[]) - Method in interface gw.pl.calendar.entity.BusinessWeek
-
Set the zones.
- setZoneCodes(String[]) - Method in interface gw.pl.calendar.entity.Holiday
-
Set the zones.
- setZones(String) - Method in interface gw.pl.assignment.entity.Region
-
Deprecated.
Use #setZoneCodes. Regions are heterogeneous therefore this method should not be used.
- setZones(String) - Method in interface gw.pl.calendar.entity.BusinessWeek
-
Deprecated.
use #setZoneCodes BusinessWeeks are heterogeneous therefore this method should not be used.
- setZones(String) - Method in interface gw.pl.calendar.entity.Holiday
-
Deprecated.
Use #setZoneCodes Holidays are heterogeneous therefore this method should not be used.
- setZonesArray(String[]) - Method in interface gw.pl.community.entity.Organization
-
Sets the business week's zones.
- setZonesString(String) - Method in interface gw.pl.community.entity.Organization
-
Sets the zones that use this business week.
- setZoneType(ZoneType) - Method in class gw.api.admin.RegionSearchCriteria
-
- setZoneType(ZoneType) - Method in class gw.api.admin.ZoneSearchCriteria
-
Deprecated.
- shallowCopy() - Method in class gw.api.graph.BasicGraph
-
Returns a shallow copy of the graph.
- shallowCopy() - Method in interface gw.api.graph.Graph
-
Creates a (shallow) copy of the graph.
- shallowCopy(ParseException) - Static method in exception gw.lang.parser.exceptions.ParseException
-
- shallowCopy() - Method in interface gw.pl.external.entity.Entity
-
Deprecated.
Makes a copy of the bean into the bean's bundle.
- shallowCopy() - Method in interface gw.pl.persistence.core.Bean
-
Makes a copy of the bean into the bean's bundle.
- shallowCopy() - Method in class gw.xml.simple.SimpleXmlNode
-
Makes a shallow copy of this node, including its name, text, and attributes.
- share() - Method in class gw.api.databuilder.DataBuilder
-
Returns a wrapper around this builder which can be handed to any method expecting a
ValueGenerator<T>.
- SharedBundlePlugin - Interface in gw.plugin
-
Plugins which implement the SharedBundlePlugin interface
share the caller's bundle rather than creating a new one.
- SharedSectionUsageStat - Class in gw.api.tools
-
Contains statistical information about the usage of each
SectionWidget in the PCF configuration.
- SharedSectionUsageStat(String, Class, int) - Constructor for class gw.api.tools.SharedSectionUsageStat
-
- SharedSectionUsageStatsSource - Class in gw.api.tools
-
Just gets usage stats directly from the Page Service
- SharedSectionUsageStatsSource() - Constructor for class gw.api.tools.SharedSectionUsageStatsSource
-
- shatterWithRectangle(Rectangle, int) - Method in class gw.pl.util.Rectangle
-
This method returns an array of Rectangles with the following properties:
no two rectangles in the array intersect
every rectangle in the array is contained in this
no rectangle in the array intersects with r2
every point contained in this is either contained in r2, or is contained in one of the rectangles in the
array.
- Shell - Class in gw.util
-
- Shell() - Constructor for class gw.util.Shell
-
Deprecated.
- ShellProcess - Class in gw.util
-
- shiftInnerClassToFileName(StringBuilder, StringBuilder) - Static method in class gw.lang.reflect.gs.IFileSystemGosuClassRepository.Util
-
- SHORT - Static variable in class gw.api.util.UltraFastDateFormat
-
SHORT locale dependent date or time style.
- SHORT - Static variable in class gw.lang.reflect.java.asm.AsmClass
-
- SHORT - Static variable in class gw.lang.reflect.java.asm.AsmPrimitiveType
-
- SHORT() - Static method in class gw.lang.reflect.java.JavaTypes
-
- ShortCircuitingProperty - Annotation Type in gw.lang
-
- ShortCoercer - Class in gw.lang.parser.coercers
-
- ShortCoercer() - Constructor for class gw.lang.parser.coercers.ShortCoercer
-
- shorterThan(Object[], int, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if an array is shorter than the specified value
- shorterThan(Collection, int, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if a Collection is shorter than the specified value
- shorterThan(String, int, String) - Static method in class gw.pl.util.ArgCheck
-
Checks to see if a String is shorter than the specified value
- shortFormatDays(long) - Static method in class gw.api.web.tools.Duration
-
Returns a formatted string with the duration expressed down to the days
- shortFormatHours(long) - Static method in class gw.api.web.tools.Duration
-
Returns a formatted string with the duration expressed down to the hour
- shortFormatMillisecs(long) - Static method in class gw.api.web.tools.Duration
-
Returns a formatted string with the duration expressed down to the millisecond
- shortFormatMinutes(long) - Static method in class gw.api.web.tools.Duration
-
Returns a formatted string with the duration expressed down to the minute
- shortFormatSeconds(long) - Static method in class gw.api.web.tools.Duration
-
Returns a formatted string with the duration expressed down to the second
- ShortHighPriorityCoercer - Class in gw.lang.parser.coercers
-
- ShortHighPriorityCoercer() - Constructor for class gw.lang.parser.coercers.ShortHighPriorityCoercer
-
- ShortName - Annotation Type in gw.lang.cli
-
- ShortPCoercer - Static variable in class gw.lang.parser.coercers.BasePrimitiveCoercer
-
- ShortPHighPriorityCoercer - Class in gw.lang.parser.coercers
-
- ShortPHighPriorityCoercer() - Constructor for class gw.lang.parser.coercers.ShortPHighPriorityCoercer
-
- ShortTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- ShortTypeWrapper(boolean) - Constructor for class gw.xml.xsd.typewrapper.ShortTypeWrapper
-
- shouldAddInExternalSymbolMapArgumentForFunctionSymbol(IFunctionSymbol) - Method in class gw.lang.parser.ExternalSymbolMapBase
-
- shouldAddInheritedAnnotation(IFeatureInfo, List<IAnnotationInfo>, IAnnotationInfo) - Method in class gw.lang.reflect.IAnnotatedFeatureInfo.IAnnotationInfoHelper
-
- shouldAddUnassignedUser(Organization, User) - Method in class gw.api.admin.ABGroupTreeNode
-
Determines whether or not this user should be added to unassigned user list in tree.
- shouldAddUnassignedUser(Organization, User) - Method in class gw.api.admin.GroupTreeNode
-
Determines whether or not this user should be added to unassigned user list in tree.
- shouldAddUnassignedUser(User) - Method in class gw.api.admin.OrganizationTreeNode
-
Determines whether or not this user should be added to unassigned user list in tree.
- shouldAddUser(User) - Method in class gw.api.admin.OrganizationTreeNode
-
- shouldAddWarning(IType, IParseIssue) - Method in interface gw.lang.reflect.IEntityAccess
-
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.AlterOptimizerDynamicSampling
-
Deprecated.
Necessary if optimizer_dynamic_sampling !
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableBtreeToBitmapConversion
-
Deprecated.
Necessary if _b_tree_bitmap_plans = true
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableHashJoin
-
Deprecated.
Necessary if _hash_join_enabled = true
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableIndexFastFullScan
-
Deprecated.
Necessary if _index_fast_full_scan = true
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableIndexJoin
-
Deprecated.
Necessary if _index_join_enabled = true
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableIndexSkipScan
-
Deprecated.
Necessary if _optimizer_skip_scan_enabled = true
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableOptimizerCostbasedTransformation
-
Deprecated.
Necessary if _optimizer_cost_based_transformation !
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableOracleISSFix8893626
-
Deprecated.
Necessary if _fix_control !
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.DisableSortMergeJoin
-
Deprecated.
Necessary if _optimizer_sortmerge_join_enabled = true
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.EnableOracleQueryRewrite
-
Deprecated.
Necessary if enable_query_rewrite !
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.OracleQueryRewriteIntegrity
-
Deprecated.
Necessary if query_rewrite_integrity !
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.SetSemiJoinNestedLoops
-
Deprecated.
Necessary if _always_semi_join !
- shouldAlterSession() - Method in class gw.api.database.optimizer.oracle.SwitchOracleConsumerGroup
-
Deprecated.
- shouldAnalyze() - Static method in class gw.lang.parser.PostCompilationAnalysis
-
- shouldAppendAfterQuery() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- shouldAppendAfterQuery() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- shouldAppendAfterSelect() - Method in class gw.api.database.OracleFullHint
-
Deprecated.
- shouldAppendAfterSelect() - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- shouldAppendAfterSelect() - Method in class gw.api.database.OracleNoUnnestHint
-
- shouldAppendAfterSelect() - Method in class gw.api.database.OracleUseHashHint
-
- shouldAppendAfterSelect() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- shouldAppendAfterSelect() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- shouldAppendAfterTable() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- shouldAppendAfterTable() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- shouldAppendComment() - Method in class gw.api.database.OracleIndexHint
-
Deprecated.
- shouldAppendComment() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- shouldAppendComment() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- shouldAppendInJoin() - Method in interface gw.api.database.QueryHint
-
Deprecated.
This method will be removed in a future release. Do not use.
- shouldAppendInJoin() - Method in class gw.api.database.SQLServerQueryLevelHintBase
-
- shouldCacheTypeNames() - Method in interface gw.config.IPlatformHelper
-
- shouldCacheTypeNames() - Method in class gw.lang.reflect.TypeLoaderBase
-
- shouldDebug(String) - Static method in class gw.lang.reflect.gs.BytecodeOptions
-
- shouldEncryptProperty(IColumnPropertyInfo) - Method in class gw.api.importing.XmlExporter
-
- shouldExecute() - Method in class gw.api.database.optimizer.oracle.SwitchOracleConsumerGroup
-
Deprecated.
- shouldExecute() - Method in interface gw.api.database.QueryOptimizer
-
Deprecated.
This method will be removed in a future release. Do not use.
- shouldFireEvents() - Method in interface gw.entity.IEventType
-
- shouldIntern() - Method in interface gw.xml.parser2.PLXMLNodeFactory
-
- shouldIntern() - Method in interface gw.xml.XMLInternData
-
- shouldKeepDebugInfo(IGosuClass) - Method in class gw.lang.reflect.gs.GosuClassTypeLoader
-
- shouldKeepDebugInfo() - Method in interface gw.lang.reflect.gs.IGosuClass
-
- shouldNotRunTest() - Method in interface gw.test.ITestMetadata
-
- shouldNotRunTest() - Method in class gw.test.TestMetadata
-
- shouldProcessItem(E) - Method in class gw.processes.WorkQueueBase
-
Whether a work item should be created for this target.
- shouldRunTest() - Method in class gw.testharness.TestBase.CactusTestRunner
-
- shouldShowPropertiesAndCounters() - Method in interface gw.api.profiler.ProfilerFrameGroupSource
-
- shouldShowPropertiesAndCounters() - Method in class gw.api.profiler.ProfilerStackAggregate
-
- shouldTransformThisSet() - Method in class gw.api.database.DatabaseParameterSet
-
- shouldTraverse(IEntityType, IEntityType, Object) - Method in class gw.api.contact.pendingchanges.ABLinkableTraversalFilter
-
- shouldTraverse(T, T, Object) - Method in class gw.api.graph.CompositeFilter
-
Returns true if edge should be traversed.
- shouldTraverse(IEntityType, IEntityType, Object) - Method in class gw.api.graph.ExtractableEntityFilter
-
Returns true if edge should be traversed.
- shouldTraverse(TraversalFilter<T>, Edge<T>) - Static method in class gw.api.graph.Filters
-
Evaluates the filter in respect to the given edge.
- shouldTraverse(T, T, Object) - Method in class gw.api.graph.NullFilter
-
Determines if a GraphTraverser should traverse to the given
node.
- shouldTraverse(T, T, Object) - Method in interface gw.api.graph.TraversalFilter
-
Determines if a GraphTraverser should traverse to the given
node.
- shouldTraverse(T, T, Object) - Method in class gw.api.graph.UnionFilter
-
Should the edge represented by the arguments be traversed?
- shouldUseSingleServingLoader(ICompilableType) - Method in interface gw.lang.reflect.IGosuClassLoadingObserver
-
- showDetailView(ABContact) - Static method in class gw.api.web.contact.PendingContactChangeUtil
-
- showDiff(PrintStream) - Method in class gw.pl.util.diff.lcs.LineBasedLCS
-
- showEditButtons() - Static method in class gw.document.DocumentsUtilBase
-
Checks to see if the Edit/Upload buttons should be displayed, and caches the result, since it depends on
config parameters and thus won't change without a server restart.
- showEditButtons(Document) - Static method in class gw.document.DocumentsUtilBase
-
Checks to see if the Edit/Upload buttons should be displayed, and caches the result, since it depends on
config parameters and thus won't change without a server restart.
- showHelp(String, Object) - Static method in class gw.lang.cli.CommandLineAccess
-
Shows a help message for the program arguments derived from the given type, sent
to stdout
- showHelp(IType) - Static method in class gw.lang.cli.CommandLineAccess
-
Shows a help message for the program arguments derived from the given type, sent
to stdout
- showListViewOptionsPopupAndGoPrint(ListViewWidget, PrintSettings) - Method in class gw.api.print.ListViewPrintOptionPopupAction
-
Sets environment up and displays List View Print Options Popup dialog box.
- showTypeNamesInIDE() - Method in interface gw.lang.reflect.ITypeLoader
-
- showTypeNamesInIDE() - Method in class gw.lang.reflect.TypeLoaderBase
-
- shutdown() - Method in class gw.api.email.AbstractEmailMessageTransport
-
- shutdown() - Method in interface gw.lang.reflect.ITypeLoader
-
- shutdown() - Method in interface gw.lang.reflect.ITypeSystem
-
- shutdown() - Method in interface gw.lang.reflect.module.ITypeLoaderStack
-
- shutdown() - Method in class gw.lang.reflect.TypeLoaderBase
-
- shutdown(IExecutionEnvironment) - Static method in class gw.lang.reflect.TypeSystem
-
- shutdown() - Method in interface gw.lang.reflect.TypeSystemShutdownListener
-
- shutdown() - Method in class gw.plugin.integration.inbound.logging.reply.FileIntegrationMessageReplyHandler
-
- shutdown() - Method in class gw.plugin.integration.inbound.logging.reply.JMSIntegrationMessageReplyHandler
-
- shutdown() - Method in interface gw.plugin.messaging.MessagePlugin
-
Messaging shut down occurs during server shutdown or if the configuration
is about to be re-read.
- signum() - Method in class gw.api.financials.CurrencyAmount
-
Returns the sign of this CurrencyAmount.
- signum() - Method in class gw.pl.currency.MonetaryAmount
-
Returns the sign of this MonetaryAmount.
- SIMPLE_CONTENT - Static variable in class gw.xml.xsd.schema.XSDComplexType
-
- SimpleMethodInfo - Class in gw.lang.reflect
-
- SimpleMethodInfo(ScriptabilityModifier, IJavaClassInfo, String, IJavaClassInfo...) - Constructor for class gw.lang.reflect.SimpleMethodInfo
-
- SimpleNamespaceAwareXMLNodeFactory - Class in gw.xml
-
- SimpleNamespaceAwareXMLNodeFactory() - Constructor for class gw.xml.SimpleNamespaceAwareXMLNodeFactory
-
- SimpleParameterInfo - Class in gw.lang.reflect
-
- SimpleParameterInfo(IFeatureInfo, IType, int) - Constructor for class gw.lang.reflect.SimpleParameterInfo
-
- SimplePersistenceHandler - Class in gw.datatype.impl
-
Class description...
- SimplePersistenceHandler(JdbcType) - Constructor for class gw.datatype.impl.SimplePersistenceHandler
-
- SimplePool - Class in gw.pl.util.webservices
-
- SimplePool() - Constructor for class gw.pl.util.webservices.SimplePool
-
- SimplePropertyChainReference<R,T> - Class in gw.lang.reflect.features
-
- SimplePropertyChainReference(IType, FeatureReference, String) - Constructor for class gw.lang.reflect.features.SimplePropertyChainReference
-
- SimpleToolMain - Class in gw.pl.main
-
- SimpleToolMain() - Constructor for class gw.pl.main.SimpleToolMain
-
- SimpleToolMain.StatusCode - Enum in gw.pl.main
-
- SimpleTreeNode - Class in gw.api.tree
-
- SimpleTreeNode(Object) - Constructor for class gw.api.tree.SimpleTreeNode
-
Constructs a node
- SimpleTreeNode(Object, boolean) - Constructor for class gw.api.tree.SimpleTreeNode
-
Constructs a SimpleTreeNode.
- SimpleTypeLoader - Class in gw.lang.reflect
-
- SimpleTypeLoader(IModule) - Constructor for class gw.lang.reflect.SimpleTypeLoader
-
- SimpleValueHandler - Class in gw.datatype.impl
-
Class description...
- SimpleValueHandler(Class<?>) - Constructor for class gw.datatype.impl.SimpleValueHandler
-
- SimpleXmlNode - Class in gw.xml.simple
-
- SimpleXmlNode(String) - Constructor for class gw.xml.simple.SimpleXmlNode
-
Construct a new SimpleXmlNode with the given element name.
- SimpleXMLNodeFactory<T extends AbstractXMLNode> - Class in gw.xml
-
- SimpleXMLNodeFactory() - Constructor for class gw.xml.SimpleXMLNodeFactory
-
- SimpleXMLNodeFactory(Map<String, ? extends Class<? extends T>>) - Constructor for class gw.xml.SimpleXMLNodeFactory
-
- SimpleXMLNodeFactory(List<? extends Class<? extends T>>) - Constructor for class gw.xml.SimpleXMLNodeFactory
-
- since(Date) - Static method in class gw.api.web.tools.WorkQueueRunDisplayInfo
-
- SINGLE_SERVING_LOADER - Static variable in class gw.lang.reflect.gs.BytecodeOptions
-
- SingleInferredSymbolProvider<T extends IXMLNode> - Class in gw.xml.parser2
-
- SingleInferredSymbolProvider() - Constructor for class gw.xml.parser2.SingleInferredSymbolProvider
-
- SingleString - Interface in gw.pl.custom.entity
-
SingleString
Helper entity that wraps a single string
- singleton(IMethodInfo) - Static method in class gw.lang.reflect.MethodList
-
- size() - Method in interface gw.api.archiving.upgrade.IArchivedEntitySet
-
- size() - Method in interface gw.api.archiving.upgrade.IArchivedTypekeySet
-
- size() - Method in class gw.lang.enhancements.OrderedList
-
- size() - Method in class gw.lang.parser.TypeVarToTypeMap
-
- size() - Method in class gw.lang.reflect.PropertyNameMap
-
- size() - Method in class gw.pl.util.EmptyMap
-
- size() - Method in class gw.pl.util.webservices.SimplePool
-
- size(List<SolrSortColumn>) - Method in class gw.plugin.solr.SolrRecordMap
-
- size() - Method in class gw.smoketest.platform.web.IteratorEntries
-
- size() - Method in class gw.smoketest.platform.web.IteratorEntriesForWizardSteps
-
Handles special renderIds for wizard menu links
- size() - Method in class gw.util.CaseInsensitiveSet
-
- size() - Method in class gw.util.CiHashMap
-
- size() - Method in class gw.util.concurrent.ConcurrentHashSet
-
- size() - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- size() - Method in class gw.util.DerivedKeyHashMap
-
- size - Variable in class gw.util.DynamicArray
-
The size of the ArrayList (the number of elements it contains).
- size() - Method in class gw.util.DynamicArray
-
Returns the number of elements in this list.
- size() - Method in class gw.util.IdentitySet
-
- size() - Method in class gw.util.perf.objectsize.ObjectSize
-
- size() - Method in class gw.util.perf.objectsize.UnmodifiableArraySet
-
- size() - Method in class gw.util.perf.objectsize.UnmodifiableSizeTwoSet
-
- size() - Method in class gw.util.RegExpMatch
-
- size() - Method in class gw.util.ScopedMap
-
- size() - Method in class gw.util.SpaceEfficientHashMap
-
- size() - Method in class gw.util.Stack
-
- size() - Method in class gw.xml.XMLNodeAttributeMap
-
- size() - Method in class gw.xml.xsd.info.ChoiceNodeInstance
-
- size() - Method in interface gw.xml.xsd.info.NestedList
-
- size(Object) - Static method in class gw.xml.xsd.info.NestedListUtil
-
- size() - Method in class gw.xml.xsd.info.ParsedNodeList
-
- size() - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- SIZE_OF - Static variable in class gw.datatype.impl.DatePersistenceHandler
-
- SIZE_OF - Static variable in class gw.datatype.impl.DecimalPersistenceHandler
-
- SIZE_OF - Static variable in class gw.datatype.impl.KeyPersistenceHandlerBase
-
- SIZE_OF - Static variable in class gw.datatype.impl.TypelistKeyPersistenceHandler
-
- SIZE_OF_BOOLEAN - Static variable in class gw.datatype.impl.SimplePersistenceHandler
-
- SIZE_OF_DECIMAL - Static variable in class gw.datatype.impl.SimplePersistenceHandler
-
- SIZE_OF_INTEGER - Static variable in class gw.datatype.impl.SimplePersistenceHandler
-
- SIZE_OF_LONG - Static variable in class gw.datatype.impl.SimplePersistenceHandler
-
- skip() - Method in interface gw.pl.activity.entity.Activity
-
Sets an activity's state to skipped.
- skip() - Method in interface gw.pl.messaging.entity.Message
-
Skips the message.
- skipBlockingMessagesForStats(SafeOrderedObjectMessageStatistics[]) - Static method in class gw.api.admin.MessagingUtil
-
Skips any messages in error status for the specified primary objects (extracted from the
provided array of statistics objects).
- skipField(Field) - Method in class gw.util.perf.objectsize.DefaultObjectSizeFilter
-
- skipField(Field) - Method in interface gw.util.perf.objectsize.IObjectSizeFilter
-
- skipFromArchiving(String) - Method in interface gw.pl.extract.entity.RootInfo
-
Skip archival of this item.
- skipMessage(long) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Skips a single message (error or inflight).
- skipMessage(long) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- skipMessages(EventMessage[]) - Static method in class gw.api.admin.MessagingUtil
-
Deprecated.
use the MessageBase version instead
- skipMessages(Message[]) - Static method in class gw.api.admin.MessagingUtil
-
Skips all of the specified messages.
- skipObject(Object) - Method in class gw.util.perf.objectsize.DefaultObjectSizeFilter
-
- skipObject(Object) - Method in interface gw.util.perf.objectsize.IObjectSizeFilter
-
- SKIPPED - Static variable in class gw.pl.messaging.MessageStatus
-
State for a pending ack or pending send message that is
skipped/dropped.
- SL - Static variable in interface gw.lang.parser.expressions.IBitshiftExpression
-
- SmokeTestScriptDirs - Static variable in class gw.api.system.PLConfigParameters
-
Comma-separated list of root directories where to find the smoke test scripts.
- SmokeTestSearchResult - Class in gw.api.tools
-
- SmokeTestSearchResult(String, String) - Constructor for class gw.api.tools.SmokeTestSearchResult
-
- smtpHost - Variable in class gw.api.email.AbstractEmailMessageTransport
-
- smtpPort - Variable in class gw.api.email.AbstractEmailMessageTransport
-
- sneakySetTypeSystem(ITypeSystem) - Static method in class gw.config.CommonServices
-
- SOAP - Static variable in class gw.pl.util.webservices.Globals
-
- SOAP_BODY_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SOAP_DESERIALIZE_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SOAP_SERIALIZE_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SOAP_TAG - Static variable in class gw.api.profiler.ProfilerTag
-
- SOAPAuthenticatedProxy - Interface in gw.pl.util.webservices
-
- SoapCallHistory - Interface in gw.pl.profiler.entity
-
SoapCallHistory
History of SOAP calls
- SOAPClientConfigProvider - Class in gw.pl.util.webservices
-
Internal class used to read the gw-client-config.wsdd file.
- SOAPClientConfigProvider() - Constructor for class gw.pl.util.webservices.SOAPClientConfigProvider
-
Constructor which takes an input stream directly.
- SoapEndpointData - Annotation Type in gw.testharness
-
User: dbrewster
Date: May 11, 2007
Time: 3:12:20 PM
- SoapEndpointGroup - Annotation Type in gw.testharness
-
Used to add a new soap endpoint.
- SOAPException - Exception in gw.api.webservice.exception
-
A generic SOAP exception.
- SOAPException() - Constructor for exception gw.api.webservice.exception.SOAPException
-
This constructor is required by the serializers/deserializers in the system that
reflectively construct new instances.
- SOAPException(Exception) - Constructor for exception gw.api.webservice.exception.SOAPException
-
- SOAPException(String) - Constructor for exception gw.api.webservice.exception.SOAPException
-
- SOAPException - Exception in gw.pl.util.webservices.login.fault
-
A generic SOAP exception.
- SOAPException() - Constructor for exception gw.pl.util.webservices.login.fault.SOAPException
-
- SOAPException(String, String) - Constructor for exception gw.pl.util.webservices.login.fault.SOAPException
-
- SOAPLocalTest - Annotation Type in gw.testharness
-
Annotation used to enable the soap.local namespace.
- SOAPOutboundHandler - Class in gw.pl.util.webservices
-
Internal class used to handle outbound SOAP requests.
- SOAPOutboundHandler() - Constructor for class gw.pl.util.webservices.SOAPOutboundHandler
-
- SOAPRetryableException - Exception in gw.api.webservice.exception
-
SOAPRetryableException is the class for all exceptions that are retryable
immediately.
- SOAPRetryableException() - Constructor for exception gw.api.webservice.exception.SOAPRetryableException
-
Required for serialization
- SOAPRetryableException(String) - Constructor for exception gw.api.webservice.exception.SOAPRetryableException
-
Constructs a minimal exception with the given message
- SOAPRetryableException - Exception in gw.pl.util.webservices.login.fault
-
SOAPServerException is the base class for all exceptions that resulted
from
a server error.
- SOAPRetryableException() - Constructor for exception gw.pl.util.webservices.login.fault.SOAPRetryableException
-
- SOAPRetryableException(String, String) - Constructor for exception gw.pl.util.webservices.login.fault.SOAPRetryableException
-
- SOAPSenderException - Exception in gw.api.webservice.exception
-
SOAPSenderException is the base class for all exceptions that resulted from
a sender error.
- SOAPSenderException() - Constructor for exception gw.api.webservice.exception.SOAPSenderException
-
This constructor is required by the serializers/deserializers in the system that
reflectively construct new instances.
- SOAPSenderException(String) - Constructor for exception gw.api.webservice.exception.SOAPSenderException
-
Constructs a minimal exception with the given message
- SOAPSenderException - Exception in gw.pl.util.webservices.login.fault
-
SOAPSenderException is the base class for all exceptions that resulted
from
a sender error.
- SOAPSenderException() - Constructor for exception gw.pl.util.webservices.login.fault.SOAPSenderException
-
- SOAPSenderException(String, String) - Constructor for exception gw.pl.util.webservices.login.fault.SOAPSenderException
-
- SOAPServerException - Exception in gw.api.webservice.exception
-
SOAPServerException is the base class for all exceptions that resulted from
a server error.
- SOAPServerException() - Constructor for exception gw.api.webservice.exception.SOAPServerException
-
Required for serialization
- SOAPServerException(String) - Constructor for exception gw.api.webservice.exception.SOAPServerException
-
Constructs a minimal exception with the given message
- SOAPServerException - Exception in gw.pl.util.webservices.login.fault
-
SOAPServerException is the base class for all exceptions that resulted
from
a server error.
- SOAPServerException() - Constructor for exception gw.pl.util.webservices.login.fault.SOAPServerException
-
- SOAPServerException(String, String) - Constructor for exception gw.pl.util.webservices.login.fault.SOAPServerException
-
- SOAPServiceBase - Class in gw.api.soap
-
Base class for auto generated soap API classes.
- SOAPServiceBase(SOAPLoader, String, QName) - Constructor for class gw.api.soap.SOAPServiceBase
-
Base constructor
- SoftEntityReferencePersistenceHandler - Class in gw.datatype.impl
-
Persistence handler for the soft entity reference datatype.
- SoftEntityReferencePersistenceHandler() - Constructor for class gw.datatype.impl.SoftEntityReferencePersistenceHandler
-
- SolrClusterTestUtil - Class in gw.testharness.clustering
-
- SolrClusterTestUtil() - Constructor for class gw.testharness.clustering.SolrClusterTestUtil
-
- SolrClusterTestUtil.MTPluginConfigurator - Class in gw.testharness.clustering
-
- SolrClusterTestUtil.MTPluginConfigurator(String, String, String) - Constructor for class gw.testharness.clustering.SolrClusterTestUtil.MTPluginConfigurator
-
- SolrException - Exception in gw.solr
-
For use by the application to represent an unexpected problem communicating
or otherwise interacting with the Solr server.
- SolrException() - Constructor for exception gw.solr.SolrException
-
Creates a SolrException no message and no cause.
- SolrException(Throwable) - Constructor for exception gw.solr.SolrException
-
Wrap a cause with SolrException.
- SolrException(String) - Constructor for exception gw.solr.SolrException
-
Creates a SolrException with a detail message.
- SolrException(String, Throwable) - Constructor for exception gw.solr.SolrException
-
Wrap a cause with a SolrException and a new detail message.
- SolrMessageMonitor - Class in gw.plugin.management
-
- SolrQueryProcessor<T extends Bean> - Class in gw.plugin.solr
-
- SolrQueryProcessor(int, int, IType) - Constructor for class gw.plugin.solr.SolrQueryProcessor
-
- SolrQueryProcessor.SolrPagedQueryIterator - Class in gw.plugin.solr
-
- SolrQueryProcessor.SolrPagedQueryIterator() - Constructor for class gw.plugin.solr.SolrQueryProcessor.SolrPagedQueryIterator
-
- SolrRecordMap<T> - Class in gw.plugin.solr
-
- SolrRecordMap() - Constructor for class gw.plugin.solr.SolrRecordMap
-
- SolrResultSet<T> - Class in gw.plugin.solr
-
Encapsulation of a Solr result set
- SolrResultSet(int, int, List<T>) - Constructor for class gw.plugin.solr.SolrResultSet
-
- SolrResultSet(int, float, int, List<T>) - Constructor for class gw.plugin.solr.SolrResultSet
-
Creates a SolrResultSet
- SolrSearchMonitor - Class in gw.plugin.management
-
- SolrSearchStore - Enum in gw.plugin.solr
-
This class defines the type of Solr store being used
- SolrSortColumn - Class in gw.plugin.solr
-
Represents a sortable Solr field with sort direction
- SolrSortColumn(String, boolean) - Constructor for class gw.plugin.solr.SolrSortColumn
-
Create an instance of SolrSortColumn
- SOOMessageFilters - Class in gw.api.admin
-
Helper class containing display filters for selecting messages based on status.
- SOOMessageFilters(DisplayKey) - Constructor for class gw.api.admin.SOOMessageFilters
-
- SOOMessageFilters.FilerSetClass - Class in gw.api.admin
-
- SOOMessageFilters.FilerSetClass() - Constructor for class gw.api.admin.SOOMessageFilters.FilerSetClass
-
- SOOMessageSearchItemUtil - Class in gw.api.messaging
-
- SOOMessageSearchItemUtil() - Constructor for class gw.api.messaging.SOOMessageSearchItemUtil
-
- SOOMessageStatisticsUtil - Class in gw.api.admin
-
Helper class used to retrieve messaging statistics for a message destination.
- sort(TreeNode, Comparator<TreeNode>) - Static method in class gw.api.tree.TreeUtil
-
Recursively sorts with the given Comparator<TreeNode>.
- sortAlphabetically(TreeNode) - Static method in class gw.api.tree.TreeUtil
-
Recursively sorts so that nodes are in alphabetical order within parent node.
- sortAttributes(QName, List<String>) - Method in class gw.xml.IXMLNodeFormat.DefaultXMLNodeFormat
-
- sortAttributes(QName, List<String>) - Method in class gw.xml.IXMLNodeFormat.DiffFriendlyXMLNodeFormat
-
- sortAttributes(QName, List<String>) - Method in class gw.xml.IXMLNodeFormat.NoSortXMLNodeFormat
-
- sortAttributes(QName, List<String>) - Method in interface gw.xml.IXMLNodeFormat
-
Sort the attributes.
- sortAttributes(QName, List<String>) - Method in class gw.xml.XMLNodeFormat
-
- sortAttributes(QName, List<String>) - Method in class gw.xml.xsd.XSDNodeFormat
-
- sortByName(List<T>) - Static method in class gw.lang.reflect.TypeInfoUtil
-
- SortByRange - Class in gw.pl.note.typekey
-
- SortByRange(ITypeList, String) - Constructor for class gw.pl.note.typekey.SortByRange
-
- sortChildren(Comparator<? super N>) - Method in class gw.xml.AbstractXMLNode
-
Re-orders this node's children according to the given comparator.
- sortIfNeeded() - Method in class gw.api.util.stats.StatisticsCollector
-
- sortInnerNodesAtTop(TreeNode) - Static method in class gw.api.tree.TreeUtil
-
Recursively sorts so that inner nodes are at top within parent node.
- SourceCodeReader - Class in gw.lang.parser
-
- SourceCodeReader(CharSequence) - Constructor for class gw.lang.parser.SourceCodeReader
-
- SpaceEfficientHashMap<K,V> - Class in gw.util
-
- SpaceEfficientHashMap() - Constructor for class gw.util.SpaceEfficientHashMap
-
- SpaceEfficientHashMap(Map<? extends K, ? extends V>) - Constructor for class gw.util.SpaceEfficientHashMap
-
Constructs a new HashMap with the same mappings as the
specified Map.
- SpatialObject - Interface in gw.api.database.spatial
-
Superclass for spatial geometry data objects
- SpatialPoint - Class in gw.api.database.spatial
-
- SpatialPoint() - Constructor for class gw.api.database.spatial.SpatialPoint
-
Required for SOAP serialization/deserialization.
- SpatialPoint(String, String) - Constructor for class gw.api.database.spatial.SpatialPoint
-
Construct new SpatialPoint with given coordinates.
- SpatialPoint(Number, Number) - Constructor for class gw.api.database.spatial.SpatialPoint
-
Construct new SpatialPoint with given coordinates.
- SpatialPolygon - Class in gw.api.database.spatial
-
Opaque representation of a spatial polygon.
- SpatialPolygon() - Constructor for class gw.api.database.spatial.SpatialPolygon
-
Required for SOAP serialization/deserialization.
- SpatialPolygon(String) - Constructor for class gw.api.database.spatial.SpatialPolygon
-
Construct new SpatialPolygon described by given Well-Known Text.
- SpatialPolygon(String, InputStream) - Constructor for class gw.api.database.spatial.SpatialPolygon
-
Construct new SpatialPolygon described by Well-Known Text in given stream.
- SPAWN_INITIALIZATION_THREAD - Static variable in class gw.api.profiler.ProfilerTag
-
- SpecialistService - Interface in gw.pl.vendormanagement.entity
-
SpecialistServiceBase
A node in the specialist services tree.
- SpecialistServiceBuilderBase - Class in gw.api.databuilder
-
- SpecialistServiceBuilderBase() - Constructor for class gw.api.databuilder.SpecialistServiceBuilderBase
-
- SpecialistServiceBuilderBaseBase<T extends SpecialistService,B extends SpecialistServiceBuilderBaseBase<T,B>> - Class in gw.api.databuilder
-
- SpecialistServiceBuilderBaseBase(IEntityType) - Constructor for class gw.api.databuilder.SpecialistServiceBuilderBaseBase
-
Creates a new SpecialistServiceBuilderBaseBase
- SpecialtyType - Class in gw.pl.contact.typekey
-
- SpecialtyType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.SpecialtyType
-
- split(String, String) - Static method in class gw.api.util.StringUtil
-
Splits this string around matches of the given regular expression.
- split(String) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, using whitespace as the
separator.
- split(String, char) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separator specified.
- split(String, String) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separators specified.
- split(String, String, int) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array with a maximum length,
separators specified.
- SPLIT_PARTITION - Static variable in class gw.test.Suite
-
- splitByCharacterType(String) - Static method in class gw.util.GosuStringUtil
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByCharacterTypeCamelCase(String) - Static method in class gw.util.GosuStringUtil
-
Splits a String by Character type as returned by
java.lang.Character.getType(char).
- splitByWholeSeparator(String, String) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparator(String, String, int) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separator string specified.
- splitByWholeSeparatorPreserveAllTokens(String, String, int) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separator string specified.
- splitPath(String) - Static method in class gw.fs.IDirectoryUtil
-
- splitPreserveAllTokens(String) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, using whitespace as the
separator, preserving all tokens, including empty tokens created by
adjacent separators.
- splitPreserveAllTokens(String, char) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separator specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array, separators specified,
preserving all tokens, including empty tokens created by adjacent
separators.
- splitPreserveAllTokens(String, String, int) - Static method in class gw.util.GosuStringUtil
-
Splits the provided text into an array with a maximum length,
separators specified, preserving all tokens, including empty tokens
created by adjacent separators.
- splitQName(String) - Static method in class gw.xml.XMLUtilities
-
- splitUntyped(Date) - Method in interface gw.pl.persistence.core.effdate.entity.EffDated
-
Split this bean at the given date.
- splitWhitespace(String) - Static method in class gw.api.util.StringUtil
-
Splits the string around white space.
- SPProfilerConfig - Interface in gw.pl.profiler.entity
-
SPProfilerConfig
Profiler configuration for a startable plugin
- SQLServerHashJoinHint - Class in gw.api.database
-
- SQLServerHashJoinHint() - Constructor for class gw.api.database.SQLServerHashJoinHint
-
Deprecated.
Create HASH hint in SQL Server
- SQLServerLoopJoinHint - Class in gw.api.database
-
- SQLServerLoopJoinHint() - Constructor for class gw.api.database.SQLServerLoopJoinHint
-
Deprecated.
Create LOOP hint in SQL Server
- SQLServerMergeJoinHint - Class in gw.api.database
-
- SQLServerMergeJoinHint() - Constructor for class gw.api.database.SQLServerMergeJoinHint
-
Deprecated.
Create MERGE hint in SQL Server
- SQLServerQueryLevelHintBase - Class in gw.api.database
-
Base class for SQL Server query hints: http://technet.microsoft.com/en-us/library/ms181714.aspx.
- SQLServerQueryLevelHintBase() - Constructor for class gw.api.database.SQLServerQueryLevelHintBase
-
- SQLServerQueryLevelTableIndexHint - Class in gw.api.database
-
This is a Query Hint that specifies, for a given table, to use the given index.
- SQLServerRemoteJoinHint - Class in gw.api.database
-
- SQLServerRemoteJoinHint() - Constructor for class gw.api.database.SQLServerRemoteJoinHint
-
Deprecated.
Create REMOTE hint in SQL Server
- SQLStatementType - Class in gw.pl.database.typekey
-
- SQLStatementType(ITypeList, String) - Constructor for class gw.pl.database.typekey.SQLStatementType
-
- sqrt(double) - Static method in class gw.api.util.Math
-
Returns the correctly rounded positive square root of a
double value.
- SR - Static variable in interface gw.lang.parser.expressions.IBitshiftExpression
-
- Stack<T> - Class in gw.util
-
- Stack() - Constructor for class gw.util.Stack
-
- Stack(Stack<T>) - Constructor for class gw.util.Stack
-
- Stack(ArrayList<T>) - Constructor for class gw.util.Stack
-
- STACK_TRACE_ELEMENT_DECLARING_CLASS_ATTRIBUTE - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- STACK_TRACE_ELEMENT_ELEMENT_NAME - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- STACK_TRACE_ELEMENT_FILE_NAME_ATTRIBUTE - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- STACK_TRACE_ELEMENT_LINE_NUMBER_ATTRIBUTE - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- STACK_TRACE_ELEMENT_METHOD_NAME_ATTRIBUTE - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- STACK_TRACE_ELEMENT_NAME - Static variable in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- StackAggregatedQuerySummary - Class in gw.api.profiler
-
- StackAggregatedQuerySummary(QuerySummary) - Constructor for class gw.api.profiler.StackAggregatedQuerySummary
-
- StackQuerySummary - Class in gw.api.profiler
-
Encapsulates all the database queries performed on a particular stack: this class records the name of the stack,
number of stacks with this name (across the global list of stacks), total number of queries, total elapsed query
time, maximum elapsed query time, and details about all the individual queries, grouped into buckets by the
query string.
- StackQuerySummary(String) - Constructor for class gw.api.profiler.StackQuerySummary
-
- stackTraceToString(Throwable) - Static method in class gw.pl.util.StringUtil
-
- StagingTableEncryptionImpl - Class in gw.api.webservice.tableImport
-
Class description...
- StagingTableEncryptionImpl() - Constructor for class gw.api.webservice.tableImport.StagingTableEncryptionImpl
-
- StagingTablesUtil - Class in gw.testharness
-
Class description...
- StagingTablesUtil() - Constructor for class gw.testharness.StagingTablesUtil
-
- STALE_OPTION - Static variable in class gw.api.database.optimizer.oracle.OracleQueryRewriteIntegrity
-
Deprecated.
- STANDARD_GOSU() - Static method in class gw.lang.parser.ILanguageLevel.Util
-
- STANDARD_METADATA_NAMES - Static variable in interface gw.plugin.document.IDocumentTemplateDescriptor
-
- StandardBeanFilter - Class in gw.api.filters
-
- StandardBeanFilter(String, StandardBeanFilter.ObjectFilter) - Constructor for class gw.api.filters.StandardBeanFilter
-
Creates a new bean-based filter
- StandardBeanFilter.ObjectFilter - Interface in gw.api.filters
-
ObjectFilter interface
- StandardCoercer - Class in gw.lang.parser.coercers
-
- StandardCoercer() - Constructor for class gw.lang.parser.coercers.StandardCoercer
-
- StandardCoercionManager - Class in gw.lang.parser
-
- StandardCoercionManager() - Constructor for class gw.lang.parser.StandardCoercionManager
-
- StandardDocumentTemplateSerializer - Class in gw.plugin.document.impl
-
The basic implementation of IDocumentTemplateSerializer which converts to and from
a basic XML representation.
- StandardDocumentTemplateSerializer() - Constructor for class gw.plugin.document.impl.StandardDocumentTemplateSerializer
-
- StandardQueryBeanResultWithSummary<T extends Bean> - Class in gw.api.database
-
- StandardQueryBeanResultWithSummary(IQueryBeanResult<T>, IQueryResult<T, QueryRow>) - Constructor for class gw.api.database.StandardQueryBeanResultWithSummary
-
- StandardQueryBeanResultWithSummary(IQueryBeanResult<T>, IQueryResult<T, QueryRow>, Map<String, String>) - Constructor for class gw.api.database.StandardQueryBeanResultWithSummary
-
- StandardQueryBeanResultWithSummary.StandardValueMapper - Class in gw.api.database
-
- StandardQueryBeanResultWithSummary.StandardValueMapper(Map<String, String>) - Constructor for class gw.api.database.StandardQueryBeanResultWithSummary.StandardValueMapper
-
- StandardQueryFilter - Class in gw.api.filters
-
This class allows for the definition of new query filters.
- StandardQueryFilter(String, StandardQueryFilter.QueryFilter) - Constructor for class gw.api.filters.StandardQueryFilter
-
Creates a new query-based filter
- StandardQueryFilter.QueryFilter - Interface in gw.api.filters
-
ObjectFilter interface
- StandardScope<K extends java.lang.CharSequence,V extends ISymbol> - Class in gw.lang.parser
-
- StandardScope() - Constructor for class gw.lang.parser.StandardScope
-
- StandardScope(IActivationContext) - Constructor for class gw.lang.parser.StandardScope
-
- StandardScope(int) - Constructor for class gw.lang.parser.StandardScope
-
- StandardScope(IActivationContext, int) - Constructor for class gw.lang.parser.StandardScope
-
- StandardSymbolTable - Class in gw.lang.parser
-
- StandardSymbolTable() - Constructor for class gw.lang.parser.StandardSymbolTable
-
- StandardSymbolTable(boolean) - Constructor for class gw.lang.parser.StandardSymbolTable
-
- StandardVisibilityModifierType - Class in gw.lang.reflect
-
- StandardVisibilityModifierType(String, boolean) - Constructor for class gw.lang.reflect.StandardVisibilityModifierType
-
- StandardWorkItem - Interface in gw.pl.workqueue.entity
-
StandardWorkItem
Standard WorkItem implementation.
- start(StartablePluginCallbackHandler, boolean) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
Called during server startup and from the UI.
- start(StartablePluginCallbackHandler, boolean) - Method in interface gw.api.startable.IStartablePlugin
-
Called during server startup and from the UI.
- start() - Method in class gw.api.tools.BatchProcess
-
- start(Object[]) - Method in class gw.api.tools.BatchProcess
-
- start(BatchProcess) - Method in class gw.api.web.tools.BatchProcessInfoPage
-
- start(IArgInfo) - Method in class gw.lang.Gosu
-
- start() - Method in interface gw.pl.workflow.entity.Workflow
-
Start the workflow.
- start(Integer) - Method in interface gw.pl.workflow.entity.Workflow
-
Start the workflow with the specified process version.
- start() - Method in interface gw.plugin.cluster.ClusterTransport
-
Performs all required initialization, and connection actions on the underlying transport protocol.
- start() - Method in interface gw.plugin.management.ManagementPlugin
-
Start
- start() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- start(int) - Method in interface gw.testharness.clustering.IDatabaseServer
-
- start() - Method in class gw.util.ProcessStarter
-
Deprecated.
Starts a new process using the attributes of this process starter.
- start() - Method in class gw.xml.ws.Server
-
Starts a server on the specified port.
- START_POS - Static variable in interface gw.lang.parser.IStackProvider
-
- START_SERVER_OUTSIDE_SERVLET_CONTAINER - Static variable in class gw.api.profiler.ProfilerTag
-
- STARTABLE_PLUGIN - Static variable in class gw.api.profiler.ProfilerTag
-
- STARTABLE_PLUGINS_START - Static variable in class gw.api.profiler.ProfilerTag
-
- STARTABLE_PLUGINS_STOP - Static variable in class gw.api.profiler.ProfilerTag
-
- StartablePluginCallbackHandler - Interface in gw.api.startable
-
- StartablePluginHistory - Interface in gw.pl.profiler.entity
-
StartablePluginHistory
History of calls into startable plugins
- StartablePluginPageHelper - Class in gw.api.startable
-
- StartablePluginState - Enum in gw.api.startable
-
State of startable plugin
- StartableServiceImpl - Class in gw.api.startable
-
- StartableServiceImpl() - Constructor for class gw.api.startable.StartableServiceImpl
-
- startAndWaitForSuccess(BatchProcessType, int) - Static method in class gw.batchprocess.BatchProcessTestUtil
-
- startAndWaitUntilWorkFinishedEndToEnd(BatchProcessType, long, Object...) - Static method in class gw.batchprocess.BatchProcessTestUtil
-
- startAsynchronously() - Method in interface gw.pl.workflow.entity.Workflow
-
Start the workflow asynchronously.
- startAsynchronously(Integer) - Method in interface gw.pl.workflow.entity.Workflow
-
Start the workflow with the specified process version asynchronously.
- startBatchProcess(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Starts the given batch process.
- startBatchProcess(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Starts the given batch process.
- startBatchProcess(String, Object[]) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Starts the given batch process.
- startCDATA() - Method in class gw.xml.XMLNodeLexicalHandler
-
- startCustomWorkAgent(String) - Static method in class gw.api.integration.inbound.CustomWorkAgent
-
- startDependencies() - Method in class gw.lang.gosuc.GosucProject
-
Subclasse override to initialize/start dependencies
- startDTD(String, String, String) - Method in class gw.xml.XMLNodeLexicalHandler
-
- startElement(String, String, String, Attributes) - Method in class gw.xml.XMLNodeHandler
-
- startElement(QName, String, boolean) - Method in class gw.xml.XMLNodeWriter
-
- startEntity(String) - Method in class gw.xml.XMLNodeLexicalHandler
-
- STARTING - Static variable in class gw.api.webservice.systemTools.SystemRunlevel
-
Server is currently starting
- startLogCapture(Logger) - Method in class gw.testharness.LoggerChangesManager
-
- startLogCapture(Logger) - Method in class gw.testharness.TestBase
-
- startLogCapture(Logger) - Method in class gw.testharness.v3.PLTestClass
-
- startPlugin(String) - Method in interface gw.api.startable.IStartableService
-
- startPlugin(PluginDef) - Static method in class gw.api.startable.StartablePluginPageHelper
-
- startPlugin(String) - Method in class gw.api.startable.StartableServiceImpl
-
- startPlugin(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Starts the given startable plugin.
- startPlugin(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Starts the given startable plugin.
- startPluginsAtRunlevel(Runlevel) - Method in interface gw.api.startable.IStartableService
-
- startPluginsAtRunlevel(Runlevel) - Method in class gw.api.startable.StartableServiceImpl
-
- StartPointType - Class in gw.pl.activity.typekey
-
- StartPointType(ITypeList, String) - Constructor for class gw.pl.activity.typekey.StartPointType
-
- startSchedule(BatchProcessType) - Method in class gw.api.web.tools.BatchProcessInfoPage
-
- startServer() - Method in class gw.testharness.clustering.ClusterMember
-
Starts the server with clustering enabled.
- startServer(IClusterConfigurator, Level) - Method in class gw.testharness.clustering.ClusterMember
-
- startServerWithNewClusterChannel(String, boolean, String, IClusterConfigurator, Level) - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- startServerWithTcp(String, boolean, String, int, IClusterConfigurator, Level) - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- startServerWithUdp(String, boolean, String, String, int, int, IClusterConfigurator, Level) - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- startsWith(IQueryablePropertyInfo, String, boolean) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a varchar column against a string value using a LIKE clause
- startsWith(IQueryablePropertyInfo, DBFunction, boolean) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Compares a varchar column against a DBFunction.Constant string value using a LIKE clause
Value types of DBFunction.ConstantFunction that return a string only are accepted
- startsWith(IQueryablePropertyInfo, String, boolean) - Method in class gw.api.database.Query
-
Compares a varchar column against a string value using a LIKE clause
- startsWith(IQueryablePropertyInfo, DBFunction, boolean) - Method in class gw.api.database.Query
-
Compares a varchar column against a DBFunction.Constant string value using a LIKE clause
Value types of DBFunction.ConstantFunction that return a string only are accepted
- startsWith(IBeforeUpgradeReadOnlyColumn, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a varchar column against a string value using a starts-with clause (i.e. column='string%'
- startsWith(String, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a varchar column against a string value using a starts-with clause (i.e. column='string%')
- startsWith(IBeforeUpgradeColumnRef, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Compares a varchar column against a string value using a starts-with clause (i.e. column='string%').
- startsWith(String, String) - Static method in class gw.api.util.StringUtil
-
Tests if the string starts with the specified prefix.
- startsWith(List<?>, List<?>) - Static method in class gw.pl.util.CollectionUtil
-
String.startsWith(String) for Lists.
- startsWith(List<?>, List<?>) - Static method in class gw.util.GosuCollectionUtil
-
String.startsWith(String) for Lists.
- startsWith(String, String) - Static method in class gw.util.GosuStringUtil
-
Check if a String starts with a specified prefix.
- startsWithAny(String, String[]) - Static method in class gw.util.GosuStringUtil
-
Check if a String starts with any of an array of specified strings.
- startsWithIgnoreCase(String, String) - Static method in class gw.pl.util.StringUtil
-
Returns true if and only if s begins with
the string prefix, ignoring case.
- startsWithIgnoreCase(String, String) - Static method in class gw.util.GosuStringUtil
-
Case insensitive check if a String starts with a specified prefix.
- startTest(Test) - Method in class gw.junit.XMLJUnitResultFormatter
-
Interface TestListener.
- startTestSuite(JUnitTest) - Method in class gw.junit.XMLJUnitResultFormatter
-
The whole testsuite started.
- StartupPage - Class in gw.pl.community.typekey
-
- StartupPage(ITypeList, String) - Constructor for class gw.pl.community.typekey.StartupPage
-
- startWorkers() - Static method in class gw.api.archiving.ArchivingUtil
-
This will start the work queue
- startWorkQueueWorkers(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
This will start the workqueue wokers
- startWorkQueueWorkers(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will start the workqueue workers
- startWriterNoWorkers(WorkQueue, long, Object...) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- startWriterThenWorkersAndWaitUntilWorkFinishedThenStop(BatchProcessType, Object...) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- startWriterThenWorkersAndWaitUntilWorkFinishedThenStop(String, Object...) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- startWriterThenWorkersAndWaitUntilWorkFinishedThenStop(WorkQueue, Object...) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- startWriterViaBatchProcessManagerThenWorkersAndWaitUntilWorkFinishedThenStop(BatchProcessType, Object...) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- State - Class in gw.pl.geodata.zone.typekey
-
- State(ITypeList, String) - Constructor for class gw.pl.geodata.zone.typekey.State
-
- STATE_PROP - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- StateAbbreviation - Class in gw.pl.geodata.zone.typekey
-
- StateAbbreviation(ITypeList, String) - Constructor for class gw.pl.geodata.zone.typekey.StateAbbreviation
-
- StateAbbreviationUtil - Class in gw.api.util
-
Utility functions for StateAbbreviations.
- StateAbbreviationUtil() - Constructor for class gw.api.util.StateAbbreviationUtil
-
- STATEMENT_TYPE - Static variable in class gw.xml.parser2.XMLAttributePropertyInfo
-
- STATIC_SCOPE - Static variable in class gw.pl.util.ScopedThreadLocal
-
- StaticInferredSymbolProvider - Class in gw.xml.parser2
-
Class description...
- StaticInferredSymbolProvider(String, IType) - Constructor for class gw.xml.parser2.StaticInferredSymbolProvider
-
- StaticInt - Class in gw.pl.util
-
Utility class that keeps a static pool of Integer objects
for the integer values from -1 up into the small thousands.
- StaticInt() - Constructor for class gw.pl.util.StaticInt
-
- StaticNavigationCommand - Class in gw.api.quickjump
-
QuickJump command which takes the user to a particular location.
- StaticNavigationCommand(String) - Constructor for class gw.api.quickjump.StaticNavigationCommand
-
- StaticNavigationCommand(String, String) - Constructor for class gw.api.quickjump.StaticNavigationCommand
-
- StaticReturnTypeProvider - Class in gw.xml.parser2
-
- StaticReturnTypeProvider(String) - Constructor for class gw.xml.parser2.StaticReturnTypeProvider
-
- StaticReturnTypeProvider(IType) - Constructor for class gw.xml.parser2.StaticReturnTypeProvider
-
- StatisticsAttributeInfo - Class in gw.plugin.cluster
-
Additional statistics attribute metadata.
- StatisticsAttributeInfo(String, String, Class<?>) - Constructor for class gw.plugin.cluster.StatisticsAttributeInfo
-
- StatisticsCollector<S,T extends java.lang.Number> - Class in gw.api.util.stats
-
Thread-safe statistics collection utility.
- StatisticsCollector(S) - Constructor for class gw.api.util.stats.StatisticsCollector
-
- StatisticsCollector.FormattedDouble - Class in gw.api.util.stats
-
- StatisticsCollector.FormattedDouble() - Constructor for class gw.api.util.stats.StatisticsCollector.FormattedDouble
-
- STATUS_FAILURE - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- stDev(Object[]) - Static method in class gw.api.util.ArrayUtil
-
The estimated standard deviation of the non-null elements in the sample/array.
- step(S) - Method in interface gw.lang.reflect.interval.IIterableInterval
-
- step(S) - Method in class gw.lang.reflect.interval.IterableInterval
-
- StepStatistics - Interface in gw.api.database
-
Guidewire Software
Creator information:
User: jbrenner
Date: Apr 8, 2005 8:43:28 AM
Revision information:
- stop(boolean) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
Called during server shutdown and from the UI
- stop(boolean) - Method in interface gw.api.startable.IStartablePlugin
-
Called during server shutdown and from the UI
- stop() - Method in interface gw.plugin.cluster.ClusterTransport
-
Closes the connection on the underlying protocol and releases all associated resources.
- stop() - Method in interface gw.plugin.management.ManagementPlugin
-
- stop() - Method in class gw.testharness.clustering.ClusterTestEnvironment
-
- stop() - Method in interface gw.testharness.clustering.IDatabaseServer
-
- stop() - Method in class gw.xml.ws.Server
-
Stops a server on the specified port.
- STOP_REDIRECTING_OUTPUT_COMMAND - Static variable in class gw.test.servlet.RemoteTestServlet
-
- stopAndWaitUntilStopped(BatchProcessType) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- stopAndWaitUntilStopped(String) - Static method in class gw.workqueue.WorkQueueTestUtil
-
- stopCustomWorkAgent(String) - Static method in class gw.api.integration.inbound.CustomWorkAgent
-
- stopLogging() - Method in class gw.util.concurrent.Cache
-
- stopPlugin(String) - Method in interface gw.api.startable.IStartableService
-
- stopPlugin(PluginDef) - Static method in class gw.api.startable.StartablePluginPageHelper
-
- stopPlugin(String) - Method in class gw.api.startable.StartableServiceImpl
-
- stopPlugin(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
Stop the given startable plugin, if it's started.
- stopPlugin(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
Stop the given startable plugin, if it's started.
- stopPluginsAtRunlevel(Runlevel) - Method in interface gw.api.startable.IStartableService
-
- stopPluginsAtRunlevel(Runlevel) - Method in class gw.api.startable.StartableServiceImpl
-
- stopSchedule(BatchProcessType) - Method in class gw.api.web.tools.BatchProcessInfoPage
-
- stopServer() - Method in class gw.testharness.clustering.ClusterMember
-
Gracefully stops the sever.
- stopServer() - Static method in class gw.testharness.clustering.ClusterTestUtil
-
- stopWorkers() - Static method in class gw.api.archiving.ArchivingUtil
-
This will stop the work queue
- stopWorkers(WorkQueueDisplayInfo) - Method in class gw.api.web.tools.WorkQueueInfoPage
-
- stopWorkQueueWorkers(String) - Method in interface gw.api.webservice.maintenanceTools.MaintenanceToolsBase
-
This will stop the specified ied work queue.
- stopWorkQueueWorkers(String) - Method in class gw.api.webservice.maintenanceTools.MaintenanceToolsImpl
-
This will stop the specified work queue.
- store(InputStream, RootInfo) - Method in interface gw.plugin.archiving.IArchiveSource
-
This is the archive action where the implementing class will store the xml in its external repository.
- STORE_XML_TAG - Static variable in class gw.api.archiving.ArchivingUtil
-
- storeEntry(K, V) - Method in class gw.solr.utils.TimedLRUCache
-
- storeFinally(RootInfo, ArchiveFinalStatus, List<String>) - Method in interface gw.plugin.archiving.IArchiveSource
-
The terminal step of the store actions.
- storeSchema() - Static method in class gw.api.importing.ImportingUtil
-
Stores current schema to the archive source.
- storeSchema(int, int, int, int, int, InputStream) - Method in interface gw.plugin.archiving.IArchiveSource
-
This will save the schema for the specified version.
- storeSQLTuningSet(String) - Method in class gw.api.tools.OracleSQLTuningSetsHelper
-
S
- StreamBlock<T> - Interface in gw.pl.io
-
Represents a block of code to be run with an open stream.
- StreamFactory<T> - Interface in gw.pl.io
-
Represents an object that can provide an open stream.
- StreamGobbler - Class in gw.pl.util
-
- StreamGobbler(InputStream) - Constructor for class gw.pl.util.StreamGobbler
-
- StreamGobbler.RedirectStreamGobbler - Class in gw.pl.util
-
RedirectStreamGobbler allows you to redirect the input stream to an outputstream,
as well as supporting a stringbuffer.
- StreamGobbler.RedirectStreamGobbler(InputStream, OutputStream, StringBuffer) - Constructor for class gw.pl.util.StreamGobbler.RedirectStreamGobbler
-
Construct a redirect stream gobbler which will (optionally) redirect the inputstream to the redirect and the output
- StreamGobbler.StringBufferStreamGobbler - Class in gw.pl.util
-
This gobbler uses a StringBuffer, which is thread safe, but potentially slow.
- StreamGobbler.StringBufferStreamGobbler(InputStream, StringBuffer) - Constructor for class gw.pl.util.StreamGobbler.StringBufferStreamGobbler
-
- StreamGobbler.StringBuilderStreamGobbler - Class in gw.pl.util
-
This is the simplest, fastest stream gobbler.
- StreamGobbler.StringBuilderStreamGobbler(InputStream, StringBuilder) - Constructor for class gw.pl.util.StreamGobbler.StringBuilderStreamGobbler
-
- StreamGobbler.StringBuilderStreamGobbler(InputStream, StringBuilder, boolean) - Constructor for class gw.pl.util.StreamGobbler.StringBuilderStreamGobbler
-
- StreamUtil - Class in gw.util
-
- STREET_MATCH - Static variable in class gw.api.geocode.AbstractGeocodePlugin
-
- StrictDataTypes - Static variable in class gw.api.system.PLConfigParameters
-
True if data types should validate in "strict" mode.
- STRING() - Static method in class gw.lang.ir.IRTypeConstants
-
- STRING - Static variable in class gw.lang.parser.resources.Res
-
- STRING() - Static method in class gw.lang.reflect.java.JavaTypes
-
- STRING_BUILDER() - Static method in class gw.lang.reflect.java.JavaTypes
-
- STRING_TYPE - Static variable in class gw.api.importing.ImportingUtil
-
- STRING_TYPE() - Static method in class gw.lang.parser.GosuParserTypes
-
- StringBufferCoercer - Class in gw.lang.parser.coercers
-
- StringBufferCoercer() - Constructor for class gw.lang.parser.coercers.StringBufferCoercer
-
- StringBuilderCoercer - Class in gw.lang.parser.coercers
-
- StringBuilderCoercer() - Constructor for class gw.lang.parser.coercers.StringBuilderCoercer
-
- StringCoercer - Class in gw.lang.parser.coercers
-
- StringCoercer() - Constructor for class gw.lang.parser.coercers.StringCoercer
-
- stringCompare(String, String) - Static method in class gw.pl.testharness.DebugUtil
-
Compares two strings and returns null if they are equals or an explanation of why they are unequal.
- StringConstraintsHandler - Class in gw.datatype.impl
-
Class description...
- StringConstraintsHandler(Integer) - Constructor for class gw.datatype.impl.StringConstraintsHandler
-
- StringConstraintsHandlerBase - Class in gw.datatype.impl
-
Class description...
- StringConstraintsHandlerBase() - Constructor for class gw.datatype.impl.StringConstraintsHandlerBase
-
- StringCriterionMode - Class in gw.pl.database.typekey
-
- StringCriterionMode(ITypeList, String) - Constructor for class gw.pl.database.typekey.StringCriterionMode
-
- stringDiffable(String) - Static method in class gw.pl.util.diff.lcs.DiffableFactory
-
- StringDiffable - Class in gw.pl.util.diff.lcs
-
- StringDiffable(String) - Constructor for class gw.pl.util.diff.lcs.StringDiffable
-
- StringEscaper - Interface in gw.lang.parser.template
-
- stringFormIdDiffable(T) - Static method in class gw.pl.util.diff.lcs.DiffableFactory
-
- StringLCS - Class in gw.pl.util.diff.lcs
-
- StringLCS(String, String) - Constructor for class gw.pl.util.diff.lcs.StringLCS
-
- StringLineWriter - Class in gw.pl.io
-
Allows line-by-line manipulation of a string.
- StringLineWriter() - Constructor for class gw.pl.io.StringLineWriter
-
Constructs a new, empty writer.
- StringLineWriter(String) - Constructor for class gw.pl.io.StringLineWriter
-
Constructs a new writer from the contents of a string.
- StringParameterKey - Class in gw.api.system
-
String parameter key.
- StringParameterKey(Map<String, ParameterKey>, String, boolean) - Constructor for class gw.api.system.StringParameterKey
-
Creates required string parameter key without default value.
- StringParameterKey(Map<String, ParameterKey>, String, boolean, String) - Constructor for class gw.api.system.StringParameterKey
-
Creates required string parameter key with a default value.
- StringParameterKey(Map<String, ParameterKey>, String, boolean, String, ParameterKey, boolean) - Constructor for class gw.api.system.StringParameterKey
-
Creates string parameter key.
- StringPersistenceHandlerBase - Class in gw.datatype.impl
-
Class description...
- StringPersistenceHandlerBase(Boolean) - Constructor for class gw.datatype.impl.StringPersistenceHandlerBase
-
- Strings - Class in gw.lang.parser.resources
-
- Strings() - Constructor for class gw.lang.parser.resources.Strings
-
- StringSource - Class in gw.lang.parser
-
- StringSource(String) - Constructor for class gw.lang.parser.StringSource
-
- StringSourceFileHandle - Class in gw.lang.reflect.gs
-
- StringSourceFileHandle(String, CharSequence, boolean, ClassType) - Constructor for class gw.lang.reflect.gs.StringSourceFileHandle
-
- StringSourceFileHandle(String, CharSequence, IFile, boolean, ClassType) - Constructor for class gw.lang.reflect.gs.StringSourceFileHandle
-
- StringSubstitution - Class in gw.pl.util
-
StringSubstitution is a utility for dynamically replacing
substrings within a larger source string.
- StringSubstitution(String, String, StringSubstitution.Exchanger) - Constructor for class gw.pl.util.StringSubstitution
-
- StringSubstitution.Exchanger - Interface in gw.pl.util
-
Instance of Exchanger must be supplied to StringSubstitution.
- stringToQName(String, Map<String, String>) - Static method in class gw.xml.XMLUtilities
-
- StringToTypelistMapper - Class in gw.api.util.mapping
-
- StringToTypelistMapper() - Constructor for class gw.api.util.mapping.StringToTypelistMapper
-
- StringTypeWrapper - Class in gw.xml.xsd.typewrapper
-
- StringTypeWrapper() - Constructor for class gw.xml.xsd.typewrapper.StringTypeWrapper
-
- StringUtil - Class in gw.api.util
-
Provides String utility methods.
- StringUtil - Class in gw.pl.util
-
- StringUtil() - Constructor for class gw.pl.util.StringUtil
-
- StringUtil.VariableMap - Interface in gw.pl.util
-
- strip(String) - Static method in class gw.util.GosuStringUtil
-
Strips whitespace from the start and end of a String.
- strip(String, String) - Static method in class gw.util.GosuStringUtil
-
Strips any of a set of characters from the start and end of a String.
- stripAll(String[]) - Static method in class gw.util.GosuStringUtil
-
Strips whitespace from the start and end of every String in an array.
- stripAll(String[], String) - Static method in class gw.util.GosuStringUtil
-
Strips any of a set of characters from the start and end of every
String in an array.
- stripEnd(String, String) - Static method in class gw.util.GosuStringUtil
-
Strips any of a set of characters from the end of a String.
- stripNewLinesAndExtraneousWhiteSpace(String) - Static method in class gw.pl.util.StringUtil
-
- stripNewLinesAndExtraneousWhiteSpace(String) - Static method in class gw.util.GosuEscapeUtil
-
- stripStart(String, String) - Static method in class gw.util.GosuStringUtil
-
Strips any of a set of characters from the start of a String.
- stripToEmpty(String) - Static method in class gw.util.GosuStringUtil
-
Strips whitespace from the start and end of a String returning
an empty String if null input.
- stripToNull(String) - Static method in class gw.util.GosuStringUtil
-
Strips whitespace from the start and end of a String returning
null if the String is empty ("") after the strip.
- stripTrailingZeros() - Method in class gw.api.financials.CurrencyAmount
-
java.math.BigDecimal analog method
- stripTrailingZeros() - Method in class gw.pl.currency.MonetaryAmount
-
java.math.BigDecimal analog method
- SUB_CHAR - Static variable in class gw.api.importing.ImportingUtil
-
- subArray(Object[], int, int) - Static method in class gw.api.util.ArrayUtil
-
Produces a new array containing the elements between
the start and end indices.
- submit(String, File...) - Method in interface gw.api.scm.IScmAdapter
-
Submits the files into source control.
- submitAwrReportBatchJob(AWRReportUserSettings) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Run the batch job to create an Oracle AWR Performance Report report.
- submitAwrReportBatchJob(AWRReportUserSettings) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- submitBatch(String[], PickerRow[], PickerRow[]) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- submitBatch() - Method in class gw.api.tools.DataDistDVHelper
-
- submitBatch() - Method in class gw.api.tools.MicrosoftDMVPageHelper
-
- submitBatch(AWRReportUserSettings) - Method in class gw.api.tools.OracleAWRHelper
-
- submitBatchFromUI() - Method in class gw.api.tools.MicrosoftDMVPageHelper
-
- submitBatchFromUI(AWRReportUserSettings) - Method in class gw.api.tools.OracleAWRHelper
-
- submitDBCCBatchJob(String[], String[]) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Run a subset of the consistency checks on the underlying physical database.
- submitDBCCBatchJob(String[], String[]) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- submitDmvReportBatchJob(boolean) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Run the batch job to create a SQL Server DMV Performance Snapshot report.
- submitDmvReportBatchJob(boolean) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- submitRerunBatch(DBConsistCheckRun) - Method in class gw.api.tools.ConsistencyChecksRunsPageHelper
-
- submitUpdates(UpdateBatch, Contact) - Method in interface gw.plugin.addressbook.IAddressBookAdapter
-
Deprecated.
Since ClaimCenter 8.0 Use updateContact() in ContactSystemPlugin
- submitUpdateStats(String, boolean) - Method in interface gw.api.webservice.systemTools.ISystemTools
-
Run the update stats process on the underlying physical database.
- submitUpdateStats(String, boolean) - Method in class gw.api.webservice.systemTools.SystemToolsImpl
-
- subselect(IEntityPropertyInfo, InOperation, IEntityPropertyInfo) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a table with this table using a sub-select clause.
- subselect(DBFunction, InOperation, IEntityPropertyInfo) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a table with this table using a sub-select clause.
- subselect(IEntityPropertyInfo, InOperation, DBFunction) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a table with this table using a sub-select clause.
- subselect(DBFunction, InOperation, DBFunction) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a table with this table using a sub-select clause.
- subselect(IEntityPropertyInfo, InOperation, IQuery, IEntityPropertyInfo) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a column from table with a column from another query.
- subselect(DBFunction, InOperation, IQuery, IEntityPropertyInfo) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a column wrapped by a function from table with a column from another query.
- subselect(IEntityPropertyInfo, InOperation, IQuery, DBFunction) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a column from table with a column wrapped by a function from another query.
- subselect(DBFunction, InOperation, IQuery, DBFunction) - Method in interface gw.api.database.ISimpleQueryBuilder
-
Joins a column wrapped by a function from table with a column wrapped by a function from another query.
- subselect(IEntityPropertyInfo, InOperation, IEntityPropertyInfo) - Method in class gw.api.database.Query
-
Joins a table with this table using a sub-select clause.
- subselect(DBFunction, InOperation, IEntityPropertyInfo) - Method in class gw.api.database.Query
-
Joins a table with this table using a sub-select clause.
- subselect(IEntityPropertyInfo, InOperation, DBFunction) - Method in class gw.api.database.Query
-
Joins a table with this table using a sub-select clause.
- subselect(DBFunction, InOperation, DBFunction) - Method in class gw.api.database.Query
-
Joins a table with this table using a sub-select clause.
- subselect(IEntityPropertyInfo, InOperation, IQuery, IEntityPropertyInfo) - Method in class gw.api.database.Query
-
Joins a column from table with a column from another query.
- subselect(DBFunction, InOperation, IQuery, IEntityPropertyInfo) - Method in class gw.api.database.Query
-
Joins a column wrapped by a function from table with a column from another query.
- subselect(IEntityPropertyInfo, InOperation, IQuery, DBFunction) - Method in class gw.api.database.Query
-
Joins a column from table with a column wrapped by a function from another query.
- subselect(DBFunction, InOperation, IQuery, DBFunction) - Method in class gw.api.database.Query
-
Joins a column wrapped by a function from table with a column wrapped by a function from another query.
- subselect(IBeforeUpgradeReadOnlyColumn, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(String, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeDBFunction, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeColumnRef, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeReadOnlyColumn, InOperation, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(String, InOperation, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeDBFunction, InOperation, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeColumnRef, InOperation, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeReadOnlyColumn, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(String, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeDBFunction, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeColumnRef, InOperation, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with an IN predicate.
- subselect(IBeforeUpgradeReadOnlyColumn, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(String, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeDBFunction, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeColumnRef, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeReadOnlyColumn) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeReadOnlyColumn, Relop, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(String, Relop, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeDBFunction, Relop, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeColumnRef, Relop, IBeforeUpgradeQueryableTable, String) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeReadOnlyColumn, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(String, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeDBFunction, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subselect(IBeforeUpgradeColumnRef, Relop, IBeforeUpgradeQueryableTable, IBeforeUpgradeDBFunction) - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeRestriction
-
Joins a table with this table using a sub-select with a comparison predicate (=, <, >, etc).
- subSequence(int, int) - Method in class gw.lang.parser.CICS
-
- subSequence(int, int) - Method in class gw.lang.parser.Keyword
-
- subsequence(int, int) - Method in class gw.lang.parser.SourceCodeReader
-
- substitute(String, String) - Static method in class gw.api.util.StringUtil
-
Deprecated.
This uses Perl5 Apache ORO style regex. Use the substitute() methods in this class.
- substitute(String) - Method in class gw.pl.util.StringSubstitution
-
Perform the substitution.
- substitute(String, StringUtil.VariableMap) - Static method in class gw.pl.util.StringUtil
-
Looks in the pattern string for any variables enclosed in ${}.
- substituteGlobalCaseInsensitive(String, String, String) - Static method in class gw.api.util.StringUtil
-
Case insensitive replacement of a substring.
- substituteGlobalCaseSensitive(String, String, String) - Static method in class gw.api.util.StringUtil
-
Case sensitive replacement of a substring.
- substring(String, int) - Static method in class gw.api.util.StringUtil
-
Returns a new string that is a substring of the specified string.
- substring(String, int, int) - Static method in class gw.api.util.StringUtil
-
Returns a new string that is a substring of the specified string.
- substring(String, int) - Static method in class gw.util.GosuStringUtil
-
Gets a substring from the specified String avoiding exceptions.
- substring(String, int, int) - Static method in class gw.util.GosuStringUtil
-
Gets a substring from the specified String avoiding exceptions.
- substringAfter(String, String) - Static method in class gw.util.GosuStringUtil
-
Gets the substring after the first occurrence of a separator.
- substringAfterLast(String, String) - Static method in class gw.util.GosuStringUtil
-
Gets the substring after the last occurrence of a separator.
- substringBefore(String, String) - Static method in class gw.util.GosuStringUtil
-
Gets the substring before the first occurrence of a separator.
- substringBeforeLast(String, String) - Static method in class gw.util.GosuStringUtil
-
Gets the substring before the last occurrence of a separator.
- substringBetween(String, String) - Static method in class gw.util.GosuStringUtil
-
Gets the String that is nested in between two instances of the
same String.
- substringBetween(String, String, String) - Static method in class gw.util.GosuStringUtil
-
Gets the String that is nested in between two Strings.
- substringsBetween(String, String, String) - Static method in class gw.util.GosuStringUtil
-
Searches a String for substrings delimited by a start and end tag,
returning all matching substrings in an array.
- subtract(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Subtract amount.getAmount() from this.getAmount()
- subtract(CurrencyAmount, MathContext) - Method in class gw.api.financials.CurrencyAmount
-
Subtract amount.getAmount() from this.getAmount()
- subtract(MonetaryAmount) - Method in class gw.pl.currency.MonetaryAmount
-
Subtract amount.getAmount() from this.getAmount()
- subtract(MonetaryAmount, MathContext) - Method in class gw.pl.currency.MonetaryAmount
-
Subtract amount.getAmount() from this.getAmount()
- subtractAsSameCurrency(BigDecimal) - Method in class gw.api.financials.CurrencyAmount
-
Add amount to this.
- subtractAsSameCurrency(BigDecimal, MathContext) - Method in class gw.api.financials.CurrencyAmount
-
Add amount to this.
- subtractStrict(CurrencyAmount) - Method in class gw.api.financials.CurrencyAmount
-
Subtracts two CurrencyAmounts.
- SubtypeAttribute - Class in gw.api.reflect.graph
-
Represents a weighted edge in the type graph for supertype
to subtype traversal.
- SubtypeAttribute() - Constructor for class gw.api.reflect.graph.SubtypeAttribute
-
- SubtypeGraphTraverser<T> - Class in gw.api.graph.traverse
-
Specialized graph traverser for traversing types.
- SubtypeGraphTraverser(T) - Constructor for class gw.api.graph.traverse.SubtypeGraphTraverser
-
Constructor takes the root, or start for the traversal.
- SubtypeKey - Interface in gw.entity
-
Specialized interface for subtype typekeys.
- SUCCESS - Static variable in class gw.api.tools.BatchProcessRunResult
-
- SUCCESS - Static variable in class gw.plugin.security.CredentialVerificationResult
-
Success
- SUCCESS_ATTRIBUTE - Static variable in class gw.test.remote.RemoteTestResult
-
- successful() - Method in class gw.test.remote.RemoteTestResult
-
- suffix() - Method in enum gw.plugin.solr.SolrSearchStore
-
The suffix of the Solr search store used
- SuffixTextFileFilter - Class in gw.pl.util
-
Class description...
- SuffixTextFileFilter() - Constructor for class gw.pl.util.SuffixTextFileFilter
-
- SuffixTextFileFilter(Set<String>) - Constructor for class gw.pl.util.SuffixTextFileFilter
-
- SuggestedAssigneeBuilder - Interface in gw.api.assignment
-
Used to build a list of suggested assignees for use in an assignment picker.
- SuggestedAssigneeBuilderBase - Class in gw.api.assignment
-
Base implementation of
SuggestedAssigneeBuilder, provides a skeleton implementation and
utilities that should be useful to multiple implementations
- SuggestedAssigneeBuilderBase(Assignable[], PermissionKeys.StaticPermissionKey, boolean) - Constructor for class gw.api.assignment.SuggestedAssigneeBuilderBase
-
- SUGGESTION_LIMIT - Static variable in interface gw.api.contact.AutocompleteHandler
-
- SUGGESTION_LIMIT - Static variable in interface gw.plugin.addressautocomplete.IAddressAutocompletePlugin
-
- Suite<T extends Suite> - Class in gw.test
-
This Suite class streamlines and simplifies the standard JUnit TestSuite.
- Suite() - Constructor for class gw.test.Suite
-
- suite() - Static method in class gw.testharness.suites.PLPerfDownloadAnalyzerSuite
-
- SuiteFailureException - Exception in gw.testharness
-
Class description...
- SuiteFailureException() - Constructor for exception gw.testharness.SuiteFailureException
-
- SuiteFailureException(String) - Constructor for exception gw.testharness.SuiteFailureException
-
- SuiteFailureException(String, Throwable) - Constructor for exception gw.testharness.SuiteFailureException
-
- SuiteFailureException(Throwable) - Constructor for exception gw.testharness.SuiteFailureException
-
- Suites - Annotation Type in gw.testharness.v3
-
Created by IntelliJ IDEA.
- SuitesAnnotationGuesser - Class in gw.testharness.v3
-
Created by IntelliJ IDEA.
- SuitesAnnotationGuesser() - Constructor for class gw.testharness.v3.SuitesAnnotationGuesser
-
- SuitesAnnotationGuesser.FileLineReader - Interface in gw.testharness.v3
-
- Sum(IEntityPropertyInfo) - Static method in class gw.api.database.DBFunction
-
- Sum(ColumnRef) - Static method in class gw.api.database.DBFunction
-
- Sum(List<? extends IEntityPropertyInfo>) - Static method in class gw.api.database.DBFunction
-
- Sum(IBeforeUpgradeReadOnlyColumn) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Sum(String) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Sum(IBeforeUpgradeColumnRef) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- Sum(IBeforeUpgradeDBFunction) - Static method in class gw.api.database.upgrade.before.BeforeUpgradeDBFunction
-
- sum(Object[]) - Static method in class gw.api.util.ArrayUtil
-
The sum of the elements in the array.
- sum(BigDecimal[]) - Static method in class gw.pl.util.BigDecimalUtil
-
- SUMMARIZE_PROFILER_DATA - Static variable in class gw.api.profiler.ProfilerTag
-
- SUN_CLASS_PREFIX - Static variable in interface gw.lang.reflect.module.IClassPath
-
- SUPER - Static variable in interface gw.lang.parser.ISymbol
-
- SUPER_POS - Static variable in interface gw.lang.parser.IStackProvider
-
- SUPER_PROXY_CLASS_PREFIX - Static variable in interface gw.lang.reflect.gs.IGosuClass
-
- supportHistoricalJavaAnnotationConstructors() - Method in interface gw.lang.parser.ILanguageLevel
-
- supportsBlockCountReporting() - Method in class gw.api.tools.LoadHistoryHelper
-
- supportsDB2PD() - Static method in class gw.api.tools.DB2PDPageHelper
-
- supportsDelete() - Method in interface gw.api.contact.ExternalContactSource
-
Indicates whether this external contact source supports deletes.
- supportsDMV() - Static method in class gw.api.tools.MicrosoftDMVPageHelper
-
- supportsLinking() - Method in interface gw.api.contact.ExternalContactSource
-
Indicates whether this external contact source supports linking.
- supportsMicrosoftDriverLogging() - Static method in class gw.api.tools.MicrosoftDriverLoggingPageHelper
-
- supportsNakedCatchStatements() - Method in interface gw.lang.parser.ILanguageLevel
-
- supportsUpdate() - Method in interface gw.api.contact.ExternalContactSource
-
Indicates whether this external contact source supports updates.
- suspend(Workflow) - Static method in class gw.api.admin.WorkflowUtil
-
In a seperate bundle, Suspend a workflow.
- suspend() - Method in class gw.api.email.AbstractEmailMessageTransport
-
- suspend(int, MessageProcessingDirection) - Static method in class gw.api.messaging.MessageDestinationUtil
-
This will suspend the specific destination and direction
- suspend(int, MessageProcessingDirection, Date) - Static method in class gw.api.messaging.MessageDestinationUtil
-
This will suspend the specific destination and direction temporarily.
- suspend(String) - Method in class gw.api.webservice.workflow.WorkflowAPIImpl
-
Suspends the workflow with public ID workflowID.
- suspend() - Method in class gw.plugin.integration.inbound.logging.reply.FileIntegrationMessageReplyHandler
-
- suspend() - Method in class gw.plugin.integration.inbound.logging.reply.JMSIntegrationMessageReplyHandler
-
- suspend() - Method in interface gw.plugin.messaging.MessagePlugin
-
Called when message sending is about to be suspended.
- SuspendableException - Exception in gw.api.util
-
This class is a wrapper that specifies the behavior of the catcher.
- SuspendableException(DisplayKey, Object[], Throwable) - Constructor for exception gw.api.util.SuspendableException
-
This will create an exception with a display key
- SuspendableException(String, Throwable) - Constructor for exception gw.api.util.SuspendableException
-
This will create an exception with a display key
- SuspendableException(DisplayKey, Object[], Throwable, Date) - Constructor for exception gw.api.util.SuspendableException
-
This will create an exception with a display key
- SuspendableException(String, Throwable, Date) - Constructor for exception gw.api.util.SuspendableException
-
This will create an exception with a display key
- suspendDestination(int) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Suspends the destination with the specified destination id
- suspendDestination(int, MessageProcessingDirection) - Method in interface gw.api.webservice.messagingTools.MessagingToolsBase
-
Suspend inbound or outbound processing for the destination
depending on the specified direction.
- suspendDestination(int) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- suspendDestination(int, MessageProcessingDirection) - Method in class gw.api.webservice.messagingTools.MessagingToolsImpl
-
- suspendDestinations(DestinationMessageStatistics[]) - Static method in class gw.api.admin.MessagingUtil
-
Suspend message sending to the specified destinations.
- suspendInbound - Static variable in class gw.api.admin.DestinationMessageStatistics.DestinationAction
-
- suspendOutbound - Static variable in class gw.api.admin.DestinationMessageStatistics.DestinationAction
-
- swapCase(String) - Static method in class gw.util.GosuStringUtil
-
Swaps the case of a String changing upper and title case to
lower case, and lower case to upper case.
- SwitchOracleConsumerGroup - Class in gw.api.database.optimizer.oracle
-
- SwitchOracleConsumerGroup() - Constructor for class gw.api.database.optimizer.oracle.SwitchOracleConsumerGroup
-
Deprecated.
- Symbol - Interface in gw.document
-
A symbol used for document generation
- SYMBOL_NAME - Static variable in class gw.api.assignment.AssignmentPopup
-
Usual symbol name for the assignment popup object
- SymbolNotFoundException - Exception in gw.lang.parser.exceptions
-
- SymbolNotFoundException(IFullParserState, String) - Constructor for exception gw.lang.parser.exceptions.SymbolNotFoundException
-
- SymbolProvider - Interface in gw.document
-
Provids execution context for the document generation
- SymbolType - Enum in gw.lang.parser
-
- sync(File) - Method in interface gw.api.scm.IScmAdapter
-
Synchronizes/Updates the file to the head revision in source control system.
- sync() - Method in interface gw.pl.contact.entity.Contact
-
Deprecated.
since ClaimCenter8.0 - use ContactSystemUtil#syncToContactSystem(contact)
- syncAnnotations(IModifierInfo) - Method in interface gw.lang.reflect.IModifierInfo
-
Deprecated.
- syncContact(String) - Method in class gw.api.contact.ContactAutoSyncUtilBase
-
If the local contacts are marked allow auto-sync, this function syncs them
up with the remote Address Book.
- syncContact(String, String) - Method in class gw.api.contact.ContactAutoSyncUtilBase
-
If the local contacts linked to the AddressBook Contact with an ABUID of addressBookUID are
marked allow auto-sync, this function syncs them up with the contact which has an ABUID of
newAddressBookUID in the remote Address Book.
- syncContact(String, Key, Key, String) - Method in class gw.api.contact.ContactAutoSyncUtilBase
-
If the local contacts are marked allow auto-sync, this function syncs them
up with the remote Address Book.
- SYNCH_INDEX_NAMES_IN_DM_TO_ON_DISK_NAMES - Static variable in class gw.api.profiler.ProfilerTag
-
- synchronousCreationSupported(IDocumentTemplateDescriptor) - Method in interface gw.plugin.document.IDocumentProductionBase
-
Can a document be created from this template synchronously?
- synchronousCreationSupported(IDocumentTemplateDescriptor) - Method in class gw.plugin.document.impl.BaseDocumentProductionImpl
-
Can a document be created from this template asynchronously?
- SynchState - Class in gw.pl.messaging.typekey
-
- SynchState(ITypeList, String) - Constructor for class gw.pl.messaging.typekey.SynchState
-
- SynchStateData - Class in gw.api.messaging
-
Deprecated.
the message sink feature is no longer supported or available.
- SynchStateData() - Constructor for class gw.api.messaging.SynchStateData
-
Deprecated.
- syncRoles(String[]) - Method in interface gw.pl.community.entity.User
-
Sets the role on the user based on the role names being passed in, and remove all the old roles.
- syncToAB() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use syncToContactSystem() in ContactSystemUtil
- syncToABIfNeeded() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use syncToContactSystem() in ContactSystemUtil
- syncToABWithoutRelatedContacts() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
Since ClaimCenter 8.0, use syncToContactSystem() in ContactSystemUtil with false for syncRelatedContacts parameter
- SyntheticIRArrayType - Class in gw.lang.ir
-
- SyntheticIRArrayType(IRType) - Constructor for class gw.lang.ir.SyntheticIRArrayType
-
- SyntheticIRType - Class in gw.lang.ir
-
- SyntheticIRType(Class, String, String) - Constructor for class gw.lang.ir.SyntheticIRType
-
- SYSTEM_PROXY_SUFFIX - Static variable in interface gw.lang.reflect.ITypeRefFactory
-
- SystemClockTestUtil - Class in gw.api.util
-
- SystemExitIgnoredException - Exception in gw.lang.cli
-
- SystemExitIgnoredException() - Constructor for exception gw.lang.cli.SystemExitIgnoredException
-
- SystemOutLogger - Class in gw.util
-
- SystemOutLogger() - Constructor for class gw.util.SystemOutLogger
-
- SystemOutLogger(SystemOutLogger.LoggingLevel) - Constructor for class gw.util.SystemOutLogger
-
- SystemOutLogger.LoggingLevel - Enum in gw.util
-
- SystemParameter - Interface in gw.pl.upgrader.entity
-
SystemParameter
Name/value pairs for system parameters.
- SystemPermissionType - Class in gw.pl.security.typekey
-
- SystemPermissionType(ITypeList, String) - Constructor for class gw.pl.security.typekey.SystemPermissionType
-
- SystemPermissionTypeConstants - Class in gw.ab.security.typekey
-
- SystemPermissionTypeConstants() - Constructor for class gw.ab.security.typekey.SystemPermissionTypeConstants
-
- SystemRunlevel - Class in gw.api.webservice.systemTools
-
Defines the runlevels that the system can be at or set to.
- SystemToolsImpl - Class in gw.api.webservice.systemTools
-
- SystemToolsImpl() - Constructor for class gw.api.webservice.systemTools.SystemToolsImpl
-
- SystemUserType - Class in gw.pl.community.typekey
-
- SystemUserType(ITypeList, String) - Constructor for class gw.pl.community.typekey.SystemUserType
-
- tab(int) - Method in class gw.smoketest.platform.web.WorksheetTabBarElement
-
Gets worksheet tab by (0-based) index
- TabBarElement - Class in gw.smoketest.platform.web
-
TabBarElement in SmokeTest
- TabBarElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.TabBarElement
-
- Table<T extends Bean> - Interface in gw.api.database
-
A logical table in a query.
- TableDataDist - Interface in gw.pl.database.entity
-
TableDataDist
Stores data distribution info for each table in the database.
- TABLEGROUP_PREFIX - Static variable in class gw.api.webservice.systemTools.SystemToolsImpl
-
- TableImportImpl - Class in gw.api.webservice.tableImport
-
Created by IntelliJ IDEA.
- TableImportImpl() - Constructor for class gw.api.webservice.tableImport.TableImportImpl
-
- TableImportResult - Class in gw.api.webservice.tableImport
-
A simple data class used to transmit the aggregated results of a staging
table load
- TableImportResult(int, String) - Constructor for class gw.api.webservice.tableImport.TableImportResult
-
Constructs a new TableImportResult object.
- TableImportResult() - Constructor for class gw.api.webservice.tableImport.TableImportResult
-
- TablePartitionStatistics - Interface in gw.api.database
-
- TableQueryHint - Interface in gw.api.database
-
Type of QueryHint that operates on a specific table.
- TableRegistryEntry - Interface in gw.pl.database.entity
-
TableRegistryEntry
Stores metadata for each table in the database.
- TableStatistics - Interface in gw.api.database
-
- TableUpdateStats - Interface in gw.pl.database.entity
-
TableUpdateStats
Stores update statistics info for each table in the database.
- TableUpdateStatsStatement - Interface in gw.pl.upgrader.entity
-
TableUpdateStatsStatement
Database parameter row.
- TableUpdateStatsType - Class in gw.pl.upgrader.typekey
-
- TableUpdateStatsType(ITypeList, String) - Constructor for class gw.pl.upgrader.typekey.TableUpdateStatsType
-
- TAG_ALLOW_DEPRECATED_REFERENCES - Static variable in class gw.config.Registry
-
The xml tag for indicating if deprecated methods/properties s/b allowed.
- TAG_ALLOW_ENTITY_QUERIES - Static variable in class gw.config.Registry
-
The xml tag for indicating if Gosu query expressions can reference entities.
- TAG_CLASS - Static variable in class gw.config.Registry
-
- TAG_ENTRY - Static variable in class gw.config.Registry
-
- TAG_HEIGHT - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_ITEM - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_JAVA_CLASS_NAME - Static variable in class gw.pl.util.xml.helpers.XMLNativeJavaObject
-
- TAG_JAVA_OBJ - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_KEY - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_LENGTH - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_MAP - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_NAME - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_NATIVE_JAVA_OBJECT - Static variable in class gw.pl.util.xml.helpers.XMLNativeJavaObject
-
- TAG_PIXELS - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_SERIALIZATION - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_SIZE - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_SRC - Static variable in class gw.config.Registry
-
- TAG_STYLE - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_TYPE - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_VALUE - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_WIDTH - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_X - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TAG_Y - Static variable in interface gw.pl.util.xml.IXMLCodecConstants
-
- TagHandler - Annotation Type in gw.testharness
-
Marks an annotation as a test harness TagHandler annotation.
- TagHandlerFactory - Interface in gw.testharness
-
Interface for classes that provide a custom method for determining the
TagHandler class to instantiate for a given test.
- TASK_QUEUE - Static variable in class gw.api.profiler.ProfilerTag
-
- TaxFilingStatusType - Class in gw.pl.contact.typekey
-
- TaxFilingStatusType(ITypeList, String) - Constructor for class gw.pl.contact.typekey.TaxFilingStatusType
-
- TaxStatus - Class in gw.pl.contact.typekey
-
- TaxStatus(ITypeList, String) - Constructor for class gw.pl.contact.typekey.TaxStatus
-
- TC_000000 - Static variable in class gw.pl.sample.typekey.SampleColor
-
Black
Black
- TC_0000FF - Static variable in class gw.pl.sample.typekey.PrimaryColor
-
Blue
Blue
- TC_00FF00 - Static variable in class gw.pl.sample.typekey.PrimaryColor
-
Green
Green
- TC_00FF00 - Static variable in class gw.pl.sample.typekey.SampleColor
-
Green
Green
- TC_0LENGTHSTRINGCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
0 length string check
Verifies no 0 length strings within varchar column
- TC_1589FF - Static variable in class gw.pl.sample.typekey.SampleColor
-
Dodger Blue
Dodger Blue
- TC_A - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Assignment
Assignment rules
- TC_ABCOMPANY - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABCOMPANYVENDOR - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABCONTACT - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABCONTACTSCORING - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
AB Contact Score Aggregator
Calculates aggregate review scores for ABContacts from submitted ReviewSummaries.
- TC_ABCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create address book contacts
Permission to create a new contact in the address book
- TC_ABCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create address book contacts
Permission to create a new contact in the address book
- TC_ABCREATEPREF - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create address book preferred vendors
Permission to add a preferred vendor to the address book
- TC_ABCREATEPREF - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create address book preferred vendors
Permission to add a preferred vendor to the address book
- TC_ABDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete address book contacts
Permission to delete an existing contact in the address book
- TC_ABDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete address book contacts
Permission to delete an existing contact in the address book
- TC_ABDELETEPREF - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete address book preferred vendors
Permission to delete an existing preferred vendor address book entry
- TC_ABDELETEPREF - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete address book preferred vendors
Permission to delete an existing preferred vendor address book entry
- TC_ABEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit address book contacts
Permission to edit an existing contact in the address book
- TC_ABEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit address book contacts
Permission to edit an existing contact in the address book
- TC_ABEDITPREF - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit address book preferred vendors
Permission to modify an existing preferred vendor address book entry
- TC_ABEDITPREF - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit address book preferred vendors
Permission to modify an existing preferred vendor address book entry
- TC_ABGEOCODE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
AB Geocode Writer
Geocoding ABAddresses queue writer.
- TC_ABLEGALVENUE - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABPERSON - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABPERSONVENDOR - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABPLACE - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABPOLICYCOMPANY - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABPOLICYPERSON - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABSTRACTDATATYPE - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Abstract data type
Rows found in staging table with values that violate rules of an abstract data type
- TC_ABUSERCONTACT - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TC_ABVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View address book contacts
Permission to view the details of contact entries in the address book
- TC_ABVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View address book contacts
Permission to view the details of contact entries in the address book
- TC_ABVIEWMERGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View merge
Permission to view the merge pages
- TC_ABVIEWPENDING - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View pending
Permission to view the pending changes page
- TC_ABVIEWSEARCH - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View address book contact search pages
Permission to search contact entries in the address book
- TC_ABVIEWSEARCH - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View address book contact search pages
Permission to search contact entries in the address book
- TC_AC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ascension Island (247)
247
- TC_ACTAPPROVEANY - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Approve any approval activity
Permission to approve any approval activity even if the activity is assigned to someone else; the approver is still subject to authority limit restrictions
- TC_ACTAPPROVEANY - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Approve any approval activity
Permission to approve any approval activity even if the activity is assigned to someone else; the approver is still subject to authority limit restrictions
- TC_ACTCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create activities
Permission to create new activities
- TC_ACTCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create activities
Permission to create new activities
- TC_ACTEDITUNOWNED - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit unowned activities
Permission to modify (edit/skip/close) activities owned by other users
- TC_ACTEDITUNOWNED - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit unowned activities
Permission to modify (edit/skip/close) activities owned by other users
- TC_ACTIVE - Static variable in class gw.pl.workflow.typekey.WorkflowState
-
Active
Active -- the workflow is running.
- TC_ACTIVITY - Static variable in class gw.pl.activity.typekey.Activity
-
- TC_ACTIVITY - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Activity
Creating Activities
- TC_ACTIVITYCREATION - Static variable in class gw.pl.activity.typekey.StartPointType
-
Activity creation date
Creation date of the activity
- TC_ACTIVITYESC - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Activity Escalation
Activity escalation monitor
- TC_ACTIVITYESC - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Activity Escalation
Activity escalation monitor
- TC_ACTMAKEMAND - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Make activities mandatory
Permission to set whether an activity is mandatory
- TC_ACTMAKEMAND - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Make activities mandatory
Permission to set whether an activity is mandatory
- TC_ACTOWN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Own activity
Permission to own an activity and to see the Desktop Activities page
- TC_ACTOWN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Own activity
Permission to own an activity and to see the Desktop Activities page
- TC_ACTPATCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create activity pattern
Permission to create new activity patterns
- TC_ACTPATCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create activity pattern
Permission to create new activity patterns
- TC_ACTPATDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete activity pattern
Permission to delete activity patterns
- TC_ACTPATDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete activity pattern
Permission to delete activity patterns
- TC_ACTPATEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit activity pattern
Permission to edit activity patterns
- TC_ACTPATEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit activity pattern
Permission to edit activity patterns
- TC_ACTPATVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View activity pattern
Permission to view the list of activity patterns or activity pattern details
- TC_ACTPATVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View activity pattern
Permission to view the list of activity patterns or activity pattern details
- TC_ACTQUEUEASSIGN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Assign activity from queue
Permission to assign an activity from a queue
- TC_ACTQUEUEASSIGN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Assign activity from queue
Permission to assign an activity from a queue
- TC_ACTQUEUENEXT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Get next activity from queue
Permission to get the next activity off of a queue
- TC_ACTQUEUENEXT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Get next activity from queue
Permission to get the next activity off of a queue
- TC_ACTQUEUEPICK - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Pick activity from queue
Permission to pick an activity from a queue
- TC_ACTQUEUEPICK - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Pick activity from queue
Permission to pick an activity from a queue
- TC_ACTRAOWN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Reassign owned activities
Permission to reassign your own activities
- TC_ACTRAOWN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Reassign owned activities
Permission to reassign your own activities
- TC_ACTRAUNOWN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Reassign unowned activities
Permission to reassign activities owned by other users
- TC_ACTRAUNOWN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Reassign unowned activities
Permission to reassign activities owned by other users
- TC_ACTREVIEWASSIGN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Review assignments
Permission to review and approve manually-approved assignables
- TC_ACTREVIEWASSIGN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Review assignments
Permission to review and approve manually-approved assignables
- TC_ACTVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View activities
Permission to view activities
- TC_ACTVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View activities
Permission to view activities
- TC_ACTVIEWALLQUEUES - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View all activity queues
Permission to view all activity queues, even those in other security zones
- TC_ACTVIEWALLQUEUES - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View all activity queues
Permission to view all activity queues, even those in other security zones
- TC_AD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Andorra (376)
376
- TC_ADDCOLUMN - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Add column
Add column statement
- TC_ADDRESS - Static variable in class gw.pl.contact.typekey.Address
-
- TC_ADHOC - Static variable in class gw.pl.database.typekey.DataDistributionType
-
Ad hoc
Ad hoc distribution supplied as input
- TC_ADMINDATACHANGEEXEC - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Execute Data Change
Permission to execute the data change.
- TC_ADMINDATACHANGEEXEC - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Execute Data Change
Permission to execute the data change.
- TC_ADMINDATACHANGEVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Data Change
Permission to view the data change page.
- TC_ADMINDATACHANGEVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Data Change
Permission to view the data change page.
- TC_ADOBE - Static variable in class gw.pl.activity.typekey.ExternalToolType
-
Adobe Acrobat
Adobe Acrobat
- TC_ADR - Static variable in class gw.pl.contact.typekey.VenueType
-
Alternative dispute resolution
Alternative dispute resolution
- TC_ADTVALUESCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
ADT values check
Verifies values are valid for abstract data types
- TC_ADVANCEDATE - Static variable in class gw.pl.datagen.typekey.DataGenActionType
-
AdvanceDate
Advancing all dates field in DB.
- TC_AE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
United Arab Emirates (971)
971
- TC_AF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Afghanistan (93)
93
- TC_AFTERINSERTSELECTS - Static variable in class gw.pl.staging.typekey.LoaderCallbackTimeType
-
After insert/selects into source tables
After insert/selects into source tables
- TC_AG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Antigua and Barbuda (1)
1
- TC_AI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Anguilla (1)
1
- TC_AL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Albania (355)
355
- TC_ALLOW - Static variable in class gw.pl.autosync.typekey.AutoSync
-
Allow
Allow
- TC_ALPVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View authority limit profiles
Permission to view authority limit profiles
- TC_ALPVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View authority limit profiles
Permission to view authority limit profiles
- TC_ALREADY_APPLIED - Static variable in class gw.ab.adressbook.typekey.ContactChangeResolutionConstants
-
Already Applied
Already Applied
- TC_ALTERCOLUMN - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Alter column
Alter table (column) statement
- TC_ALTERTABLEDEGREE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Alter table degree
Alter table degree statement
- TC_AM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Armenia (374)
374
- TC_AN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Netherlands Antilles (599)
599
- TC_ANYTAGCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create contact with any tag
Permission to create a new contact regardless of which tag(s) it has
- TC_ANYTAGCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create contact with any tag
Permission to create a new contact regardless of which tag(s) it has
- TC_ANYTAGDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete contact with any tag
Permission to delete a contact regardless of which tag(s) it has
- TC_ANYTAGDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete contact with any tag
Permission to delete a contact regardless of which tag(s) it has
- TC_ANYTAGEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit contact with any tag
Permission to edit the details of a contact regardless of which tag(s) it has
- TC_ANYTAGEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit contact with any tag
Permission to edit the details of a contact regardless of which tag(s) it has
- TC_ANYTAGVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View contact with any tag
Permission to view the details of a contact regardless of which tag(s) it has
- TC_ANYTAGVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View contact with any tag
Permission to view the details of a contact regardless of which tag(s) it has
- TC_AO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Angola (244)
244
- TC_AP - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Approval Routing
Used to find the user who must approve an approval batch
- TC_APIRUNNABLE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
API Runnable
This indicates that this BatchProcessType is runnable from the API
- TC_APP_SPECIFIC - Static variable in class gw.pl.database.typekey.DataDistributionType
-
App specific
Data distribution provided by the application
- TC_APPROVAL - Static variable in class gw.pl.activity.typekey.ActivityType
-
Approval
Approval
- TC_APPROVAL - Static variable in class gw.pl.history.typekey.HistoryType
-
Approval or Rejection
A referral was approved/rejected
- TC_APPROVAL - Static variable in class gw.pl.parameter.typekey.ComponentType
-
ApprovalEngine
Approval Engine
- TC_APPROVALDENIED - Static variable in class gw.pl.activity.typekey.ActivityType
-
Approval Denied
Approval Denied
- TC_APPROVED - Static variable in class gw.ab.adressbook.typekey.ContactChangeResolutionConstants
-
Approved
Approved
- TC_APPROVED - Static variable in class gw.pl.adressbook.typekey.ContactChangeResolution
-
Approved
Approved
- TC_APPROVED - Static variable in class gw.pl.community.typekey.ApprovalStatus
-
Approved
The entity has been approved
- TC_APPROVED - Static variable in class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
Approved
Approved
- TC_APPROVED - Static variable in class gw.pl.document.typekey.DocumentStatusType
-
Approved
Approved
- TC_APPROVING - Static variable in class gw.pl.document.typekey.DocumentStatusType
-
Approving
Approving
- TC_APPSPECIFICCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Application-specific check
Verifies application-specific relationships in the database
- TC_AR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Argentina (54)
54
- TC_AR - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Archive
Archiving rules
- TC_ARCHIVE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Archiving Item Writer
Identify archiving work and create work items.
- TC_ARCHIVE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Archive objects
Permission to archive objects
- TC_ARCHIVE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Archiving Item Writer
Identify archiving work and create work items.
- TC_ARCHIVE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Archive objects
Permission to archive objects
- TC_ARCHIVED - Static variable in class gw.pl.purge.typekey.ArchiveState
-
Archived
Graph has been archived
- TC_ARRAYREQUIREDMATCH - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Array required match
Verifies that every row in the container has a nonempty array
- TC_AS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
American Samoa (1)
1
- TC_ASSERT - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Assert
Executing Assertions
- TC_ASSIGNABLE - Static variable in class gw.pl.database.typekey.DataDistributionType
-
Assignable_by_date
Distribution of assignable by date
- TC_ASSIGNED - Static variable in class gw.pl.community.typekey.AssignmentStatus
-
Assigned
Entity is assigned; AssignedUserID and AssignedGroupID are both non-null
- TC_ASSIGNENG - Static variable in class gw.pl.parameter.typekey.ComponentType
-
AssignmentEngine
Assignment Engine
- TC_ASSIGNMENTCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Assignment check
Verifies that the database is consistent relative to assignment
- TC_ASSIGNMENTREVIEW - Static variable in class gw.pl.activity.typekey.ActivityType
-
Assignment Review
Assignment Review
- TC_AT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Austria (43)
43
- TC_ATTRMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage attributes
Permission to create, edit, or delete user attributes
- TC_ATTRMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage attributes
Permission to create, edit, or delete user attributes
- TC_ATTRVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View attributes
Permission to view the list of user attributes or attribute details
- TC_ATTRVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View attributes
Permission to view the list of user attributes or attribute details
- TC_ATWORK - Static variable in class gw.pl.community.typekey.VacationStatusType
-
At work
The user is at work
- TC_AU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Australia (61)
61
- TC_AUTH - Static variable in class gw.pl.parameter.typekey.ComponentType
-
AuthenticationManager
Manages users and passwords in the product database
- TC_AUTHOR - Static variable in class gw.pl.note.typekey.SortByRange
-
Author
Sort by Author
- TC_AVAILABLE - Static variable in class gw.ab.addressbook.typekey.VendorAvailabilityType
-
Available
The vendor is available.
- TC_AVAILABLE - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Available
The service is available
- TC_AVAILABLE - Static variable in class gw.pl.workqueue.typekey.WorkItemStatusType
-
Available
Work item that is available to be processed.
- TC_AW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Aruba (297)
297
- TC_AX - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Åland Islands (358)
358
- TC_AZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Azerbaijan (994)
994
- TC_BA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bosnia and Herzegovina (387)
387
- TC_BADASSIGNABLE - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Invalid assignable
Rows found in staging table that violate rules for assignable objects
- TC_BATCH - Static variable in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
Batch
Batch Process running update statistics
- TC_BB - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Barbados (1)
1
- TC_BD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bangladesh (880)
880
- TC_BE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Belgium (32)
32
- TC_BEANVERSIONCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Bean version check
Verifies that the database is consistent relative to bean versions
- TC_BEFOREIDGENERATION - Static variable in class gw.pl.staging.typekey.LoaderCallbackTimeType
-
Before ID generation
Before ID generation
- TC_BEFOREINSERTSELECTS - Static variable in class gw.pl.staging.typekey.LoaderCallbackTimeType
-
Before insert/selects into source tables
Before insert/selects into source tables
- TC_BF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Burkina Faso (226)
226
- TC_BG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bulgaria (359)
359
- TC_BH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bahrain (973)
973
- TC_BI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Burundi (257)
257
- TC_BIT - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
bit
bit
- TC_BJ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Benin (229)
229
- TC_BL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Barthélemy (590)
590
- TC_BM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bermuda (1)
1
- TC_BN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Brunei (673)
673
- TC_BO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bolivia (591)
591
- TC_BOOLEAN - Static variable in class gw.pl.database.typekey.DateBinDataType
-
Boolean
A Boolean column
- TC_BOOLEAN - Static variable in class gw.pl.parameter.typekey.ParameterType
-
Boolean
Boolean
- TC_BOOLEAN - Static variable in class gw.pl.question.typekey.QuestionType
-
Boolean
A question whose answer is Yes or No
- TC_BOOLEANCHECKBOX - Static variable in class gw.pl.question.typekey.QuestionFormat
-
Boolean Checkbox
A boolean yes/no checkbox.
- TC_BOOTSTRAP - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Bootstrap
Bootstrap
- TC_BPPROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_BQ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
BQ (599)
599
- TC_BR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Brazil (55)
55
- TC_BRANCH - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Branch
Executing a Branch (or Timeout, Trigger, etc.)
- TC_BS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bahamas (1)
1
- TC_BT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Bhutan (975)
975
- TC_BULKPURGE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
BulkPurge
Purge records through table updates
- TC_BULKPURGE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
BulkPurge
Purge records through table updates
- TC_BUREAUID - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
Bureau ID
Bureau ID
- TC_BUSINESSCALENDAR - Static variable in class gw.pl.parameter.typekey.ComponentType
-
BusinessCalendar
Business calendar for use in statistics calculations
- TC_BUSINESSDAYS - Static variable in class gw.pl.activity.typekey.IncludeDaysType
-
Business days
The number of business days since the starting point; does not include weekends and holidays
- TC_BUSWKMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage business week
Permission to create, edit, or delete business week
- TC_BUSWKMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage business week
Permission to create, edit, or delete business week
- TC_BUSWKVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View business week
Permission to view the list of business week
- TC_BUSWKVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View business week
Permission to view the list of business week
- TC_BW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Botswana (267)
267
- TC_BY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Belarus (375)
375
- TC_BZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Belize (501)
501
- TC_C - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Closed
Actions to be taken after closing a claim or exposure
- TC_CA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Canada (1)
1
- TC_CACHE - Static variable in class gw.pl.parameter.typekey.ComponentType
-
Cache
Server cache
- TC_CANCELED - Static variable in class gw.pl.activity.typekey.ActivityStatus
-
Canceled
Canceled activity that is still visible to the user
- TC_CANCELING - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
Canceling
a WorkItemSet goes into this state when the user requests that we cease further processing.
- TC_CASE - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Assigned Case
Assigned Case
- TC_CASEINSENSITIVECHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Linguistic search denorm check
Verifies that the linguistic search denorm columns are in sync with the associated source columns
- TC_CC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cocos [Keeling] Islands (61)
61
- TC_CD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Congo - Kinshasa (243)
243
- TC_CELL - Static variable in class gw.pl.platform.typekey.PhoneType
-
Mobile
Mobile
- TC_CF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Central African Republic (236)
236
- TC_CG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Congo - Brazzaville (242)
242
- TC_CH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Switzerland (41)
41
- TC_CHANGECONTACTSUBTYPE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Change Contact Subtype
Permission to change contact subtype
- TC_CHANGECONTACTSUBTYPE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Change Contact Subtype
Permission to change contact subtype
- TC_CHECKCONSTRAINT - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Check constraint
Rows found in staging table that violate a check constraint
- TC_CHECKCONSTRAINTCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Check constraint check
Verifies data is valid relative to check constraints
- TC_CHECKDBSTATE - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Check database state
Check database state for disabled constraints, etc.
- TC_CHECKEDOUT - Static variable in class gw.pl.workqueue.typekey.WorkItemStatusType
-
CheckedOut
Work item that is checked out.
- TC_CHOICE - Static variable in class gw.pl.question.typekey.QuestionType
-
Choice
A multiple-choice question whose answer is an entry in the QuestionChoice table
- TC_CHOICERADIO - Static variable in class gw.pl.question.typekey.QuestionFormat
-
Choice Radio
A radio button of choices.
- TC_CHOICESELECT - Static variable in class gw.pl.question.typekey.QuestionFormat
-
Choice Select
A combo box of choices.
- TC_CI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ivory Coast (225)
225
- TC_CITY - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
City
The Geocoding service was only able to locate the city from the supplied address.
- TC_CK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cook Islands (682)
682
- TC_CL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Chile (56)
56
- TC_CLAIMPARTY - Static variable in class gw.pl.contact.typekey.ContactTagType
-
Claim Party
Claim Party
- TC_CLEANUP - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Clean up
Clean up
- TC_CLIENT - Static variable in class gw.pl.contact.typekey.ContactTagType
-
Client
Client
- TC_CLIENTAPP - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Client Application
Client Application (should not access via UI)
- TC_CLOCK - Static variable in class gw.pl.parameter.typekey.ComponentType
-
DBClock
Database Clock
- TC_CLOSE_MATCH - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
Close match
At least one contact in the Address Book closely matched a given contact.
- TC_CLUSTERCHANNEL - Static variable in class gw.pl.parameter.typekey.ComponentType
-
ClusterChannel
Cluster communication channel
- TC_CM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cameroon (237)
237
- TC_CN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
China (86)
86
- TC_CO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Colombia (57)
57
- TC_COLD - Static variable in class gw.pl.sample.typekey.SampleTheme
-
Cold
Cold color
- TC_COLLECTIONAGENCY - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Collection Agency
Collection Agency
- TC_COLLECTIONAGENCY - Static variable in class gw.pl.contact.typekey.ContactRel
-
Collection Agency
Collection Agency
- TC_COLUMNNULLABILITY - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Change column nullability
Change column nullability statement
- TC_COMPANY - Static variable in class gw.ab.addressbook.typekey.ABContactType
-
Organization
Organization
- TC_COMPANY - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_COMPANYVENDOR - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_COMPLETE - Static variable in class gw.pl.activity.typekey.ActivityStatus
-
Complete
Complete
- TC_COMPLETED - Static variable in class gw.pl.history.typekey.DataChangeStatus
-
Completed
The gosu was executed and did not throw an exception
- TC_COMPLETED - Static variable in class gw.pl.workflow.typekey.WorkflowState
-
Completed
Completed -- the workflow reached one of its Outcomes.
- TC_COMPLETED - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
Completed
all WorkItems have been processed.
- TC_CONFIGURATION - Static variable in class gw.pl.parameter.typekey.ComponentType
-
Configuration
Configuration component
- TC_CONFIRMED - Static variable in class gw.pl.contact.typekey.TaxStatus
-
Confirmed
Known and verified
- TC_CONSISTCHILDREN1 - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Consistent children failure within staging tables
Consistent children failure found within staging tables
- TC_CONSISTCHILDREN2 - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Consistent children failure between staging and sourcetables
Consistent children failure found between staging and source tables
- TC_CONSISTENCYCHECKED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
ConsistencyChecker executed
Custom consistency checks executed after populating staging tables
- TC_CONSISTENTCHILDREN - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Consistent children
Verifies that the consistent children property holds
- TC_CONTACT - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_CONTACTAUTOSYNC - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
ContactAutoSync
Automatically synchronize the local contact that are out of syn and marked 'allow' auto-sync.
- TC_CONTACTAUTOSYNC - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
ContactAutoSync
Automatically synchronize the local contact that are out of syn and marked 'allow' auto-sync.
- TC_CONTACTMERGEDKEPT - Static variable in class gw.ab.history.typekey.CustomHistoryTypeConstants
-
Contact Merged (Kept)
Contact Merged (Kept)
- TC_CONTACTMERGEDRETIRED - Static variable in class gw.ab.history.typekey.CustomHistoryTypeConstants
-
Contact Merged (Retired)
Contact Merged (Retired)
- TC_CONTACTREMOVED - Static variable in class gw.ab.history.typekey.CustomHistoryTypeConstants
-
Contact Removed
Contact Removed
- TC_CONTAINS - Static variable in class gw.pl.database.typekey.StringCriterionMode
-
Contains
Useful in flagging whether String restrictions should be implemented with compareContains.
- TC_COPYTOSHADOWTABLES - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Copy contents to shadow tables
Copy contents of source tables to shadow tables
- TC_COUNTRY - Static variable in class gw.pl.geodata.zone.typekey.ZoneType
-
Country
Country
- TC_COUNTY - Static variable in class gw.pl.community.typekey.RegionType
-
County
County
- TC_COUNTY - Static variable in class gw.pl.contact.typekey.VenueType
-
County
County
- TC_CR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Costa Rica (506)
506
- TC_CREATEFK - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Create foreign key
Create foreign key statement
- TC_CREATEINDEX - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Create index
Create index statement
- TC_CREATEPK - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Create primary key
Create primary key statement
- TC_CREATETABLE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Create table
Create table statement
- TC_CREATEUPDATEOP - Static variable in class gw.pl.addressbook.typekey.UpdateOp
-
- TC_CREDIT - Static variable in class gw.pl.accounting.typekey.LedgerSide
-
Credit
Credit
- TC_CTCCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create local contacts
Permission to create a new local contact
- TC_CTCCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create local contacts
Permission to create a new local contact
- TC_CTCEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit local contacts
Permission to edit an existing local contact
- TC_CTCEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit local contacts
Permission to edit an existing local contact
- TC_CTCVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View local contacts
Permission to view and search local contact entries
- TC_CTCVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View local contacts
Permission to view and search local contact entries
- TC_CU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cuba (53)
53
- TC_CURRENTLYPAUSED - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
Paused
the WorkItemSet is currently paused
- TC_CURRENTLYSTARTING - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
Starting
the WorkItemSet is currently starting up
- TC_CURRENTLYSTUCK - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
Stuck
the WorkItemSet appears to be stuck.
- TC_CUSTOM - Static variable in class gw.pl.history.typekey.HistoryType
-
Custom
A custom history event happened; see CustomType for details
- TC_CUSTOMCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Custom check
Custom consistency check declared in a data model file
- TC_CUSTOMPOSTUPGRADE - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Customer Post-Upgrade version triggers
Execute customer post-upgrade steps defined in IDatamodelUpgrade plugin
- TC_CUSTOMPREUPGRADE - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Customer Pre-Upgrade version triggers
Execute customer pre-upgrade steps defined in IDatamodelUpgrade plugin
- TC_CUSTOMVERSIONCHECKS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Customer Version Checks
Execute customer checks to determine whether to proceed with upgrade
- TC_CV - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cape Verde (238)
238
- TC_CW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Curaçao (599)
599
- TC_CX - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Christmas Island (61)
61
- TC_CY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cyprus (357)
357
- TC_CZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Czech Republic (420)
420
- TC_DATADISTRIBUTION - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Data Distribution
Data distribution for the database
- TC_DATADISTRIBUTION - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Data Distribution
Data distribution for the database
- TC_DATAGEN - Static variable in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
Datagen
Datagen running update statistics
- TC_DATE - Static variable in class gw.pl.note.typekey.SortByRange
-
Date
Sort by Date
- TC_DATE - Static variable in class gw.pl.question.typekey.QuestionType
-
Date
A question whose answer is a Date
- TC_DATEFIELD - Static variable in class gw.pl.question.typekey.QuestionFormat
-
Date Field
A Date picker.
- TC_DATETIME - Static variable in class gw.pl.parameter.typekey.ParameterType
-
Datetime
Date/Time
- TC_DATETIME - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
datetime
datetime
- TC_DATETIMEORDERINGCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Datetime ordering check
Verifies data is valid relative to datetime orderings
- TC_DB - Static variable in class gw.pl.parameter.typekey.ComponentType
-
Database
Database
- TC_DB2TABLES - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
DB2 Tables
Storage info for DB2 Tables
- TC_DBCONSISTENCYCHECK - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Database Consistency Check
Database consistency checks
- TC_DBCONSISTENCYCHECK - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Database Consistency Check
Database consistency checks
- TC_DBPARAMETERS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Persist database parameters
Persist database parameters
- TC_DBSPACEAFTER - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Capture database space after
Capture database space info after upgrade
- TC_DBSPACEBEFORE - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Capture database space before
Capture database space info before upgrade
- TC_DBSTATS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Database Statistics
Database statistics
- TC_DBSTATS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Database Statistics
Database statistics
- TC_DBSTATSUPDATED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Database statistics updated on staging tables
Database statistics updated on staging tables
- TC_DE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Germany (49)
49
- TC_DE_DE - Static variable in class gw.pl.community.typekey.LocaleType
-
Germany (German)
Germany (German)
- TC_DEBIT - Static variable in class gw.pl.accounting.typekey.LedgerSide
-
Debit
Debit
- TC_DEBUGTOOLS - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Always access debug tools
Permission to access debug tools, even when they are disabled by a configuration parameter
- TC_DEBUGTOOLS - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Always access debug tools
Permission to access debug tools, even when they are disabled by a configuration parameter
- TC_DECIMAL - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
decimal
decimal
- TC_DEDUCTION - Static variable in class gw.pl.parameter.typekey.ComponentType
-
DeductionEngine
Deduction Engine
- TC_DEFAULT - Static variable in class gw.pl.community.typekey.UserAttributeType
-
Default
Default
- TC_DEFAULTOWNER - Static variable in class gw.pl.community.typekey.SystemUserType
-
default owner
A special user that accepts failed or unresolved assignments
- TC_DEFERREDUPGRADETASKS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
DeferredUpgradeTasks
Execute database upgrade tasks that were deferred
- TC_DEFERREDUPGRADETASKS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
DeferredUpgradeTasks
Execute database upgrade tasks that were deferred
- TC_DELETE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Delete
Delete statement
- TC_DELETEDBSTATS - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Delete db statistics
Delete db statistics statement
- TC_DELETEUPDATEOP - Static variable in class gw.pl.addressbook.typekey.UpdateOp
-
- TC_DISABLEIDENTITYINSERT - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Disable identity insert
Disable identity insert statement
- TC_DISALLOW - Static variable in class gw.pl.autosync.typekey.AutoSync
-
Disallow
Disallow
- TC_DISCARDED - Static variable in class gw.pl.history.typekey.DataChangeStatus
-
Discard
The gosu was discarded without being run
- TC_DJ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Djibouti (253)
253
- TC_DK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Denmark (45)
45
- TC_DM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Dominica (1)
1
- TC_DO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Dominican Republic (1)
1
- TC_DOCCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create documents
Permission to add documents
- TC_DOCCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create documents
Permission to add documents
- TC_DOCDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete documents
Permission to remove documents
- TC_DOCDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete documents
Permission to remove documents
- TC_DOCEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit documents
Permission to edit documents
- TC_DOCEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit documents
Permission to edit documents
- TC_DOCMODIFYALL - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Modify all documents
Permission to edit or delete all documents, regardless of the permissions set on the individual documents
- TC_DOCMODIFYALL - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Modify all documents
Permission to edit or delete all documents, regardless of the permissions set on the individual documents
- TC_DOCVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View documents
Permission to view documents
- TC_DOCVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View documents
Permission to view documents
- TC_DOCVIEWALL - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View all documents
Permission to view all documents, regardless of the permissions set on the individual documents
- TC_DOCVIEWALL - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View all documents
Permission to view all documents, regardless of the permissions set on the individual documents
- TC_DOLID - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
Dept of Labor ID
Dept of Labor ID
- TC_DRAFT - Static variable in class gw.ab.addressbook.typekey.VendorServicesLoadStatus
-
Draft
Needs Review
- TC_DRAFT - Static variable in class gw.pl.document.typekey.DocumentStatusType
-
Draft
Draft
- TC_DROPCOLUMN - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Drop column
Drop column statement
- TC_DROPFK - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Drop foreign key
Drop foreign key statement
- TC_DROPINDEX - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Drop index
Drop index statement
- TC_DROPPK - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Drop primary key
Drop primary key statement
- TC_DROPSEQUENCE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Drop sequence
Drop sequence statement
- TC_DROPTABLE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Drop table
Drop table statement
- TC_DTORDERING - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Date time ordering
Rows found in staging table that violate a date time ordering
- TC_DUNS - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
Dun & Bradstreet Number
Dun & Bradstreet Number
- TC_DUPLICATECONTACTS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Duplicate Contacts Finder
Finds new duplicate contacts and creates a browsable list of said contacts.
- TC_DZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Algeria (213)
213
- TC_E - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Exception
Exception rules
- TC_EC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ecuador (593)
593
- TC_EDGEFKNONNULLCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Edge foreign key non-null check
Verifies that non-nullable edge foreign key relationships have one referring entity
- TC_EDGEFOREIGNKEY - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Non-nullable edge foreign key
Not exactly one row found in table for non-nullable edge foreign key relationships
- TC_EE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Estonia (372)
372
- TC_EFFDATEDREGISTRYCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Effdated registry check
Verifies that an effdated table appears in the effdated registry of all referenced branches
- TC_EG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Egypt (20)
20
- TC_ELAPSED - Static variable in class gw.pl.activity.typekey.IncludeDaysType
-
Calendar days
The number of calendar days elapsed since the starting point; includes all weekends and holidays
- TC_EM - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Event Message
Rules for generating integration event messages
- TC_EMPLOYEE - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Employee
Employee of an employer
- TC_EMPLOYER - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Employer
Employer
- TC_EMPLOYER - Static variable in class gw.pl.contact.typekey.ContactRel
-
Employer
Employer
- TC_EN_AU - Static variable in class gw.pl.community.typekey.LocaleType
-
Australia (English)
Australia (English)
- TC_EN_CA - Static variable in class gw.pl.community.typekey.LocaleType
-
Canada (English)
Canada (English)
- TC_EN_GB - Static variable in class gw.pl.community.typekey.LocaleType
-
Great Britain (English)
Great Britain (English)
- TC_EN_US - Static variable in class gw.pl.community.typekey.LocaleType
-
United States (English)
United States (English)
- TC_ENABLEIDENTITYINSERT - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Enable identity insert
Enable identity insert statement
- TC_ENCRYPTDECRYPT - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Encrypt or decrypt existing data
Encrypt or decrypt existing data
- TC_ENTER - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Enter
Executing an Enter block
- TC_ENTEREDRANGE - Static variable in class gw.pl.custom.typekey.DateSearchType
-
Enter Dates
An entered range
- TC_EQUALS - Static variable in class gw.pl.database.typekey.StringCriterionMode
-
Equals
Useful in flagging whether String restrictions should be implemented with compareEquals.
- TC_ER - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Eritrea (291)
291
- TC_ERROR - Static variable in class gw.pl.validation.typekey.ValidationIssueType
-
Error
A validation error
- TC_ERROR - Static variable in class gw.pl.workflow.typekey.WorkflowState
-
Error
The workflow encountered an exception while running, so the it has been paused until the error is fixed.
- TC_ERRORCLEARED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Error table cleared
Error table cleared
- TC_ERRORCLEARED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Error table cleared
Error table cleared
- TC_ES - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Spain (34)
34
- TC_ESCALATION - Static variable in class gw.pl.parameter.typekey.ComponentType
-
EscalationManager
Escalation Manager
- TC_ESTIMATEDBSTATISTICS - Static variable in class gw.pl.staging.typekey.LoadStepType
-
DB statistics updated with estimates for source tables
DB statistics updated with estimates for source tables
- TC_ET - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ethiopia (251)
251
- TC_ETL_NOT_APPLICABLE - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Not Applicable
NOT APPLICABLE
- TC_ETL_NOT_FOUND - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Not Found
NOT FOUND
- TC_ETL_RECORD_NOT_FOUND - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Record Not Found
RECORD NOT FOUND
- TC_ETL_UNKNOWN - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Unknown
UNKNOWN
- TC_EVENT - Static variable in class gw.pl.activity.typekey.ActivityClass
-
Event
Event
- TC_EVENTCENTER - Static variable in class gw.pl.parameter.typekey.ComponentType
-
EventCenter
Handles sending of remote events
- TC_EVENTDISPATCHER - Static variable in class gw.pl.parameter.typekey.ComponentType
-
EventDispatcher
Receives sync events and generates messages
- TC_EXACT - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
Exact
The Geocoding service was able to find an exact match for the supplied address.
- TC_EXCLUDEDDELETED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Excluded rows deleted
Excluded rows deleted from staging tables
- TC_EXCLUDEDDELETED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Excluded rows deleted
Excluded rows deleted from staging tables
- TC_EXCLUSIONCLEARED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Exclusion table cleared
Exclusion table cleared
- TC_EXCLUSIONCLEARED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Exclusion table cleared
Exclusion table cleared
- TC_EXCLUSIONPOP - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Exclusion table populated
Exclusion table populated with failed rows from error table
- TC_EXCLUSIONPOP - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Exclusion table populated
Exclusion table populated with failed rows from error table
- TC_EXCLUSIVE - Static variable in class gw.pl.contact.typekey.ContactRelCons
-
Exclusive
Exclusive
- TC_EXECUTESTEPS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Execute steps
Execute steps
- TC_EXECUTING - Static variable in class gw.pl.history.typekey.DataChangeStatus
-
Executing
The gosu is being executed
- TC_EXIT - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Exit
Executing an Exit block
- TC_EXTCONTACTSRCHRESULT - Static variable in class gw.pl.custom.typekey.SearchResult
-
- TC_EXTERNAL - Static variable in class gw.pl.database.typekey.EntitySourceType
-
External
Search/fetch should be performed against some remote system via a plugin
- TC_F - Static variable in class gw.pl.community.typekey.GenderType
-
Female
Female
- TC_FAILED - Static variable in class gw.pl.contact.typekey.ProximitySearchStatus
-
Failed
This category includes the following geocode status: failure
- TC_FAILED - Static variable in class gw.pl.datagen.typekey.DataGenStatusType
-
Failed
Action failed.
- TC_FAILED - Static variable in class gw.pl.history.typekey.DataChangeStatus
-
Failed
The gosu was executed but threw an exception
- TC_FAILED - Static variable in class gw.pl.workqueue.typekey.WorkItemStatusType
-
Failed
Work item that exceeded the maximum number of allowed retries.
- TC_FAILED_MDDM - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Multiple Different Definitive Matches
The link failed because there were multiple definitive matches that were all different.
- TC_FAILED_NIS - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Not In Sync
The save failed because the contact is not in sync with the Address Book.
- TC_FAILED_NME - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure No Matches Exist
The link failed because no definitive match was found.
- TC_FAILED_PINF - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Public ID Not Found
The save failed because no Address Book entry with the given public ID was found.
- TC_FAILED_PME - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Potential Matches Exist
The link failed because no definitive match was found, but potential matches exist.
- TC_FAILED_SE - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Address Book Exception
An exception was thrown by the Address Book
- TC_FAILED_URC - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Unlinked Related Contacts
The save failed because the contact has unlinked related contacts.
- TC_FAILED_VE - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Failure Validation Errors
The save failed becuase there were validation errors.
- TC_FAILEDCOMMIT - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Failed Commit
The store or retrieve failed to commit
- TC_FAILEDIMPORT - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Failed Import
The retrieve failed to import
- TC_FAILEDPRESTORE - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Failed Prestore
Something after the prepare call and before the store call failed
- TC_FAILEDSTORE - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Failed Store
The store failed
- TC_FAILEDUPGRADE - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Failed Upgraded
The retrieve failed to upgrade
- TC_FAILURE - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Failure
The last attempt to archive failed
- TC_FAILURE - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
Failure
The Geocoding service was unable to geocode the address.
- TC_FAX - Static variable in class gw.pl.platform.typekey.PhoneType
-
Fax
Fax
- TC_FED - Static variable in class gw.pl.contact.typekey.VenueType
-
Federal
Federal
- TC_FEIN - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
FEIN
Federal Employer Identification Number
- TC_FF0000 - Static variable in class gw.pl.sample.typekey.PrimaryColor
-
Red
Red
- TC_FF0000 - Static variable in class gw.pl.sample.typekey.SampleColor
-
Red
Red
- TC_FF00FF - Static variable in class gw.pl.sample.typekey.SampleColor
-
Magenta
Magenta
- TC_FF8040 - Static variable in class gw.pl.sample.typekey.SampleColor
-
Orange
Orange
- TC_FFFFFF - Static variable in class gw.pl.sample.typekey.SampleColor
-
White (retired)
White (retired)
- TC_FI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Finland (358)
358
- TC_FIELDCHANGEUPDATEOP - Static variable in class gw.pl.addressbook.typekey.UpdateOp
-
- TC_FIELDVALIDATION - Static variable in class gw.pl.validation.old.typekey.ValidationIssue
-
- TC_FILED - Static variable in class gw.pl.document.typekey.DocumentStatusType
-
Filed
Filed
- TC_FINAL - Static variable in class gw.ab.addressbook.typekey.VendorServicesLoadStatus
-
Final
Reviewed/Approved
- TC_FINAL - Static variable in class gw.pl.document.typekey.DocumentStatusType
-
Final
Final
- TC_FINANCIALCRITERION - Static variable in class gw.pl.custom.typekey.FinancialCriterion
-
- TC_FINISH - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Finish
Executing a Finish block
- TC_FJ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Fiji (679)
679
- TC_FK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Falkland Islands (500)
500
- TC_FKCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Foreign key check
Verifies foreign key references when RI is not enforced in the database
- TC_FKSUBTYPECHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Foreign key subtype check
Verifies foreign key reference to a subtype is to correct subtype
- TC_FM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Micronesia (691)
691
- TC_FO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Faroe Islands (298)
298
- TC_FOOT - Static variable in class gw.pl.contact.typekey.UnitOfDistance
-
Foot
Foot
- TC_FOREIGNKEY - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Invalid foreign key
Rows found in table with invalid values for a foreign key column
- TC_FOREIGNKEYNONADMIN - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Invalid foreign key to non-admin row
Rows found in table with foreign key references to existing row in a non-admin table when only existing rows in admin tables can be referenced
- TC_FOREIGNKEYSUB - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Foreign references incorrect subtype
Rows found in table with foreign key references to incorrect subtype
- TC_FR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
France (33)
33
- TC_FR_CA - Static variable in class gw.pl.community.typekey.LocaleType
-
Canada (French)
Canada (French)
- TC_FR_FR - Static variable in class gw.pl.community.typekey.LocaleType
-
France (French)
France (French)
- TC_FRIDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Friday
Friday
- TC_FROMLIST - Static variable in class gw.pl.assignment.typekey.AssignmentSelectionType
-
FromList
FromList
- TC_FROMLIST - Static variable in class gw.pl.custom.typekey.DateSearchType
-
List
Selected from a list
- TC_FROMSEARCH - Static variable in class gw.pl.assignment.typekey.AssignmentSelectionType
-
FromSearch
FromSearch
- TC_FS - Static variable in class gw.pl.parameter.typekey.ComponentType
-
Filesystem
Filesystem
- TC_GA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Gabon (241)
241
- TC_GB - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
United Kingdom (44)
44
- TC_GD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Grenada (1)
1
- TC_GE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Georgia (995)
995
- TC_GENERAL - Static variable in class gw.pl.activity.typekey.ActivityType
-
General
General
- TC_GENERAL - Static variable in class gw.pl.calendar.typekey.HolidayTagCode
-
General
General
- TC_GENERAL - Static variable in class gw.pl.contact.typekey.ContactClass
-
Basic
Basic contact with no specific classification
- TC_GENERAL - Static variable in class gw.pl.contact.typekey.ReviewCategory
-
General
A default category for general questions.
- TC_GENERAL - Static variable in class gw.pl.note.typekey.NoteTopicType
-
General
General
- TC_GENERALVALIDATION - Static variable in class gw.pl.validation.old.typekey.ValidationIssue
-
- TC_GENERIC - Static variable in class gw.pl.platform.typekey.PhoneType
-
Generic
Generic
- TC_GENSTEPS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Generate steps
Generate steps
- TC_GEOCODE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Geocode Writer
Geocoding Addresses queue writer.
- TC_GEOCODE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Geocode Writer
Geocoding Addresses queue writer.
- TC_GF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
French Guiana (594)
594
- TC_GG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guernsey (44)
44
- TC_GH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ghana (233)
233
- TC_GI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Gibraltar (350)
350
- TC_GL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Greenland (299)
299
- TC_GM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Gambia (220)
220
- TC_GN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guinea (224)
224
- TC_GP - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guadeloupe (590)
590
- TC_GQ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Equatorial Guinea (240)
240
- TC_GR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Greece (30)
30
- TC_GROUP - Static variable in class gw.pl.assignment.typekey.AssignmentSearchType
-
Group
Group
- TC_GROUP - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
group
Group
- TC_GROUPCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create groups
Permission to create groups
- TC_GROUPCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create groups
Permission to create groups
- TC_GROUPDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete groups
Permission to delete groups
- TC_GROUPDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete groups
Permission to delete groups
- TC_GROUPEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit groups
Permission to edit groups
- TC_GROUPEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit groups
Permission to edit groups
- TC_GROUPEXCEPTION - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Group Exception
Group exception Monitor
- TC_GROUPEXCEPTION - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Group Exception
Group exception Monitor
- TC_GROUPTREEVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View group tree
Permission to see the user/group tree on the Administration tab
- TC_GROUPTREEVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View group tree
Permission to see the user/group tree on the Administration tab
- TC_GROUPVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View groups
Permission to view details of a group
- TC_GROUPVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View groups
Permission to view details of a group
- TC_GT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guatemala (502)
502
- TC_GU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guam (1)
1
- TC_GUARDIAN - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Parent / Guardian
Parent of a child or Guardian of a ward.
- TC_GUARDIAN - Static variable in class gw.pl.contact.typekey.ContactRel
-
Parent / Guardian
Parent of a child or Guardian of a ward.
- TC_GW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guinea-Bissau (245)
245
- TC_GY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Guyana (592)
592
- TC_HIGH - Static variable in class gw.pl.activity.typekey.Priority
-
High
High priority - should be addressed before normal activities
- TC_HISTOGRAM - Static variable in class gw.pl.upgrader.typekey.TableUpdateStatsType
-
Histogram
Histogram Update Statistics Statements
- TC_HISTORY - Static variable in class gw.pl.history.typekey.History
-
- TC_HK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Hong Kong SAR China (852)
852
- TC_HN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Honduras (504)
504
- TC_HOLIDAYMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage holidays
Permission to create, edit, and delete holidays
- TC_HOLIDAYMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage holidays
Permission to create, edit, and delete holidays
- TC_HOLIDAYVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View holidays
Permission to view a list of holidays or holiday details
- TC_HOLIDAYVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View holidays
Permission to view a list of holidays or holiday details
- TC_HOME - Static variable in class gw.pl.contact.typekey.PrimaryPhoneType
-
Home
Home
- TC_HOME - Static variable in class gw.pl.platform.typekey.PhoneType
-
Home
Home
- TC_HR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Croatia (385)
385
- TC_HT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Haiti (509)
509
- TC_HU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Hungary (36)
36
- TC_ID - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Indonesia (62)
62
- TC_IDSGENERATED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
IDs generated for staging tables
IDs generated for staging tables
- TC_IE - Static variable in class gw.pl.activity.typekey.ExternalToolType
-
Microsoft Internet Explorer
Microsoft Internet Explorer
- TC_IE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ireland (353)
353
- TC_IL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Israel (972)
972
- TC_IM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Isle of Man (44)
44
- TC_IMPLAUSIBLE_MATCH - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
Implausible match
A definitive match was found, but the contact does not match in terms of potential match fields.
- TC_IN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
India (91)
91
- TC_IN_SYNC - Static variable in class gw.pl.contact.typekey.ContactLinkStatusType
-
In sync
The Contact is in sync with the associated Address Book Contact.
- TC_INACTIVE - Static variable in class gw.pl.community.typekey.VacationStatusType
-
On vacation (Inactive)
The user is not available
- TC_INBOUNDHISTORY - Static variable in class gw.pl.profiler.typekey.InboundHistory
-
- TC_INCOMPATIBLE_TYPE - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
Incompatible type match
A definitive match was found, but its type is incompatible with the type of the candidate contact.
- TC_INDEX - Static variable in class gw.pl.upgrader.typekey.TableUpdateStatsType
-
Index
Index Update Statistics Statements
- TC_INITIALIZE - Static variable in class gw.pl.datagen.typekey.DataGenActionType
-
Initialize
Initialize DB.
- TC_INPROGRESS - Static variable in class gw.pl.datagen.typekey.DataGenStatusType
-
InProgress
Action in progress.
- TC_INSERT - Static variable in class gw.pl.database.typekey.OraSQLTuningSetCaptureOpt
-
INSERT
Insert new statements
- TC_INSERT - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Insert
Insert statement
- TC_INSERTSELECTS - Static variable in class gw.pl.staging.typekey.LoadStepType
-
INSERT SELECTs executed
INSERT SELECTs from staging to source tables executed
- TC_INTEGADMIN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Administer integration
Permission to administer integration events
- TC_INTEGADMIN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Administer integration
Permission to administer integration events
- TC_INTEGER - Static variable in class gw.pl.parameter.typekey.ParameterType
-
Integer
Integer
- TC_INTEGER - Static variable in class gw.pl.question.typekey.QuestionType
-
Integer
A question whose answer is an Integer
- TC_INTEGER - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
integer
integer
- TC_INTEGERFIELD - Static variable in class gw.pl.question.typekey.QuestionFormat
-
Integer Field
A simple integer field.
- TC_INTEGRITYCHECKED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Integrity of staging tables checked
Integrity of staging tables checked
- TC_INTEGRITYCHECKED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Integrity of staging tables checked
Integrity of staging tables checked (Entire phase)
- TC_INTEGRITYEXECUTED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Integrity check queries executed
Integrity check queries checks executed
- TC_INTERNAL - Static variable in class gw.pl.contact.typekey.ContactSearchType
-
Address Book
Address Book
- TC_INTERNAL - Static variable in class gw.pl.database.typekey.EntitySourceType
-
Internal
Search/fetch should be performed internally against the local database
- TC_INTERNAL - Static variable in class gw.pl.workflow.typekey.WorkflowHandler
-
Internal
Handled by Guidewire's internal Workflow engine
- TC_INTERNALTOOLS - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
All internal tools
Permission to access all Internal Tools
- TC_INTERNALTOOLS - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
All internal tools
Permission to access all Internal Tools
- TC_INVOKETRIGGER - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
Invoke Trigger
Invoke a trigger on the workflow
- TC_IO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
British Indian Ocean Territory (246)
246
- TC_IQ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Iraq (964)
964
- TC_IR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Iran (98)
98
- TC_IS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Iceland (354)
354
- TC_IT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Italy (39)
39
- TC_JA_JP - Static variable in class gw.pl.community.typekey.LocaleType
-
Japan (Japanese)
Japan (Japanese)
- TC_JE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Jersey (44)
44
- TC_JM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Jamaica (1)
1
- TC_JMXAGENT - Static variable in class gw.pl.parameter.typekey.ComponentType
-
JMXAgent
Manages an MBeanServer and JMX adaptors
- TC_JO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Jordan (962)
962
- TC_JOINTABLECHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Join table check
Verifies data is valid relative to jointable declarations
- TC_JP - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Japan (81)
81
- TC_KE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Kenya (254)
254
- TC_KG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Kyrgyzstan (996)
996
- TC_KH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cambodia (855)
855
- TC_KI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Kiribati (686)
686
- TC_KILOMETER - Static variable in class gw.pl.contact.typekey.UnitOfDistance
-
Kilometer
Kilometer
- TC_KM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Comoros (269)
269
- TC_KN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Kitts and Nevis (1)
1
- TC_KP - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
North Korea (850)
850
- TC_KR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
South Korea (82)
82
- TC_KW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Kuwait (965)
965
- TC_KY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Cayman Islands (1)
1
- TC_KZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Kazakhstan (7)
7
- TC_L - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Loaded
Rules executed on a imported claim
- TC_LA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Laos (856)
856
- TC_LB - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Lebanon (961)
961
- TC_LC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Lucia (1)
1
- TC_LCAFTERINSERTSELECT - Static variable in class gw.pl.staging.typekey.LoadStepType
-
LoaderCallback after execution of insert/selects
LoaderCallbacks executed after insert/selects into source tables
- TC_LCBEFOREIDGENERATION - Static variable in class gw.pl.staging.typekey.LoadStepType
-
LoaderCallback before id generation
LoaderCallbacks executed before id generation
- TC_LCBEFOREINSERTSELECT - Static variable in class gw.pl.staging.typekey.LoadStepType
-
LoaderCallback before execution of insert/selects
LoaderCallbacks executed before insert/selects into source tables
- TC_LEGALVENUE - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_LI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Liechtenstein (423)
423
- TC_LIFECYCLEMGR - Static variable in class gw.pl.parameter.typekey.ComponentType
-
EntityLifecycleManager
Manages entity lifecycle rulesets
- TC_LK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Sri Lanka (94)
94
- TC_LOADER - Static variable in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
Loader
Loader running update statistics
- TC_LOADFACTORADMIN - Static variable in class gw.pl.community.typekey.LoadFactorType
-
Admin
User can view and modify the load factor levels of other users in the group
- TC_LOADFACTORVIEW - Static variable in class gw.pl.community.typekey.LoadFactorType
-
View
User can view the load factor levels of other users in the group
- TC_LOADSAVE - Static variable in class gw.pl.validation.typekey.ValidationLevel
-
Load and save
Load and save
- TC_LOCALIZEDCOLUMNCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Localized column check
Verifies required localized columns have values for all languages
- TC_LONGTEXT - Static variable in class gw.pl.parameter.typekey.ParameterType
-
LongText
String (clob)
- TC_LOW - Static variable in class gw.pl.activity.typekey.Priority
-
Low
Low - needs to be addressed eventually but there is no urgency
- TC_LR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Liberia (231)
231
- TC_LS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Lesotho (266)
266
- TC_LT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Lithuania (370)
370
- TC_LU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Luxembourg (352)
352
- TC_LV - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Latvia (371)
371
- TC_LVPRINT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Print listviews
Permission to print listviews
- TC_LVPRINT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Print listviews
Permission to print listviews
- TC_LY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Libya (218)
218
- TC_M - Static variable in class gw.pl.community.typekey.GenderType
-
Male
Male
- TC_MA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Morocco (212)
212
- TC_MAINTENANCEONLY - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
Maintenance Only
This indicates that this BatchProcessType is only runnable while the server is at maintenance run level
- TC_MANAGELDFCTRS - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage load factors
Permission to modify the load factors on all users and groups
- TC_MANAGELDFCTRS - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage load factors
Permission to modify the load factors on all users and groups
- TC_MANUAL - Static variable in class gw.pl.community.typekey.AssignmentStatus
-
Manual
Entity is waiting to be manually assigned or reviewed; a non-null AssignedUserID means pending review
- TC_MANUALLY - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Manually Flagged
The service was manually flaged unavailable
- TC_MAXKEYCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Max key check
Verifies data in max key table is in synch with table
- TC_MC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Monaco (377)
377
- TC_MD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Moldova (373)
373
- TC_MDPROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_ME - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Montenegro (382)
382
- TC_MERGE - Static variable in class gw.pl.database.typekey.OraSQLTuningSetCaptureOpt
-
MERGE
Both insert new staements and update existing statements
- TC_MERGE - Static variable in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
Merge
Change made by merging forward change
- TC_MERGE_NEW_FORWARD - Static variable in class gw.pl.database.typekey.MergeConflictStrategy
-
Merge new back-dated value forward
Strategy that merges the new value with an earlier effective date forward.
- TC_METER - Static variable in class gw.pl.contact.typekey.UnitOfDistance
-
Meter
Meter
- TC_MF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Martin (590)
590
- TC_MG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Madagascar (261)
261
- TC_MH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Marshall Islands (692)
692
- TC_MILE - Static variable in class gw.pl.contact.typekey.UnitOfDistance
-
Mile
International statute mile
- TC_MK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Macedonia (389)
389
- TC_ML - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mali (223)
223
- TC_MM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Myanmar [Burma] (95)
95
- TC_MN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mongolia (976)
976
- TC_MO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Macau SAR China (853)
853
- TC_MOBILE - Static variable in class gw.pl.contact.typekey.PrimaryPhoneType
-
Mobile
Mobile
- TC_MONDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Monday
Monday
- TC_MONETARYAMOUNT - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
MonetaryAmount inconsistent
One or the other of the amount and currency column for a monetary amount contains null when the other does not.
- TC_MONEY - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
money
money
- TC_MONTHLYFREQUENCY - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
monthlyfrequency
monthlyfrequency
- TC_MP - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Northern Mariana Islands (1)
1
- TC_MQ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Martinique (596)
596
- TC_MR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mauritania (222)
222
- TC_MS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Montserrat (1)
1
- TC_MSDMVREPORT - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Microsoft DMV Report
Microsoft database DMV performance report generation
- TC_MSDMVREPORT - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Microsoft DMV Report
Microsoft database DMV performance report generation
- TC_MT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Malta (356)
356
- TC_MU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mauritius (230)
230
- TC_MUNI - Static variable in class gw.pl.contact.typekey.VenueType
-
Municipal
Municipal
- TC_MV - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Maldives (960)
960
- TC_MW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Malawi (265)
265
- TC_MX - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mexico (52)
52
- TC_MY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Malaysia (60)
60
- TC_MZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mozambique (258)
258
- TC_NA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Namibia (264)
264
- TC_NC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
New Caledonia (687)
687
- TC_NCCIID - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
Bureau ID
Bureau ID
- TC_NE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Niger (227)
227
- TC_NEW_MERGED_FORWARD - Static variable in class gw.pl.database.typekey.MergeConflictResolution
-
New value merged forward
The new value (with an earlier effective date) was merged forward.
- TC_NF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Norfolk Island (672)
672
- TC_NG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Nigeria (234)
234
- TC_NI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Nicaragua (505)
505
- TC_NL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Netherlands (31)
31
- TC_NO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Norway (47)
47
- TC_NO_CONFLICT - Static variable in class gw.pl.database.typekey.MergeConflictResolution
-
No conflict
No merge conflict detected.
- TC_NO_MATCH - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
No match
No match was found.
- TC_NOMATCHLVQUERY - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Verify query returns 0 rows
Rows found in staging table by query that should return 0 rows
- TC_NONE - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
None
An Address has never been submitted for geocoding.
- TC_NONEXCLUDEDDELETED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Non-excluded rows deleted
Non-excluded rows deleted from staging tables
- TC_NONEXCLUDEDDELETED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Non-excluded rows deleted
Non-excluded rows deleted from staging tables
- TC_NONNEGATIVEINTEGER - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
nonnegativeinteger
nonnegativeinteger
- TC_NONNEGATIVEMONEY - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
nonnegativemoney
nonnegativemoney
- TC_NONULL - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Null in non-nullable column
Rows found in table with null values for one or more non-nullable columns in the source table
- TC_NONULLSUBTYPE - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Null in non-nullable column for subtype
Rows found in table with null values for one or more non-nullable columns for the subtype in the source table
- TC_NORMAL - Static variable in class gw.pl.activity.typekey.Priority
-
Normal
Normal
- TC_NOT_APPLICABLE - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Not Applicable
NOT APPLICABLE
- TC_NOT_FOUND - Static variable in class gw.pl.contact.typekey.ContactLinkStatusType
-
Not found
No associated Address Book Contact found.
- TC_NOT_FOUND - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Not Found
NOT FOUND
- TC_NOTCONFIG - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Not Configured
The service has not been configured
- TC_NOTECREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create notes
Permission to add notes
- TC_NOTECREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create notes
Permission to add notes
- TC_NOTEDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete notes
Permission to remove notes
- TC_NOTEDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete notes
Permission to remove notes
- TC_NOTEEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit note
Permission to edit the notes
- TC_NOTEEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit note
Permission to edit the notes
- TC_NOTEEDITBODY - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit note body
Permission to edit the body of notes
- TC_NOTEEDITBODY - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit note body
Permission to edit the body of notes
- TC_NOTENABLED - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Not Enabled
archiving has not been enabled
- TC_NOTEVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View notes
Permission to view notes
- TC_NOTEVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View notes
Permission to view notes
- TC_NOTIFICATION - Static variable in class gw.pl.parameter.typekey.ComponentType
-
NotificationEngine
Notification Engine
- TC_NOTSTARTED - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Not Started
archiving has not been started yet
- TC_NOTYETSEARCHABLE - Static variable in class gw.pl.contact.typekey.ProximitySearchStatus
-
Not Yet Searchable
This category includes the following geocode status: none
- TC_NP - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Nepal (977)
977
- TC_NR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Nauru (674)
674
- TC_NU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Niue (683)
683
- TC_NZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
New Zealand (64)
64
- TC_OBJECTOWNER - Static variable in class gw.pl.assignment.typekey.UserRoleConstraint
-
ObjectOwner
Indicates that the user assigned to this role must have the same permissions that are required to be the owner of the assignable object.
- TC_OFFICIALID - Static variable in class gw.pl.contact.typekey.OfficialID
-
- TC_OLD_RETAINED - Static variable in class gw.pl.database.typekey.MergeConflictResolution
-
Old value retained
The previously existing value (with a later effective date) was retained.
- TC_OM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Oman (968)
968
- TC_ONETOONE - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Non-nullable one-to-one
Not exactly one row found in table for non-nullable one-to-one relationships
- TC_ONETOONECHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
One-to-one check
Verifies that one-to-one relationships have at most one referring entity
- TC_ONETOONENONNULLCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
One-to-one non-null check
Verifies that non-nullable one-to-one relationships have one referring entity
- TC_ONVACATION - Static variable in class gw.pl.community.typekey.VacationStatusType
-
On vacation
The user is on vacation
- TC_OPEN - Static variable in class gw.pl.activity.typekey.ActivityStatus
-
Open
Open
- TC_OPEN - Static variable in class gw.pl.history.typekey.DataChangeStatus
-
Open
The gosu was added but not yet run
- TC_ORAAWRREPORT - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Oracle AWR Report
Oracle database AWR performance report generation
- TC_ORAAWRREPORT - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Oracle AWR Report
Oracle database AWR performance report generation
- TC_ORACLEINDEXES - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle indexes
Storage info for Oracle indexes
- TC_ORACLEINDEXESDEF - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle indexes storage definition
Indexes storage definitions for Oracle
- TC_ORACLELOBS - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle LOBs
Storage info for Oracle LOBs
- TC_ORACLELOBSDEF - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle LOB storage definition
LOB storage info for Oracle
- TC_ORACLETABLES - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle tables
Storage info for Oracle tables
- TC_ORACLETABLESDEF - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle tables storage definition
Table Storage definitions for Oracle
- TC_ORACLETABLESPACE - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle tablespaces
Storage info for Oracle tablespaces
- TC_ORACLETABLESPACEDEF - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
Oracle tablespace storage definition
Tablespace storage definitions for Oracle
- TC_ORGCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create organization
Permission to create an organization.
- TC_ORGCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create organization
Permission to create an organization.
- TC_ORGDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete organization
Permission to delete an organization.
- TC_ORGDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete organization
Permission to delete an organization.
- TC_ORGEDITBASIC - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit organization basic info
Permission to edit an organization's basic info.
- TC_ORGEDITBASIC - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit organization basic info
Permission to edit an organization's basic info.
- TC_ORGSEARCH - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Search for organization
Permission to search for organizations.
- TC_ORGSEARCH - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Search for organization
Permission to search for organizations.
- TC_ORGVIEWBASIC - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View organization basic info
Permission to view an organization's basic info.
- TC_ORGVIEWBASIC - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View organization basic info
Permission to view an organization's basic info.
- TC_ORPHANEDTYPECODES - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Verify no references to orphaned type codes
Verify no references to orphaned type codes
- TC_OTHER - Static variable in class gw.pl.contact.typekey.ReviewServiceType
-
Other
Indicates that no more specific service type is applicable.
- TC_OTHER - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Other
Other statement type
- TC_OUT_OF_SYNC - Static variable in class gw.pl.contact.typekey.ContactLinkStatusType
-
Out of sync
The Contact is out of sync with the associated Address Book Contact.
- TC_OVERWRITTENCLEARED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Overwritten staging tables and columns cleared
Overwritten staging tables and columns cleared
- TC_PA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Panama (507)
507
- TC_PE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Peru (51)
51
- TC_PENDING_APPROVAL - Static variable in class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
Pending Approval
Pending Approval
- TC_PENDINGASSIGNMENT - Static variable in class gw.pl.community.typekey.AssignmentStatus
-
Pending assignment
Assignable is waiting for its containing entity to be assigned or reviewed; AssignedUserID and AssignedGroupID may be null or non-null
- TC_PENDINGCONTACTCHANGE - Static variable in class gw.ab.contact.typekey.PendingContactChange
-
- TC_PENDINGCONTACTCHANGEVIEW - Static variable in class gw.ab.contact.typekey.PendingContactChangeView
-
- TC_PENDINGCONTACTCREATE - Static variable in class gw.ab.contact.typekey.PendingContactChange
-
- TC_PENDINGCONTACTCREATEVIEW - Static variable in class gw.ab.contact.typekey.PendingContactChangeView
-
- TC_PENDINGCONTACTUPDATE - Static variable in class gw.ab.contact.typekey.PendingContactChange
-
- TC_PENDINGCONTACTUPDATEVIEW - Static variable in class gw.ab.contact.typekey.PendingContactChangeView
-
- TC_PERCENTAGE - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
percentage
percentage
- TC_PERCENTAGEDEC - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
percentagedec
percentagedec
- TC_PERSON - Static variable in class gw.ab.addressbook.typekey.ABContactType
-
Person
Person
- TC_PERSON - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_PERSONVENDOR - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_PF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
French Polynesia (689)
689
- TC_PG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Papua New Guinea (675)
675
- TC_PH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Philippines (63)
63
- TC_PHONE - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
phone
phone
- TC_PHONENUMBERNORMALIZER - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Phone number normalizer
Performs a normalization of phone numbers contact
- TC_PHONENUMBERNORMALIZER - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Phone number normalizer
Performs a normalization of phone numbers contact
- TC_PK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Pakistan (92)
92
- TC_PL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Poland (48)
48
- TC_PLACE - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_PLAUSIBLE_MATCH - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
Plausible match
A definitive match was found that matches a contact in the Address Book in terms of potential match fields.
- TC_PM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Pierre and Miquelon (508)
508
- TC_PO - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Post-setup
Rules executed on a new claim after it has been set up
- TC_POLICYEDITED - Static variable in class gw.pl.history.typekey.HistoryType
-
Policy edited
The policy was edited, and thus marked unverified
- TC_POPULATESEARCHCOLUMNS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Populate searchColumn columns
Populate searchColumn columns from their original sources.
- TC_POPULATESEARCHCOLUMNS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Populate searchColumn columns
Populate searchColumn columns from their original sources.
- TC_POSITIVEINTEGER - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
positiveinteger
positiveinteger
- TC_POSITIVEMONEY - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
positivemoney
positivemoney
- TC_POSSIBLE_MATCH - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
Plausible match
One or more contacts in the Address Book possibly matched a given contact.
- TC_POSTALCODE - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
Postal Code
The Geocoding service was only able to locate the postal code from the supplied address.
- TC_POSTALCODE - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
postalcode
postalcode
- TC_POSTROWCOUNTS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Capture row counts after upgrade
Capture row counts after upgrade
- TC_PPEERROR - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
PostPopulateExecutor failure
PostPopulateExecutors failures detected after populating source tables
- TC_PPESEXECUTED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
PostPopulatorExecutors executed
PostPopulatorExecutors executed after populating staging tables
- TC_PR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Puerto Rico (1)
1
- TC_PR - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Pre-setup
Rules executed on a new claim before it has been set up
- TC_PREROWCOUNTS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Capture row counts before upgrade
Capture row counts before upgrade
- TC_PRIMARYCONTACT - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Primary Contact
Primary contact
- TC_PRIMARYCONTACT - Static variable in class gw.pl.contact.typekey.ContactRel
-
Primary Contact
Primary contact
- TC_PRIMARYCONTACTFOR - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Primary Contact For
PrimaryContact For
- TC_PROCESSCOMPLETIONMONITOR - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Process Completion Monitor
Invoke plugin on completion of monitored worker queue
- TC_PROCESSCOMPLETIONMONITOR - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Process Completion Monitor
Invoke plugin on completion of monitored worker queue
- TC_PROCESSHISTORYPURGE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
ProcessHistoryPurge
Purge batch process history data
- TC_PROCESSHISTORYPURGE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
ProcessHistoryPurge
Purge batch process history data
- TC_PROCESSING - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
Processing
the WorkItemSet is being worked on, i.e. there is at least one WorkItem that has not been completed yet
- TC_PROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_PS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Palestinian Territories (970)
970
- TC_PT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Portugal (351)
351
- TC_PU - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Pre-update
Rules execute after validating, but before updating an editable entity
- TC_PURGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Purge objects
Permission to purge objects from the database
- TC_PURGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Purge objects
Permission to purge objects from the database
- TC_PURGECLUSTERMEMBERS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Purge Cluster Members
Purge old ClusterMember entities
- TC_PURGECLUSTERMEMBERS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Purge Cluster Members
Purge old ClusterMember entities
- TC_PURGEFAILEDWORKITEMS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Purge Failed Work Items
Purge failed work items from all queues.
- TC_PURGEFAILEDWORKITEMS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Purge Failed Work Items
Purge failed work items from all queues.
- TC_PURGEPROFILERDATA - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Purge Profiler Data
Purge profiler data at regular intervals
- TC_PURGEPROFILERDATA - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Purge Profiler Data
Purge profiler data at regular intervals
- TC_PURGETRANSACTIONIDS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Purge old transaction ids
Purge external transaction id that no longer need to be tracked, by age.
- TC_PURGETRANSACTIONIDS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Purge old transaction ids
Purge external transaction id that no longer need to be tracked, by age.
- TC_PURGEWORKFLOWLOGS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Purge Workflow Logs
Purge completed workflows logs, this executes gw.processes.PurgeWorkflowLogs.gs
- TC_PURGEWORKFLOWLOGS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Purge Workflow Logs
Purge completed workflows logs, this executes gw.processes.PurgeWorkflowLogs.gs
- TC_PURGEWORKFLOWS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Purge Workflow
Purge completed workflows after resetting any referenced workflows, this executes gw.processes.PurgeWorkflow.gs
- TC_PURGEWORKFLOWS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Purge Workflow
Purge completed workflows after resetting any referenced workflows, this executes gw.processes.PurgeWorkflow.gs
- TC_PW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Palau (680)
680
- TC_PY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Paraguay (595)
595
- TC_QA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Qatar (974)
974
- TC_QPLEXOR - Static variable in class gw.pl.parameter.typekey.ComponentType
-
QPlexor
Manages sync messages and acknowledgements
- TC_QUEUE - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
Queue Available
The service is not available but allow queuing of user request
- TC_QUEUE - Static variable in class gw.pl.assignment.typekey.AssignmentSearchType
-
Queue
Queue
- TC_RE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Réunion (262)
262
- TC_RECORD_NOT_FOUND - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Record Not Found
RECORD NOT FOUND
- TC_REFTOEXISTINGREFFEDROW - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Illegal reference to already referenced existing row
Rows found in table with foreign key references to an existing row in a source table that is already referenced from other existing rows, when such references are not allowed
- TC_REFTOEXISTINGROW - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Illegal reference to existing row
Rows found in table with foreign key references to an existing row in a source table when such references are not allowed
- TC_REGIONMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage regions
Permission to create, edit, and delete regions
- TC_REGIONMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage regions
Permission to create, edit, and delete regions
- TC_REGIONVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View regions
Permission to view the list of regions and region details
- TC_REGIONVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View regions
Permission to view the list of regions and region details
- TC_REJECTED - Static variable in class gw.ab.adressbook.typekey.ContactChangeResolutionConstants
-
Rejected
Rejected
- TC_REJECTED - Static variable in class gw.pl.adressbook.typekey.ContactChangeResolution
-
Rejected
Rejected
- TC_REJECTED - Static variable in class gw.pl.community.typekey.ApprovalStatus
-
Rejected
The entity has been rejected
- TC_REJECTED - Static variable in class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
Rejected
Rejected
- TC_RENAMECOLUMN - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Rename column
Rename column statement
- TC_RENAMETABLE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Rename table
Rename table statement
- TC_REPORTING_ADMIN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Administer reports
Administer report server settings
- TC_REPORTING_VIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Report tab
Permission to view the Report tab, if the add-on reporting module is installed
- TC_REPORTING_VIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Report tab
Permission to view the Report tab, if the add-on reporting module is installed
- TC_REQUIREDMATCH - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Required match
Rows found in staging table with required referencing rows in array table
- TC_RESTORE - Static variable in class gw.pl.datagen.typekey.DataGenActionType
-
Restore
Restore DB from pcb.
- TC_RESUME - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
Resume
Resume a suspended workflow
- TC_RESUMING - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
Resuming
Resuming
- TC_RESYNCMESSAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Resync message
Permission to resync message
- TC_RESYNCMESSAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Resync message
Permission to resync message
- TC_RETAIN_OLD - Static variable in class gw.pl.database.typekey.MergeConflictStrategy
-
Retain old future-dated value
Strategy that retains the previously existing value with a later effective date.
- TC_RETRIEVING - Static variable in class gw.pl.purge.typekey.ArchiveState
-
Retrieving
Graph is marked for retrieving
- TC_RETRYING - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
Retrying
Retrying
- TC_RETRYMESSAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Retry message
Permission to try to resend the failed message
- TC_RETRYMESSAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Retry message
Permission to try to resend the failed message
- TC_RETRYMESSAGE - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
Retry Message
Retry the last message sent to the workflow
- TC_REVISIONINGCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Revisioning check
Verifies that the database is consistent relative to revisioning
- TC_REVSUMVIEWDETAIL - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View review summary details
Permission view the Review Summary page to see the category scores for each summarized Review
- TC_REVSUMVIEWLIST - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View review summaries list
Permission to view the list of Reviews Summaries and the reviews tab on an ABContact
- TC_RISK - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
risk
risk
- TC_RO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Romania (40)
40
- TC_ROLEMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage roles
Permission to create, edit, or delete roles
- TC_ROLEMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage roles
Permission to create, edit, or delete roles
- TC_ROLEVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View roles
Permission to view the list of roles and role details
- TC_ROLEVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View roles
Permission to view the list of roles and role details
- TC_ROOT - Static variable in class gw.pl.community.typekey.GroupType
-
Root Group
This is the root group of an organization
- TC_ROWNUMSGENERATED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Row numbers generated for staging tables
Row numbers generated for staging tables
- TC_RS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Serbia (381)
381
- TC_RU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Russia (7)
7
- TC_RULEADMIN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Administer rules
Permission to run Guidewire Studio or import rules
- TC_RULEADMIN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Administer rules
Permission to run Guidewire Studio or import rules
- TC_RULEENG - Static variable in class gw.pl.parameter.typekey.ComponentType
-
RuleEngine
Rule Engine
- TC_RUNNING - Static variable in class gw.pl.workflow.typekey.WorkflowActiveState
-
Running
The workflow is currently running.
- TC_RW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Rwanda (250)
250
- TC_SA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saudi Arabia (966)
966
- TC_SATURDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Saturday
Saturday
- TC_SB - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Solomon Islands (677)
677
- TC_SC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Seychelles (248)
248
- TC_SCHEDULABLE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
Schedulable
This indicates that this BatchProcessType is schedulable
- TC_SCHEDULER - Static variable in class gw.pl.parameter.typekey.ComponentType
-
Scheduler
Schedules tasks to be executed in the future
- TC_SCRPRMMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage script parameters
Permission to create, edit, or delete script parameters
- TC_SCRPRMMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage script parameters
Permission to create, edit, or delete script parameters
- TC_SCRPRMVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View script parameters
Permission to view the list of script parameters or details of an individual script parameter
- TC_SCRPRMVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View script parameters
Permission to view the list of script parameters or details of an individual script parameter
- TC_SD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Sudan (249)
249
- TC_SE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Sweden (46)
46
- TC_SEARCHABLE - Static variable in class gw.pl.contact.typekey.ProximitySearchStatus
-
Searchable
This category includes the following geocode status: exact, street, city, postalcode
- TC_SEARCHDENORMCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Search denorm check
Verifies that the search denorm columns are in sync with the associated source columns
- TC_SEARCHENG - Static variable in class gw.pl.parameter.typekey.ComponentType
-
SearchEngine
Search Engine
- TC_SEARCHRESULT - Static variable in class gw.pl.custom.typekey.SearchResult
-
- TC_SECZONEMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage security zones
Permission to create, edit, and delete security zones
- TC_SECZONEMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage security zones
Permission to create, edit, and delete security zones
- TC_SEGMENTENG - Static variable in class gw.pl.parameter.typekey.ComponentType
-
SegmentationEngine
Segmentation Engine
- TC_SELECT - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Select
Select statement
- TC_SELECTBRANCH - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
SelectBranch
Looking for one of the branches to be ready to execute
- TC_SESSION - Static variable in class gw.pl.parameter.typekey.ComponentType
-
SessionManager
Session Manager
- TC_SETTIMEOUT - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
Set Timeout
Manually force the timeout for a waiting workflow
- TC_SG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Singapore (65)
65
- TC_SH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Helena (290)
290
- TC_SHUTDOWN - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
Shutdown
Shutdown
- TC_SI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Slovenia (386)
386
- TC_SJ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Svalbard and Jan Mayen (47)
47
- TC_SK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Slovakia (421)
421
- TC_SKIPMESSAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Skip message
Permission to skip the failed message
- TC_SKIPMESSAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Skip message
Permission to skip the failed message
- TC_SKIPPED - Static variable in class gw.pl.activity.typekey.ActivityStatus
-
Skipped
Skipped
- TC_SL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Sierra Leone (232)
232
- TC_SLICE - Static variable in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
Slice
Change made in slice mode
- TC_SLICE_MERGED - Static variable in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
SliceMerged
Bean has had its changes resolved if OOSE change
- TC_SM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
San Marino (378)
378
- TC_SN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Senegal (221)
221
- TC_SNAPSHOTDATAMODEL - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Capture snapshot of datamodel for archiving
Capture snapshot of datamodel for archiving
- TC_SO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Somalia (252)
252
- TC_SOAPADMIN - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
SOAP administration
Permission to use the SOAP APIs
- TC_SOAPADMIN - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
SOAP administration
Permission to use the SOAP APIs
- TC_SOAPCALLHISTORY - Static variable in class gw.pl.profiler.typekey.InboundHistory
-
- TC_SOURCELOADED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Source tables loaded
Source tables loaded from staging tables
- TC_SOURCELOADED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Source tables loaded
Source tables loaded from staging tables (Entire phase)
- TC_SPEED - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
speed
speed
- TC_SPPROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_SQLSERVERDATABASE - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
SQL Server database
Storage info for a SQL Server database
- TC_SQLSERVERDATASPACE - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
SQL Server database dataspace
Storage info for a SQL Server database dataspace
- TC_SQLSERVERTABLESINDEXES - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
SQL Server database tables and indexes
Storage info for a SQL Server database tables and indexes
- TC_SQLSERVERTEMPDB - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
SQL Server database tempdb
Storage info for a SQL Server database tempdb
- TC_SR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Suriname (597)
597
- TC_SS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
SS (211)
211
- TC_SSN - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
SSN
Social Security Number
- TC_ST - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
São Tomé and Príncipe (239)
239
- TC_STAGINGCLEARED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Staging tables cleared
Staging tables cleared
- TC_STAGINGCLEARED - Static variable in class gw.pl.staging.typekey.LoadStepType
-
Staging tables cleared
Staging tables cleared
- TC_START - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
Start
Executing a Start block
- TC_STARTABLEPLUGINHISTORY - Static variable in class gw.pl.profiler.typekey.InboundHistory
-
- TC_STARTDATE - Static variable in class gw.pl.activity.typekey.StartPointType
-
Activity start date
Start date on activity
- TC_STARTED - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
Started
Started
- TC_STARTSWITH - Static variable in class gw.pl.database.typekey.StringCriterionMode
-
StartsWith
Useful in flagging whether String restrictions should be implemented with compareStartsWith.
- TC_STATE - Static variable in class gw.pl.community.typekey.RegionType
-
State
State
- TC_STATE - Static variable in class gw.pl.contact.typekey.VenueType
-
State
State
- TC_STATEMACH - Static variable in class gw.pl.parameter.typekey.ComponentType
-
StateMachine
State Machine
- TC_STATESUP - Static variable in class gw.pl.contact.typekey.VenueType
-
State Supreme Court
State Supreme Court
- TC_STATISTICS - Static variable in class gw.pl.parameter.typekey.ComponentType
-
StatisticsCalculator
Calculates statistics on a scheduled basis
- TC_STATREPORT - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Stat Report Writer
Stat Report work queue writer
- TC_STATREPORT - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Stat Report Writer
Stat Report work queue writer
- TC_STAX - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
State Tax ID
State Tax Identification Number
- TC_STDELETEEXCLUDED - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Staging Table Delete Excluded Rows
Asynchronous deletion of excluded rows from staging tables
- TC_STDELETEEXCLUDED - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Staging Table Delete Excluded Rows
Asynchronous deletion of excluded rows from staging tables
- TC_STENCRYPT - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Staging Table Encryption
Asynchronous encryption of staging table data
- TC_STENCRYPT - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Staging Table Encryption
Asynchronous encryption of staging table data
- TC_STINTEGRITYCHECK - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Staging Table Integrity Check
Asynchronous integrity check of staging tables
- TC_STINTEGRITYCHECK - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Staging Table Integrity Check
Asynchronous integrity check of staging tables
- TC_STLOAD - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Staging Table Load
Asynchronous integrity check and load of staging tables
- TC_STLOAD - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Staging Table Load
Asynchronous integrity check and load of staging tables
- TC_STPOPEXCLUDED - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Staging Table Populate Exclusion Table
Asynchronous population of the exclusion tables
- TC_STPOPEXCLUDED - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Staging Table Populate Exclusion Table
Asynchronous population of the exclusion tables
- TC_STREET - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
Street
The Geocoding service was only able to locate the street from the supplied address.
- TC_STRING - Static variable in class gw.pl.parameter.typekey.ParameterType
-
String
String (default)
- TC_STRING - Static variable in class gw.pl.question.typekey.QuestionType
-
String
A question whose answer is a String
- TC_STRINGFIELD - Static variable in class gw.pl.question.typekey.QuestionFormat
-
String Field
A simple 1-line text field.
- TC_STSTATISTICS - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Staging Table Statistics
Asynchronous update of staging table statistics
- TC_STSTATISTICS - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Staging Table Statistics
Asynchronous update of staging table statistics
- TC_STUN - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
State Unemployment ID
State Unemployment Identification Number
- TC_SUBJECT - Static variable in class gw.pl.note.typekey.SortByRange
-
Subject
Sort by Subject
- TC_SUBTYPE - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Subtype
Rows found in table with invalid values for a subtype column
- TC_SUBTYPECOLUMNCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Subtype column check
Verifies subtype column contains valid values
- TC_SUBTYPENONNULLCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Subtype non-null check
Verifies non-nullable subtype-specific columns have non-null values for subtype rows
- TC_SUBTYPESPEC - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Non-nulls in subtype-specific columns
Rows found in table with non-null values for one or more subtype-specific columns for a different subtype
- TC_SUBTYPESPECIFICCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Subtype-specific column check
Verifies subtype-specific columns are null when row is a different subtype
- TC_SUCCEED - Static variable in class gw.pl.datagen.typekey.DataGenStatusType
-
Succeed
Action succeeded.
- TC_SUCCEEDED - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Succeeded
The store or retrieve succeeded completely
- TC_SUCCESS - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Success
Indicates a successful link with the Address Book.
- TC_SUCCESS - Static variable in class gw.pl.contact.typekey.ContactSearchResultType
-
Success
Address book search succeeded
- TC_SUCCESS_DMD - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
Success Definitive Match Different
Indicates a successful link with the Address Book.
- TC_SUNDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Sunday
Sunday
- TC_SUPREME - Static variable in class gw.pl.contact.typekey.VenueType
-
Supreme Court
Supreme Court
- TC_SUSPEND - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
Suspend
Suspend the workflow's activity
- TC_SUSPENDED - Static variable in class gw.pl.autosync.typekey.AutoSync
-
Suspended
Suspended
- TC_SUSPENDED - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
Suspended
Suspended
- TC_SUSPENDED - Static variable in class gw.pl.workflow.typekey.WorkflowState
-
Suspended
Suspended -- execution of the workflow was manually suspended.
- TC_SUSPENDEDINBOUND - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
SuspendedInbound
Suspended inbound
- TC_SUSPENDEDOUTBOUND - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
SuspendedOutbound
Suspended outbound
- TC_SUSPENDING - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
Suspending
Suspending
- TC_SUSPENSE_PAYMENT - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Suspense Payment
SUSPENSE_PAYMENT
- TC_SV - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
El Salvador (503)
503
- TC_SX - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Sint Maarten (1)
1
- TC_SY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Syria (963)
963
- TC_SYNCH_SENT - Static variable in class gw.pl.messaging.typekey.SynchState
-
synch_sent
Object is sync_sent (first message has been generated)
- TC_SYNCINDEXES - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Sync indexes
Sync indexes
- TC_SYSADMIN - Static variable in class gw.pl.community.typekey.SystemUserType
-
system administrator
The system administrator
- TC_SYSSERVICES - Static variable in class gw.pl.community.typekey.SystemUserType
-
system services
A daemon user that executes system services like escalation
- TC_SZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Swaziland (268)
268
- TC_TABLE - Static variable in class gw.pl.upgrader.typekey.TableUpdateStatsType
-
Table
Table Update Statistics Statements
- TC_TABLEIMPORT - Static variable in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
TableImport
TableImport running update statistics
- TC_TABLESENCRYPTED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Encrypt data in staging tables
Encrypt data in staging tables
- TC_TAR - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Transaction Approval
Used to determine whether or not a transaction needs approval
- TC_TASK - Static variable in class gw.pl.activity.typekey.ActivityClass
-
Task
Task
- TC_TC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Turks and Caicos Islands (1)
1
- TC_TD - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Chad (235)
235
- TC_TEST - Static variable in class gw.pl.workflow.typekey.WorkflowHandler
-
Test
Handled by testing infrastructure (not for production!)
- TC_TG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Togo (228)
228
- TC_TH - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Thailand (66)
66
- TC_THIRDPARTYINSURED - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Third-Party Insured
Third-Party Insured
- TC_THIRDPARTYINSURER - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Third-Party Insurer
Third-Party Insurer
- TC_THIRDPARTYINSURER - Static variable in class gw.pl.contact.typekey.ContactRel
-
Third-Party Insurer
Third-Party Insurer
- TC_THURSDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Thursday
Thursday
- TC_TJ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Tajikistan (992)
992
- TC_TK - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Tokelau (690)
690
- TC_TL - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Timor-Leste (670)
670
- TC_TM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Turkmenistan (993)
993
- TC_TM - Static variable in class gw.pl.parameter.typekey.ComponentType
-
TransactionManager
Transaction Manager
- TC_TN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Tunisia (216)
216
- TC_TO - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Tonga (676)
676
- TC_TOO_LOOSE_SEARCH - Static variable in class gw.pl.contact.typekey.ContactSearchResultType
-
Too Loose Search Criteria
Search criteria is too loose and executing may require too much of the DB resources.
- TC_TOOLSBATCHPROCESSEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit BatchProcess tools page
Permission to edit the BatchProcess Internal Tools page
- TC_TOOLSBATCHPROCESSEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit BatchProcess tools page
Permission to edit the BatchProcess Internal Tools page
- TC_TOOLSBATCHPROCESSVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View BatchProcess tools page
Permission to access the BatchProcess Internal Tools page
- TC_TOOLSBATCHPROCESSVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View BatchProcess tools page
Permission to access the BatchProcess Internal Tools page
- TC_TOOLSCACHEINFOVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Cache Info page
Permission to view the CacheInfo Internal Tools page
- TC_TOOLSCACHEINFOVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Cache Info page
Permission to view the CacheInfo Internal Tools page
- TC_TOOLSCLUSTEREDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit Cluster tools page
Permission to edit the Cluster Internal Tools page
- TC_TOOLSCLUSTEREDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit Cluster tools page
Permission to edit the Cluster Internal Tools page
- TC_TOOLSCLUSTERVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Cluster tools page
Permission to access the Cluster Internal Tools page
- TC_TOOLSCLUSTERVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Cluster tools page
Permission to access the Cluster Internal Tools page
- TC_TOOLSINFOVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Info tools page
Permission to access the Info Internal Tools page
- TC_TOOLSINFOVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Info tools page
Permission to access the Info Internal Tools page
- TC_TOOLSJMXBEANSEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit ManagementBeans tools page
Permission to edit the ManagementBeans presented on Internal Tools page
- TC_TOOLSJMXBEANSEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit ManagementBeans tools page
Permission to edit the ManagementBeans presented on Internal Tools page
- TC_TOOLSJMXBEANSVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View ManagementBeans tools page
Permission to access the ManagementBeans Internal Tools page
- TC_TOOLSJMXBEANSVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View ManagementBeans tools page
Permission to access the ManagementBeans Internal Tools page
- TC_TOOLSJPROFILEREDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit JProfiler tools page
Permission to edit the JProfiler Internal Tools page
- TC_TOOLSJPROFILEREDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit JProfiler tools page
Permission to edit the JProfiler Internal Tools page
- TC_TOOLSLOGEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit Log tools page
Permission to edit the Log Internal Tools page
- TC_TOOLSLOGEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit Log tools page
Permission to edit the Log Internal Tools page
- TC_TOOLSLOGVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Log tools page
Permission to access the Log Internal Tools page
- TC_TOOLSLOGVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Log tools page
Permission to access the Log Internal Tools page
- TC_TOOLSPLUGINEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit StartablePlugin tools page
Permission to edit the StartablePlugin Internal Tools page
- TC_TOOLSPLUGINEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit StartablePlugin tools page
Permission to edit the StartablePlugin Internal Tools page
- TC_TOOLSPLUGINVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View StartablePlugin tools page
Permission to access the StartablePlugin Internal Tools page
- TC_TOOLSPLUGINVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View StartablePlugin tools page
Permission to access the StartablePlugin Internal Tools page
- TC_TOOLSPROFILEREDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit Profiler tools page
Permission to edit the Profiler Internal Tools page
- TC_TOOLSPROFILEREDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit Profiler tools page
Permission to edit the Profiler Internal Tools page
- TC_TOOLSPROFILERVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Profiler tools page
Permission to access the Profiler Internal Tools page
- TC_TOOLSPROFILERVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Profiler tools page
Permission to access the Profiler Internal Tools page
- TC_TOOLSWORKQUEUEEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit WorkQueue tools page
Permission to edit the WorkQueue Internal Tools page
- TC_TOOLSWORKQUEUEEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit WorkQueue tools page
Permission to edit the WorkQueue Internal Tools page
- TC_TOOLSWORKQUEUEVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View WorkQueue tools page
Permission to access the WorkQueue Internal Tools page
- TC_TOOLSWORKQUEUEVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View WorkQueue tools page
Permission to access the WorkQueue Internal Tools page
- TC_TOPIC - Static variable in class gw.pl.note.typekey.SortByRange
-
Topic
Sort by Topic
- TC_TR - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Turkey (90)
90
- TC_TRUNCATETABLE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Truncate table
Truncate table statement
- TC_TT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Trinidad and Tobago (1)
1
- TC_TUESDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Tuesday
Tuesday
- TC_TUNS - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
Temporary Dun & Bradstreet Number
Temporary Dun & Bradstreet Number
- TC_TV - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Tuvalu (688)
688
- TC_TW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Taiwan (886)
886
- TC_TYPEKEY - Static variable in class gw.pl.database.typekey.DateBinDataType
-
Typekey
A GW Typekey column
- TC_TYPEKEY - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Invalid typekey
Rows found in table with invalid values for a typekey column
- TC_TYPEKEYCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Typekey check
Verifies typekey column contains valid values
- TC_TYPEKEYINSET - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Verify typekey in set
Rows found in table include typekey values that are invalid when loading via the staging tables
- TC_TYPEKEYNOTINSET - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Verify typekey not in set
Rows found in table include typekey values that are invalid when loading via the staging tables
- TC_TYPELISTTABLECHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Typelist table check
Verifies values in typelist table and data model are in sync
- TC_TZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Tanzania (255)
255
- TC_UA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Ukraine (380)
380
- TC_UG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Uganda (256)
256
- TC_UIRUNNABLE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
UI Runnable
This indicates that this BatchProcessType is runnable from the UI
- TC_UNAPPROVED - Static variable in class gw.pl.community.typekey.ApprovalStatus
-
Unapproved
Pending approval
- TC_UNASSIGNED - Static variable in class gw.pl.community.typekey.AssignmentStatus
-
Unassigned
Entity is unassigned; AssignedUserID and AssignedGroupID are both null
- TC_UNAVAILABLE - Static variable in class gw.ab.addressbook.typekey.VendorAvailabilityType
-
Unavailable
The vendor is unavailable.
- TC_UNCONFIRMED - Static variable in class gw.pl.contact.typekey.TaxStatus
-
Unconfirmed
Known, but not yet verified
- TC_UNIQCONSTRAINT1 - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Unique constraint within staging table
Rows found in staging table that violate a unique constraint
- TC_UNIQCONSTRAINT2 - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
Unique constraint between source and staging table
Rows found in staging table that match rows in source table on all columns of a unique index
- TC_UNKNOWN - Static variable in class gw.pl.contact.typekey.TaxStatus
-
Unknown
Unknown
- TC_UNKNOWN - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
Unknown
UNKNOWN
- TC_UNKNOWN - Static variable in class gw.pl.geodata.zone.typekey.Country
-
Unknown
Placeholder typecode for fields that should be populated with another Country
- TC_UNKNOWN - Static variable in class gw.pl.geodata.zone.typekey.ZoneType
-
Unknown
Placeholder typecode for fields that should be populated with another ZoneType
- TC_UNPARSEABLE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Unparseable
Unparseable Phone Numbers
- TC_UNSYNCHED - Static variable in class gw.pl.messaging.typekey.SynchState
-
unsynched
Object is unsynced
- TC_UPDATE - Static variable in class gw.pl.database.typekey.OraSQLTuningSetCaptureOpt
-
UPDATE
Update existing statements
- TC_UPDATE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Update
Update statement
- TC_UPDATEDBSTATS - Static variable in class gw.pl.database.typekey.SQLStatementType
-
Update db statistics
Update db statistics statement
- TC_UPDATEMATCHSETKEY - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Update MatchSetKey
Updates the MatchSetKey for all contacts
- TC_UPDATEOP - Static variable in class gw.pl.addressbook.typekey.UpdateOp
-
- TC_UPGRADE - Static variable in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
Upgrade
Upgrade running update statistics
- TC_UPGRADEWARNINGCHECK - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
Upgrade warning check
Verifies that data will pass associated version check at the beginning of the upgrade to a subsequent version of the product
- TC_UPGRADEWARNINGS - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
Upgraded with Warnings
The retrieve upgraded with warnings
- TC_URGENT - Static variable in class gw.pl.activity.typekey.Priority
-
Urgent
Highest priority - must be addressed immediately
- TC_US - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
United States (1)
1
- TC_USER - Static variable in class gw.pl.assignment.typekey.AssignmentSearchType
-
User
User
- TC_USER - Static variable in class gw.pl.contact.typekey.ContactClass
-
User
User
- TC_USER - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
user
User
- TC_USER - Static variable in class gw.pl.security.typekey.RoleType
-
User Role
Roles associated with Users
- TC_USER_CHANGE - Static variable in class gw.pl.database.typekey.MergeConflictResolution
-
User change post-merge
The user manually changed the value after the merge.
- TC_USERCONTACT - Static variable in class gw.pl.contact.typekey.Contact
-
- TC_USERCREATE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Create users
Permission to create a new user
- TC_USERCREATE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Create users
Permission to create a new user
- TC_USERDELETE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Delete users
Permission to delete a user (Note: if a user has had any activity it's recommended to make them non-active rather than delete)
- TC_USERDELETE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Delete users
Permission to delete a user (Note: if a user has had any activity it's recommended to make them non-active rather than delete)
- TC_USEREDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit users
Permission to edit an existing user, except for roles, authority limits, or attributes
- TC_USEREDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit users
Permission to edit an existing user, except for roles, authority limits, or attributes
- TC_USEREDITATTRS - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit user attributes
Permission to edit attributes for a user
- TC_USEREDITATTRS - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit user attributes
Permission to edit attributes for a user
- TC_USEREDITLANG - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Edit user language
Permission to edit language
- TC_USEREDITLANG - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Edit user language
Permission to edit language
- TC_USEREXCEPTION - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
User Exception
User exception Monitor
- TC_USEREXCEPTION - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
User Exception
User exception Monitor
- TC_USERGRANTAUTH - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Grant authority limits
Permission to grant or change an authority limit for a user
- TC_USERGRANTAUTH - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Grant authority limits
Permission to grant or change an authority limit for a user
- TC_USERGRANTROLES - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Grant roles to users
Permission to grant or revoke roles
- TC_USERGRANTROLES - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Grant roles to users
Permission to grant or revoke roles
- TC_USERVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View user
Permission to view details of a user
- TC_USERVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View user
Permission to view details of a user
- TC_USERVIEWALL - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View all users
Permission to see users in all visible groups
- TC_USERVIEWALL - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View all users
Permission to see users in all visible groups
- TC_UY - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Uruguay (598)
598
- TC_UZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Uzbekistan (998)
998
- TC_V - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Validation
Validation rules
- TC_VA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Vatican City (379)
379
- TC_VALIDATION - Static variable in class gw.pl.parameter.typekey.ComponentType
-
ValidationManager
Validation Manager
- TC_VALIDATIONISSUE - Static variable in class gw.pl.validation.old.typekey.ValidationIssue
-
- TC_VARCHAR - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
varchar
varchar
- TC_VC - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Saint Vincent and the Grenadines (1)
1
- TC_VE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Venezuela (58)
58
- TC_VELOCITY - Static variable in class gw.pl.parameter.typekey.ComponentType
-
VelocitySupport
Velocity template support
- TC_VENDOR - Static variable in class gw.pl.contact.typekey.ContactClass
-
Vendor
Vendor
- TC_VENDOR - Static variable in class gw.pl.contact.typekey.ContactTagType
-
Vendor
Vendor
- TC_VENUE - Static variable in class gw.pl.contact.typekey.ContactClass
-
Legal Venue
Authority that handles legal matters (for example, a court house)
- TC_VERIFYMINIMUMCRITERIA - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Verify Minimum Criteria
Verifies the minimum creation criteria for all staging table loaded contacts.
- TC_VERIFYSCHEMA - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Verify schema
Verify schema
- TC_VERSIONCHECKS - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Version Checks
Execute checks to determine whether to proceed with upgrade
- TC_VG - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
British Virgin Islands (1)
1
- TC_VI - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
U.S.
- TC_VIEWACTCAL - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View activity calendar
Permission to view activity calendar of other users
- TC_VIEWACTCAL - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View activity calendar
Permission to view activity calendar of other users
- TC_VIEWDESKTOP - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Desktop
Permission to view the Desktop
- TC_VIEWDESKTOP - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Desktop
Permission to view the Desktop
- TC_VIEWSEARCH - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View Search
Permission to view the Search tab
- TC_VIEWSEARCH - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View Search
Permission to view the Search tab
- TC_VIEWTEAM - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View team
Permission to view the Team tab
- TC_VIEWTEAM - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View team
Permission to view the Team tab
- TC_VIEWWORKLOAD - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View global workload
Permission to view global workload statistics of other users
- TC_VIEWWORKLOAD - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View global workload
Permission to view global workload statistics of other users
- TC_VN - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Vietnam (84)
84
- TC_VTAFTERSCHEMADIFF - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
VersionTriggers after schema diff
VersionTriggers after schema diff
- TC_VTBEFORESCHEMADIFF - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
Execute VersionTriggers before schema diff
Execute VersionTriggers before schema diff
- TC_VU - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Vanuatu (678)
678
- TC_WAIT - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
Wait
Wait until workflow is no longer active
- TC_WAITACTIVITY - Static variable in class gw.pl.workflow.typekey.WorkflowActiveState
-
Wait Activity
The workflow is waiting for some activities to complete.
- TC_WAITMANUAL - Static variable in class gw.pl.workflow.typekey.WorkflowActiveState
-
Wait Timeout/Manual
The workflow is waiting for a trigger or timeout.
- TC_WAITMESSAGE - Static variable in class gw.pl.workflow.typekey.WorkflowActiveState
-
Wait Message
The workflow is waiting for a message to be acked.
- TC_WARD - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
Child / Ward
Child or ward
- TC_WARM - Static variable in class gw.pl.sample.typekey.SampleTheme
-
Warm
Warm color
- TC_WARNING - Static variable in class gw.pl.validation.typekey.ValidationIssueType
-
Warning
A validation warning
- TC_WCAPPEALS - Static variable in class gw.pl.contact.typekey.VenueType
-
Workers' Comp Appeals Board
Workers' Comp Appeals Board
- TC_WEBPROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_WEDNESDAY - Static variable in class gw.pl.calendar.typekey.Weekdays
-
Wednesday
Wednesday
- TC_WEEKLYFREQUENCY - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
weeklyfrequency
weeklyfrequency
- TC_WF - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Wallis and Futuna (681)
681
- TC_WINDOW - Static variable in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
Window
Change made in window mode
- TC_WORD - Static variable in class gw.pl.activity.typekey.ExternalToolType
-
Microsoft Word
Microsoft Word
- TC_WORK - Static variable in class gw.pl.contact.typekey.PrimaryPhoneType
-
Work
Work
- TC_WORK - Static variable in class gw.pl.platform.typekey.PhoneType
-
Work
Work
- TC_WORKFLOW - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
Workflow Writer
Workflows work queue writer.
- TC_WORKFLOW - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
Workflow Writer
Workflows work queue writer.
- TC_WORKFLOW - Static variable in class gw.pl.workflow.typekey.Workflow
-
- TC_WORKFLOWACTIONLOG - Static variable in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- TC_WORKFLOWLOGENTRY - Static variable in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- TC_WORKFLOWMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage workflow
Permission to view the ManageWorkflow page
- TC_WORKFLOWMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage workflow
Permission to view the ManageWorkflow page
- TC_WORKFLOWTEXTLOG - Static variable in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- TC_WORKFLOWUSERLOG - Static variable in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- TC_WORKFLOWVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View workflow
Permission to view the Workflow page
- TC_WORKFLOWVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View workflow
Permission to view the Workflow page
- TC_WORKFLOWWORKITEM - Static variable in class gw.pl.workflow.typekey.WorkflowWorkItem
-
- TC_WORKITEMSETPURGE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
WorkItemSetPurge
Purge WorkItemSet data
- TC_WORKITEMSETPURGE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
WorkItemSetPurge
Purge WorkItemSet data
- TC_WORKPLAN - Static variable in class gw.pl.parameter.typekey.ComponentType
-
WorkplanGenerator
Workplan Generator
- TC_WORKQUEUEINSTRUMENTATIONPURGE - Static variable in class gw.ab.batchprocessing.typekey.BatchProcessTypeConstants
-
WorkQueueInstrumentationPurge
Purge instrumentation data for work queues
- TC_WORKQUEUEINSTRUMENTATIONPURGE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
WorkQueueInstrumentationPurge
Purge instrumentation data for work queues
- TC_WP - Static variable in class gw.pl.rule.typekey.RuleSetType
-
Workplan
Workplan rules
- TC_WQPROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_WS - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Samoa (685)
685
- TC_WSDATACHANGEEDIT - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Add Data Change
Permission to add a data change gosu program.
- TC_WSDATACHANGEEDIT - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Add Data Change
Permission to add a data change gosu program.
- TC_WSPROFILERCONFIG - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TC_YE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Yemen (967)
967
- TC_YEAR - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
year
year
- TC_YT - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Mayotte (262)
262
- TC_ZA - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
South Africa (27)
27
- TC_ZEROLENGTHSTRING - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
0-length varchar
Rows found in table with 0-length strings in varchar columns
- TC_ZIP - Static variable in class gw.pl.community.typekey.RegionType
-
Zip code
Zip code
- TC_ZM - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Zambia (260)
260
- TC_ZONEMANAGE - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
Manage admin zones
Permission to create, edit, or delete admin zones
- TC_ZONEMANAGE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
Manage admin zones
Permission to create, edit, or delete admin zones
- TC_ZONESOURCELOADED - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
Zone Source tables loaded
Zone Source tables loaded from staging tables
- TC_ZONEVIEW - Static variable in class gw.ab.security.typekey.SystemPermissionTypeConstants
-
View admin zones
Permission to view the list of admin zones
- TC_ZONEVIEW - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
View admin zones
Permission to view the list of admin zones
- TC_ZW - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Zimbabwe (263)
263
- TC_ZZ - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
Unknown
0
- TeamModel - Interface in gw.api.team
-
Basic interface common to all subclasses of TeamModel.
- TeamTreeNode - Class in gw.api.web.team
-
Class description...
- TeamTreeNode() - Constructor for class gw.api.web.team.TeamTreeNode
-
- TEAR_DOWN_TEST_ENVIRONMENT_COMMAND - Static variable in class gw.test.servlet.RemoteTestServlet
-
- tearDown() - Method in class gw.test.TestClass
-
- tearDown() - Method in class gw.testharness.clustering.ClusterTest
-
- tearDown() - Method in class gw.testharness.TestBase
-
- teardownData() - Method in class gw.testharness.TestBase
-
- teardownDependencies() - Method in class gw.testharness.TestBase
-
- teardownDependenciesWhenSuiteSetupFailed() - Method in class gw.testharness.TestBase
-
- TEMP_DIR - Static variable in interface gw.plugin.InitializablePlugin
-
Parameter name for the path of the plugin's temp directory.
- TempDeferredOutputStream - Class in gw.api.util
-
This class will permit writing output to an in memory structure or a temporary File if it exceeds a threshold.
- TempDeferredOutputStream() - Constructor for class gw.api.util.TempDeferredOutputStream
-
This will create a instance of this class using utf8 as the encoding and 10k threshold.
- TempDeferredOutputStream(int) - Constructor for class gw.api.util.TempDeferredOutputStream
-
This will create a instance of this class with the specified encoding and specified threshold.
- TempDeferredOutputStream(int, String) - Constructor for class gw.api.util.TempDeferredOutputStream
-
This will create a instance of this class with the specified encoding and specified threshold.
- TemplateImportResults - Class in gw.api.webservice.templateTools
-
Table Import Results
- TemplateImportResults() - Constructor for class gw.api.webservice.templateTools.TemplateImportResults
-
- TemplateParseException - Exception in gw.lang.parser.template
-
- TemplateParseException(ResourceKey, int, int, int, String...) - Constructor for exception gw.lang.parser.template.TemplateParseException
-
- TemplateParseException(ParseResultsException, String) - Constructor for exception gw.lang.parser.template.TemplateParseException
-
- TemplateParseException(String, ParseResultsException, String, int, int, int, ResourceKey, String[]) - Constructor for exception gw.lang.parser.template.TemplateParseException
-
- TemplatePluginUtils - Class in gw.document
-
Class to hold a number of utility methods common to Document, Email, and Note template plugins
- TemplatePluginUtils() - Constructor for class gw.document.TemplatePluginUtils
-
- TemplatePluginUtils.TemplateResultBlock - Interface in gw.document
-
This interface is used by the resolveTemplates after the templates have been resolved, it is executed in the
target locale.
- TemplatePluginUtils.TemplateSetupBlock - Interface in gw.document
-
This interface is used by the resolveTemplates to setup the IScriptHost with the symbols that are required
by the templates.
- TemplateUtil - Class in gw.api.util
-
Utilities for using Gosu templates.
- TEMPORARY_BRANCH_DYNPROP - Static variable in interface gw.pl.persistence.core.effdate.entity.EffDatedBranch
-
- TemporaryContact - Class in gw.api.contact
-
Holds a reference to a temporary Contact.
- TemporaryContact(Contact) - Constructor for class gw.api.contact.TemporaryContact
-
- tempSymbol(IRType) - Method in class gw.lang.ir.builder.IRBuilderContext
-
- TempToPermEntry - Interface in gw.pl.contact.entity
-
- TerminalType - Enum in gw.lang.parser.statements
-
- terminate() - Static method in class gw.solr.GWSolrBatchLoader
-
- TerminatedException - Exception in gw.processes
-
Class description...
- TerminatedException(DisplayKey) - Constructor for exception gw.processes.TerminatedException
-
- TerminatedException(DisplayKey, Throwable) - Constructor for exception gw.processes.TerminatedException
-
- TerminatedException(DisplayKey, Object[]) - Constructor for exception gw.processes.TerminatedException
-
- TerminatedException(DisplayKey, Object[], Throwable) - Constructor for exception gw.processes.TerminatedException
-
- TerminatedException(String) - Constructor for exception gw.processes.TerminatedException
-
- TerminatedException(String, Throwable) - Constructor for exception gw.processes.TerminatedException
-
- TerminatedException(String[]) - Constructor for exception gw.processes.TerminatedException
-
- TEST - Static variable in class gw.api.util.Logger
-
Deprecated.
Logger for test related features
- TEST - Static variable in class gw.pl.logging.LoggerCategory
-
- TEST_DATABASE - Static variable in class gw.pl.logging.LoggerCategory
-
- TEST_HARNESS_HELPER - Static variable in class gw.api.profiler.ProfilerTag
-
- TEST_INFO_COMMAND - Static variable in class gw.test.servlet.RemoteTestServlet
-
- TestableElement - Class in gw.smoketest.platform.web
-
The base class for all elements thata re testable
- TestableElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.TestableElement
-
- testAt(int) - Method in class gw.test.Suite
-
- TestBase - Class in gw.testharness
-
The base class for all tests at Guidewire.
- TestBase() - Constructor for class gw.testharness.TestBase
-
Creates a new test case with the given name.
- TestBase(String) - Constructor for class gw.testharness.TestBase
-
Creates a new test case with the given name.
- TestBase.CactusTestRunner - Class in gw.testharness
-
- TestBase.CactusTestRunner(long, String) - Constructor for class gw.testharness.TestBase.CactusTestRunner
-
- TestBase.CactusTestRunner(String) - Constructor for class gw.testharness.TestBase.CactusTestRunner
-
- TestBase.GWServletTestCase - Class in gw.testharness
-
- TestBase.GWServletTestCase(String, TestCase) - Constructor for class gw.testharness.TestBase.GWServletTestCase
-
- TestBreakInfo - Class in gw.test
-
- TestBreakInfo(String, Throwable) - Constructor for class gw.test.TestBreakInfo
-
- TestBreakInfo(String, List<? extends ITestMetadata>, Throwable) - Constructor for class gw.test.TestBreakInfo
-
- TestClass - Class in gw.test
-
- TestClass() - Constructor for class gw.test.TestClass
-
- TestClass(String) - Constructor for class gw.test.TestClass
-
- TestClass(boolean) - Constructor for class gw.test.TestClass
-
- TestClass(String, boolean) - Constructor for class gw.test.TestClass
-
- TestClass.EqualityTester - Interface in gw.test
-
- TestClassHelper - Class in gw.test
-
Helper methods for analyzing methods, and instantiating test classes.
- TestClassHelper() - Constructor for class gw.test.TestClassHelper
-
- TestClassWrapper - Class in gw.test
-
- TestClassWrapper(TestExecutionManager, IType, String...) - Constructor for class gw.test.TestClassWrapper
-
- testConfiguration() - Method in interface gw.api.scm.IScmAdapter
-
Test the configuration of the adapter.
- testCount() - Method in class gw.test.Suite
-
- TestDataUtil - Class in gw.api.testdata
-
Utilities for use in tests that need to manipulate beans, bundles, locales, and other data.
- TestDataUtil() - Constructor for class gw.api.testdata.TestDataUtil
-
- TestEnvironment - Class in gw.test
-
- TestEnvironment() - Constructor for class gw.test.TestEnvironment
-
- TestExecutionManager - Class in gw.test
-
The TestExecutionManager class is responsible for the actual execution of tests, including executing the before/after
hooks.
- TestExecutionManager() - Constructor for class gw.test.TestExecutionManager
-
- TestExecutionManager.TestInfo - Class in gw.test
-
- TestExecutionManager.TestInfo(int) - Constructor for class gw.test.TestExecutionManager.TestInfo
-
- testFileListing(String, String) - Static method in class gw.fs.physical.win32.NativeWin32API
-
- testFileMetadata(String, String) - Static method in class gw.fs.physical.win32.NativeWin32API
-
- TestingClock - Class in gw.api.tools
-
Utilities for getting/setting the system clock time.
- TestingClock() - Constructor for class gw.api.tools.TestingClock
-
- TestMetadata - Class in gw.test
-
- TestMetadata(Annotation) - Constructor for class gw.test.TestMetadata
-
- testMethodDone(Throwable) - Method in class gw.testharness.TestBase
-
- TestPropertyUtil - Class in gw.testharness
-
- TestPropertyUtil() - Constructor for class gw.testharness.TestPropertyUtil
-
- tests() - Method in class gw.test.Suite
-
- Tests - Annotation Type in gw.testharness
-
User: dbrewster
Date: May 2, 2007
Time: 5:46:58 PM
- testsAsList() - Method in class gw.test.Suite
-
- testsAsListOfSuites() - Method in class gw.test.Suite
-
- TestSpec - Class in gw.test
-
- TestSpec(String, String...) - Constructor for class gw.test.TestSpec
-
- TestTimingData - Class in gw.test.util
-
- TestUtil - Class in gw.testharness
-
Test util classes available for Java and Gosu smoke tests
- TestUtil() - Constructor for class gw.testharness.TestUtil
-
- textExistsInPage(String) - Method in interface gw.testharness.ISmokeTestHelper
-
Deprecated.
- TextNode - Interface in gw.xml
-
- then(IRStatementBuilder) - Method in class gw.lang.ir.builder.statement.IRIfStatementBuilder
-
- thenBy(IQuerySelectColumn) - Method in interface gw.api.database.IQueryResult
-
Orders by columns in ascending order.
- thenBy(IEntityPropertyInfo) - Method in interface gw.api.database.IQueryResult
-
Orders by column in ascending order.
- thenBy(QueryColumnBeanPath) - Method in class gw.plugin.solr.SolrQueryProcessor
-
- thenByDescending(IQuerySelectColumn) - Method in interface gw.api.database.IQueryResult
-
Orders by columns in descending order.
- thenByDescending(IEntityPropertyInfo) - Method in interface gw.api.database.IQueryResult
-
Orders by column in descending order.
- thenByDescending(QueryColumnBeanPath) - Method in class gw.plugin.solr.SolrQueryProcessor
-
- THIS - Static variable in interface gw.lang.parser.ISymbol
-
- THIS_POS - Static variable in interface gw.lang.parser.IStackProvider
-
- ThreadSafeProxy - Class in gw.pl.util.webservices
-
Internal class that creates a thread safe wrapper around a potentially
non-thread safe class by maintaining a pool of such classes and allocating an
instance of the class per method call.
- ThreadSafeProxy() - Constructor for class gw.pl.util.webservices.ThreadSafeProxy
-
- ThreadSafeSymbolTable - Class in gw.lang.parser
-
- ThreadSafeSymbolTable(boolean) - Constructor for class gw.lang.parser.ThreadSafeSymbolTable
-
- THROTTLEINTERVAL - Static variable in class gw.workqueue.WorkQueueTestUtil
-
- through(T) - Static method in class gw.api.util.Range
-
Returns the interval including all values on or before end.
- through(Comparator<? super T>, T) - Static method in class gw.api.util.Range
-
Returns the interval including all values on or before end.
- Throw - Class in gw.pl.util
-
Utility class for conveniently throwing exceptions.
- Throw() - Constructor for class gw.pl.util.Throw
-
- THROWABLE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- throwArgMismatchException(IllegalArgumentException, String, Class[], Object[]) - Static method in class gw.util.GosuExceptionUtil
-
This method can be used to provide a more informative type-mismatch exception message than the standard java reflection
does with its IllegalArgumentException.
- throwCsvGenerationException(IOException) - Method in class gw.api.print.PrintAction
-
Throws a user-friendly exception message to indicate that the print operation has failed.
- throwDisplayableValidationExceptionIfNecessary(ValidationResult, ValidationLevel) - Static method in class gw.api.validation.ValidationExceptionUtil
-
Throws a DisplayableEntityValidationException if the result object has any errors or warnings at the specified validation
level.
- throwEntityValidationExceptionIfNecessary(ValidationResult, ValidationLevel) - Static method in class gw.api.validation.ValidationExceptionUtil
-
Throws an EntityValidationException if the result object has any errors or warnings at the specified validation
level.
- throwException(Throwable) - Method in interface gw.util.GosuExceptionUtil.IForceThrower
-
- throwPdfGenerationException(IOException) - Method in class gw.api.print.PrintAction
-
Throws a user-friendly exception message to indicate that the print operation has failed.
- THROWS() - Static method in class gw.lang.reflect.java.JavaTypes
-
- Throws - Class in gw.lang
-
- Throws(IType, String) - Constructor for class gw.lang.Throws
-
- throwUnchecked(Throwable) - Static method in class gw.pl.util.ExceptionUtil
-
Throws the given Throwable as an unchecked exception.
- TIME_ZONE() - Static method in class gw.lang.reflect.java.JavaTypes
-
- TimedLoaderObject - Interface in gw.pl.staging.entity
-
TimedLoaderObject
null
- TimedLRUCache<K,V> - Class in gw.solr.utils
-
LRU cache that expires oldest entries either because it's full or they are too old
- TimedLRUCache(int, long, TimeUnit) - Constructor for class gw.solr.utils.TimedLRUCache
-
- TimedLRUCache(int, long, TimeUnit, int) - Constructor for class gw.solr.utils.TimedLRUCache
-
- TimedUpgraderObject - Interface in gw.pl.upgrader.entity
-
TimedUpgraderObject
null
- TIMEOUT - Static variable in class gw.api.tools.BatchProcessRunResult
-
- TimeParameterKey - Class in gw.api.system
-
Class description...
- TimeParameterKey(Map<String, ParameterKey>, String, boolean, String) - Constructor for class gw.api.system.TimeParameterKey
-
- timeSetupData - Static variable in class gw.junit.AbstractTestConstants
-
- timeSetupDependencies - Static variable in class gw.junit.AbstractTestConstants
-
- timeStart - Static variable in class gw.junit.AbstractTestConstants
-
- timeTeardownData - Static variable in class gw.junit.AbstractTestConstants
-
- timeTeardownDependencies - Static variable in class gw.junit.AbstractTestConstants
-
- timeTest - Static variable in class gw.junit.AbstractTestConstants
-
- TimeZoneType - Class in gw.pl.community.typekey
-
- TimeZoneType(ITypeList, String) - Constructor for class gw.pl.community.typekey.TimeZoneType
-
- TmpContactAddressLink - Interface in gw.pl.contact.entity
-
TmpContactAddressLink
Temporary table for linking new addresses to their contacts.
- TmpSearchColumns - Interface in gw.pl.temp.entity
-
TmpSearchColumns
- toABContactAPISearchResultHelper() - Method in class gw.api.webservice.addressbook.contactapi.ABContactSearchResult
-
Deprecated.
(Since 8.0.0) This method will be removed in ContactManager 9.
- toABContactSearchSpec() - Method in class gw.api.webservice.addressbook.contactapi.ABContactAPISearchSpec
-
Deprecated.
Converts this ABContactAPISearchSpec into an ABContactSearchSpec
- toArray() - Method in interface gw.lang.reflect.gs.IGosuArrayClassInstance
-
- toArray() - Method in class gw.util.concurrent.ConcurrentHashSet
-
- toArray(T[]) - Method in class gw.util.concurrent.ConcurrentHashSet
-
- toArray() - Method in class gw.util.DynamicArray
-
Returns an array containing all of the elements in this list
in proper sequence (from first to last element).
- toArray(T[]) - Method in class gw.util.DynamicArray
-
Returns an array containing all of the elements in this list in proper
sequence (from first to last element); the runtime type of the returned
array is that of the specified array.
- toArray(T[]) - Method in class gw.util.IdentitySet
-
- toArray() - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- toArray(T[]) - Method in class gw.xml.xsd.typeloader.IdrefsList
-
- toBigDecimal(String, Currency) - Static method in class gw.api.util.CurrencyUtil
-
Parses a string into a BigDecimal
- toBlock() - Method in class gw.lang.reflect.features.BoundMethodReference
-
- toBlock() - Method in class gw.lang.reflect.features.ConstructorReference
-
- toBlock() - Method in interface gw.lang.reflect.features.IInvokableFeatureReference
-
Returns the method reference as a block in a transformation-friendly syntax
- toBlock() - Method in class gw.lang.reflect.features.MethodChainReference
-
- toBlock() - Method in class gw.lang.reflect.features.MethodReference
-
- toBytes() - Method in class gw.util.fingerprint.FP64
-
Returns the value of this fingerprint as a newly-allocated array
of 8 bytes.
- toBytes(byte[]) - Method in class gw.util.fingerprint.FP64
-
Returns the value of this fingerprint as an 8-byte array.
- toBytes(CharSequence) - Static method in class gw.util.StreamUtil
-
Converts the specified character sequence to bytes using UTF-8.
- toCalendar() - Method in class gw.xml.date.AbstractXmlDateType
-
- toCalendar(TimeZone) - Method in class gw.xml.date.AbstractXmlDateType
-
- toCalendarDayOfWeek() - Method in enum gw.date.DayOfWeek
-
The corresponding integer constant suitable for use with the Calendar.DAY_OF_WEEK field
- toCalendarMonth() - Method in enum gw.date.Month
-
The corresponding integer constant suitable for use with the Calendar.MONTH field
- toComparable(T) - Method in interface gw.lang.enhancements.OrderedList.IToComparable
-
- toContact() - Method in interface gw.pl.contact.entity.AddressBookConvertable
-
Deprecated.
- ToCurrency - Variable in class gw.currency.fxrate.FXRateContextImpl.Builder
-
- ToCurrency - Variable in class gw.currency.fxrate.FXRateContextImpl
-
- toCurrencyAmount(String, Currency) - Static method in class gw.api.util.CurrencyUtil
-
Parses a string into a CurrencyAmount
- toDebugString() - Method in class gw.fs.physical.win32.Win32FindData
-
- toDebugString() - Method in class gw.lang.init.GosuPathEntry
-
Returns a String representation of this path entry suitable for use in debugging.
- toDisplayName(TypeKey) - Static method in class gw.api.util.TypeKeyUtil
-
- toDisplayName(IType) - Static method in class gw.api.util.TypeUtil
-
Returns the localized display string for the specified
IType, or the relative name
of the
IType if no localized string is defined.
- toggle() - Method in class gw.api.admin.RootTreeNode
-
- toggle() - Method in class gw.api.tree.AbstractLazyLoadingTreeNode
-
This method is only allowed on a non-leaf node.
- toggle() - Method in class gw.api.tree.SimpleTreeNode
-
- toggle() - Method in interface gw.api.tree.TreeNode
-
Toggles open/closed state of the node, only applicable to non-leaf node
- toggle() - Method in class gw.smoketest.platform.web.TreeViewNodeElement
-
Opens or closes this node.
- toGosu() - Method in class gw.lang.reflect.Expando
-
- toGosu(boolean, StringBuilder, int) - Method in class gw.lang.reflect.Expando
-
- toGraph() - Method in class gw.api.graph.Tree
-
Returns the tree as a graph instance.
- toHexString() - Method in class gw.lang.Blob
-
- toHexString() - Method in class gw.util.fingerprint.FP64
-
Returns the value of this fingerprint as an unsigned integer encoded
in base 16 (hexideicmal), padded with leading zeros to a total length
of 16 characters.
- toInputStream() - Method in class gw.lang.Blob
-
- toJavaFile() - Method in interface gw.fs.IResource
-
- toJavaFile() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- toJavaFile() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- toJavaFile() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- toJavaFile() - Method in class gw.fs.url.URLFileImpl
-
- toJavaFile() - Method in class gw.pl.util.FilteringDirectory
-
- toJSON() - Method in class gw.processes.WorkQueueInstrumentation
-
Formats object into JSON string.
- toJSONString() - Method in class gw.pl.util.JSONMultiObject
-
- tokenize(String, char) - Static method in class gw.pl.util.StringUtil
-
Split up a string into tokens delimited by the specified separator
character.
- tokenize(String, char) - Static method in class gw.util.GosuStringUtil
-
Split up a string into tokens delimited by the specified separator
character.
- tokenizeToList(String, char) - Static method in class gw.pl.util.StringUtil
-
Split up a string into tokens delimited by the specified separator
character.
- tokenizeUnescaped(String, char, char) - Static method in class gw.pl.util.StringUtil
-
Split up a string into tokens delimited by the specified separator
character as long as that character is not escaped with the escape character.
- toLanguage(LanguageType) - Static method in class gw.api.util.LocaleUtil
-
Get the language from the language type key
- toLanguageType(ILocale) - Static method in class gw.api.util.LocaleUtil
-
Get the language type from the language
- toList() - Method in class gw.util.Stack
-
- toLocale(LocaleType) - Static method in class gw.api.util.LocaleUtil
-
Get the locale from the locale type key
- toLocaleType(ILocale) - Static method in class gw.api.util.LocaleUtil
-
Get the locale type from the locale
- toLowerCase(String) - Static method in class gw.api.util.StringUtil
-
Converts all of the characters in the specified string to lower case.
- toLowerCase() - Method in class gw.lang.parser.CICS
-
- toMajorMinorString() - Method in class gw.lang.GosuVersion
-
- toModifierString(int) - Static method in class gw.lang.reflect.Modifier
-
- toNewlineDelimitedString(Map) - Static method in class gw.pl.util.CollectionUtil
-
Returns a string representation of the given map, in which each entry
is separate by a newline.
- toNumber() - Method in class gw.api.financials.CurrencyAmount
-
- toNumber() - Method in interface gw.lang.IDimension
-
The Gosu runtime calls this method when performing default operations.
- toNumber() - Method in class gw.pl.currency.MonetaryAmount
-
- TooLooseContactCreateCriteriaException - Exception in gw.api.contact
-
An exception thrown when an ABContact lacks required information for creation.
- TooLooseContactCreateCriteriaException(ABContact, Country) - Constructor for exception gw.api.contact.TooLooseContactCreateCriteriaException
-
- TooLooseContactCreateCriteriaException(String) - Constructor for exception gw.api.contact.TooLooseContactCreateCriteriaException
-
- TooLooseContactDuplicateMatchCriteriaException - Exception in gw.api.contact
-
An exception thrown when an ABContact lacks required information for finding duplicates.
- TooLooseContactDuplicateMatchCriteriaException(ABContact, Country) - Constructor for exception gw.api.contact.TooLooseContactDuplicateMatchCriteriaException
-
- TooLooseContactDuplicateMatchCriteriaException(ABContact, Country, LocaleType) - Constructor for exception gw.api.contact.TooLooseContactDuplicateMatchCriteriaException
-
- TooLooseContactSearchCriteriaException - Exception in gw.api.contact
-
An exception thrown when an ABContact lacks required information for searching.
- TooLooseContactSearchCriteriaException(SubtypeKey, Country, LocaleType) - Constructor for exception gw.api.contact.TooLooseContactSearchCriteriaException
-
- TooLooseContactSearchCriteriaException(SubtypeKey, Country) - Constructor for exception gw.api.contact.TooLooseContactSearchCriteriaException
-
- TooLooseContactSearchCriteriaException(IType, Country, LocaleType) - Constructor for exception gw.api.contact.TooLooseContactSearchCriteriaException
-
- TooLooseContactSearchCriteriaException(String) - Constructor for exception gw.api.contact.TooLooseContactSearchCriteriaException
-
- topLevelNodeFinished(Map<String, XSDBasedXMLNode>, Map<Pair<XSDBasedXMLNode, String>, Object>) - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- toPrettyString() - Method in class gw.api.validation.ValidationResult
-
- toProperties(String) - Static method in class gw.util.StreamUtil
-
Converts the specified property file text to a Properties object.
- toRGBString(Color) - Static method in class gw.pl.util.StringUtil
-
- toSignature(String) - Static method in class gw.lang.GosuShop
-
- toSpaces(String, String, String) - Static method in class gw.testharness.TestUtil
-
Normalizes a string's white space characters to a number of space characters.
- toSpaces(String) - Static method in class gw.testharness.TestUtil
-
Normalizes a string's white space characters to a number of space characters.
- toSqlLiteral(Object) - Method in interface gw.datatype.IPersistentDataType
-
Formats an application value as a SQL literal.
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.AnyURITypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.Base64BinaryTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.BigDecimalTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.BigIntegerTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.BooleanTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.ByteTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.CalendarTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.CharArrayTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.DateTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.DoubleTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.EnumTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.FloatTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.HexBinaryTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.IDREFSTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.IDREFTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.IntegerTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.LongTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.NMTokensTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.NMTokenTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.NormalizedStringTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.QNameTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.ShortTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.StringTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.UnsignedByteTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.UnsignedIntTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.UnsignedLongTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.UnsignedShortTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.URLTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.XSDEnumeratedTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.XSDTypeTypeWrapper
-
- toStorage(Object) - Method in class gw.xml.xsd.typewrapper.XSDTypeWrapper
-
- toString() - Method in class gw.api.activity.BusCalType
-
- toString() - Method in enum gw.api.admin.ImportDataInfo.ResolutionOption
-
- toString() - Method in class gw.api.admin.SOOMessageFilters
-
- toString() - Method in class gw.api.admin.UnassignedUsersGroup
-
- toString() - Method in class gw.api.archiving.upgrade.IssueEntityHasBeenDropped
-
- toString() - Method in class gw.api.archiving.upgrade.IssuePropertyEntityHasBeenDropped
-
- toString() - Method in class gw.api.archiving.upgrade.IssuePropertyHasBeenDropped
-
- toString() - Method in class gw.api.archiving.upgrade.IssuePropertyNew
-
- toString() - Method in class gw.api.archiving.upgrade.IssuePropertyNotFound
-
- toString() - Method in class gw.api.assignment.AutoAssignAssignee
-
Name of assignee, suitable for display to user.
- toString() - Method in class gw.api.assignment.UserAssignee
-
Display the name of the assignee; uses the display key together with the display names of the
user and group.
- toString() - Method in class gw.api.bean.compare.DiffImpl
-
- toString() - Method in class gw.api.bean.compare.EntityDiffImpl
-
- toString() - Method in class gw.api.bean.compare.ui.PropertyDiffDisplay
-
Override of the venerable toString() method so that log entries
contain the name of the property being Diffed.
- toString() - Method in class gw.api.contact.ContactTokenThreadLocal
-
Debug string output
- toString() - Method in class gw.api.contact.LinkStatus
-
Converts the link status value to a String.
- toString() - Method in class gw.api.database.AWRReportUserSettings
-
- toString() - Method in class gw.api.database.AWRReportUserSettingsFactory
-
- toString() - Method in enum gw.api.database.ConsistCheckRunTableSelectType
-
- toString() - Method in class gw.api.database.DatabaseRow
-
- toString() - Method in class gw.api.database.DatabaseSnapshotInfo
-
- toString() - Method in enum gw.api.database.DBDayOfWeek
-
- toString() - Method in class gw.api.database.GroupingQuery
-
- toString() - Method in interface gw.api.database.IQuery
-
- toString() - Method in class gw.api.database.Query
-
- toString() - Method in class gw.api.database.spatial.SpatialPoint
-
- toString() - Method in class gw.api.database.spatial.SpatialPolygon
-
- toString() - Method in class gw.api.email.EmailContact
-
- toString() - Method in class gw.api.filters.StandardBeanFilter
-
- toString() - Method in class gw.api.filters.StandardQueryFilter
-
- toString() - Method in class gw.api.financials.CurrencyAmount
-
Formats this currency amount as <amount>[<SPACE><currency>].
- toString() - Method in class gw.api.financials.CurrencyAmountPair
-
- toString() - Method in class gw.api.graph.AttributeEdge
-
Returns debugging-friendly representation of the edge.
- toString() - Method in class gw.api.graph.Edge
-
Returns debugging-friendly representation of edge.
- toString() - Method in class gw.api.graph.print.DotAttributes
-
Returns the formatted output.
- toString() - Method in class gw.api.importing.graph.MapBackedGraph
-
- toString() - Method in exception gw.api.print.WidgetPrintException
-
- toString() - Method in class gw.api.profiler.IterationInfoNode
-
- toString() - Method in class gw.api.reflect.graph.PropertyAttribute
-
Debugging-friendly string representation of the property attribute.
- toString() - Method in class gw.api.reflect.graph.SubtypeAttribute
-
- toString() - Method in enum gw.api.scm.IScmAdapter.ScmState
-
- toString() - Method in class gw.api.tools.DatabaseInfo.ForeignKeyConstraintInfo
-
- toString() - Method in class gw.api.tools.DatabaseInfo.PrimaryKeyConstraintInfo
-
- toString() - Method in class gw.api.tools.DatabaseInfo.TableWithUnusedColumnInfo
-
- toString() - Method in class gw.api.tools.ProcessID
-
- toString() - Method in class gw.api.tools.SetLogLevelData.LevelComparable
-
- toString(Object) - Static method in class gw.api.util.ArrayUtil
-
Returns a comma separated list of the array elements as strings.
- toString() - Method in class gw.api.util.CoreFilters.AllFilter
-
- toString() - Method in enum gw.api.util.phone.GWPhoneMatchType
-
- toString() - Method in class gw.api.util.phone.GWPhoneNumberImpl
-
- toString() - Method in class gw.api.util.phone.GWPhoneNumberUnknown
-
- toString() - Method in enum gw.api.util.phone.GWPhoneType
-
- toString() - Method in enum gw.api.util.phone.GWPhoneValidationResult
-
- toString() - Method in class gw.api.util.Range
- toString() - Method in class gw.api.util.stats.StatisticsCollector.FormattedDouble
-
- toString() - Method in class gw.api.util.UltraFastDateFormat
-
Gets a debugging string version of this formatter.
- toString() - Method in class gw.api.web.util.BeanArrayTreeNode
-
- toString() - Method in class gw.api.web.util.BeanFieldsTreeNode
-
- toString() - Method in class gw.api.web.util.BeanTreeNode
-
- toString() - Method in class gw.api.webservice.systemTools.DBConsistencyCheckResult
-
- toString() - Method in class gw.api.webservice.systemTools.UpdateTableStatisticsData
-
- toString() - Method in class gw.api.webservice.typelisttools.TypeKeyData
-
the string value
- toString() - Method in enum gw.api.webservice.WSRunlevel
-
- toString() - Method in class gw.document.DocumentContentsInfo.ContentResponseType
-
- toString() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- toString() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- toString() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- toString() - Method in class gw.lang.EncryptedString
-
Convert to String
- toString() - Method in class gw.lang.function.AbstractBlock
-
- toString() - Method in class gw.lang.gosuc.GosucArg
-
- toString(Object) - Static method in class gw.lang.GosuShop
-
- toString() - Method in class gw.lang.GosuVersion
-
- toString(Object) - Method in interface gw.lang.IGosuShop
-
- toString() - Method in class gw.lang.init.GosuPathEntry
-
- toString() - Method in class gw.lang.ir.IRSymbol
-
- toString() - Method in class gw.lang.ir.statement.IRMethodStatement
-
- toString() - Method in class gw.lang.parser.CICS
-
- toString() - Method in exception gw.lang.parser.exceptions.ParseException
-
- toString() - Method in enum gw.lang.parser.GlobalScope
-
- toString() - Method in interface gw.lang.parser.IParseTree
-
- toString() - Method in class gw.lang.parser.IScriptPartId
-
- toString() - Method in class gw.lang.parser.Keyword
-
- toString() - Method in class gw.lang.parser.resources.ResourceKey
-
- toString() - Method in class gw.lang.parser.ScriptPartId
-
- toString() - Method in class gw.lang.parser.StandardSymbolTable
-
- toString() - Method in class gw.lang.parser.TypelessScriptPartId
-
- toString() - Method in class gw.lang.reflect.BaseFeatureInfo
-
- toString() - Method in class gw.lang.reflect.DefaultArrayType
-
- toString() - Method in class gw.lang.reflect.EnumValuePlaceholder
-
- toString() - Method in class gw.lang.reflect.Expando
-
- toString() - Method in class gw.lang.reflect.FeatureManager
-
- toString() - Method in class gw.lang.reflect.FunctionType
-
- toString() - Method in class gw.lang.reflect.gs.IFileSystemGosuClassRepository.ClassPathEntry
-
- toString() - Method in interface gw.lang.reflect.gs.IGosuObject
-
- toString() - Method in class gw.lang.reflect.gs.StringSourceFileHandle
-
- toString() - Method in class gw.lang.reflect.gs.TypeName
-
- toString() - Method in class gw.lang.reflect.interval.AbstractInterval
-
- toString() - Method in class gw.lang.reflect.interval.IterableInterval
-
- toString() - Method in class gw.lang.reflect.java.asm.AsmClass
-
- toString() - Method in class gw.lang.reflect.java.asm.AsmField
-
- toString() - Method in class gw.lang.reflect.java.asm.AsmMethod
-
- toString() - Method in class gw.lang.reflect.java.asm.AsmType
-
- toString() - Method in class gw.lang.reflect.java.asm.AsmWildcardType
-
- toString() - Method in class gw.lang.reflect.MethodInfoDelegate
-
- toString() - Method in class gw.lang.reflect.module.Dependency
-
- toString() - Method in class gw.lang.reflect.ParameterizedFunctionType
-
- toString() - Method in class gw.lang.reflect.PropertyInfoBuilder.BuiltPropertyInfo
-
- toString() - Method in class gw.lang.reflect.PropertyInfoDelegate
-
- toString() - Method in class gw.lang.reflect.RefreshRequest
-
- toString() - Method in class gw.lang.reflect.TypeBase
-
- toString() - Method in class gw.lang.reflect.TypeLoaderBase
-
- toString() - Method in class gw.pl.activity.entity.Activity.ActivityTip
-
- toString() - Method in class gw.pl.currency.MonetaryAmount
-
Converts tha currency amount to the form <amount>[<SPACE><currency>].
- toString() - Method in class gw.pl.external.Type
-
Deprecated.
- toString() - Method in class gw.pl.io.StringLineWriter
-
Returns a string representation of the contents, with lines separated
by a newline character.
- toString() - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
This is used to create sub-loggers, so we have to return only the name!
- toString() - Method in class gw.pl.persistence.core.effdate.EffDatedKey
-
- toString() - Method in class gw.pl.persistence.core.Key
-
- toString() - Method in class gw.pl.util.diff.lcs.Diffable
-
- toString() - Method in class gw.pl.util.diff.lcs.DiffEntry
-
- toString() - Method in class gw.pl.util.diff.lcs.LongestCommonSubsequence
-
- toString() - Method in class gw.pl.util.diff.lcs.ValueDiffable
-
- toString() - Method in class gw.pl.util.PropertyTree
-
String representation: the key.
- toString() - Method in class gw.pl.util.Rectangle
-
- toString() - Method in class gw.plugin.addressbook.ContactRelationshipUpdateType
-
- toString() - Method in class gw.plugin.assignment.AssignmentCommand
-
- toString() - Method in class gw.plugin.document.impl.XMLDocumentTemplateDescriptor
-
- toString() - Method in class gw.plugin.security.UserNamePasswordAuthenticationSource
-
ToString
- toString() - Method in class gw.plugin.security.UserValueNVP
-
ToString
- toString() - Method in class gw.plugin.validation.ValidationCommand
-
- toString() - Method in class gw.plugin.validation.ValidationType
-
- toString() - Method in class gw.smoketest.platform.web.PCFElementId
-
- toString() - Method in error gw.test.remote.RemoteAssertionFailedError
-
- toString() - Method in class gw.test.remote.RemoteTestClass
-
- toString() - Method in exception gw.test.remote.RemoteTestException
-
- toString() - Method in class gw.test.TestClass
-
- toString() - Method in class gw.util.cache.FqnCacheNode
-
- toString() - Method in class gw.util.concurrent.Cache
-
- toString() - Method in class gw.util.concurrent.ConcurrentHashSet
-
- toString() - Method in class gw.util.concurrent.ConcurrentWeakValueHashMap
-
- toString() - Method in class gw.util.diff.sorted.Diff
-
- toString() - Method in class gw.util.fingerprint.FP64
-
- toString(Object) - Static method in class gw.util.GosuObjectUtil
-
Gets the toString of an Object returning
an empty string ("") if null input.
- toString(Object, String) - Static method in class gw.util.GosuObjectUtil
-
Gets the toString of an Object returning
a specified text if null input.
- toString() - Method in class gw.util.IdentitySet
-
- toString() - Method in class gw.util.Pair
-
- toString() - Method in class gw.util.perf.objectsize.ObjectSize
-
- toString(double) - Static method in class gw.util.perf.objectsize.ObjectSize
-
- toString() - Method in class gw.util.Reference
-
- toString() - Method in class gw.util.ReferenceWithName
-
- toString() - Method in class gw.util.RegExpMatch
-
- toString() - Method in class gw.util.SpaceEfficientHashMap
-
- toString(byte[]) - Static method in class gw.util.StreamUtil
-
Converts the specified byte array to a String using UTF-8.
- toString(byte[], int, int) - Static method in class gw.util.StreamUtil
-
Converts the specified byte array to a String using UTF-8.
- toString() - Method in class gw.util.Triple
-
- toString() - Method in class gw.xml.AbstractXMLNode
-
Returns a string containing the qualified name of the node.
- toString() - Method in class gw.xml.date.AbstractXmlDateType
-
- toString() - Method in class gw.xml.date.XmlDuration
-
- toString() - Method in class gw.xml.FileNameAndLineNumber
-
- toString() - Method in class gw.xml.parser2.XMLGosuExpression
-
- toString() - Method in class gw.xml.parser2.XMLParseIssue
-
- toString() - Method in class gw.xml.parser2.XSDEnumeratedType
-
toString() returns the key of this instance
- toString() - Method in class gw.xml.ws.HttpHeaders
-
- toString() - Method in class gw.xml.XmlBase
-
Returns a string representation of this XML type instance.
- toString() - Method in class gw.xml.XmlElement
-
Returns a human-readable description of this element.
- toString() - Method in class gw.xml.XmlMixedContentText
-
Returns the text content.
- toString() - Method in class gw.xml.XmlNamespace
-
Returns a string representation of this XmlNamespace object.
- toString() - Method in class gw.xml.XMLNodeAttributeMap
-
- toString() - Method in class gw.xml.XmlSchemaAccess
-
Returns the package name of this schema.
- toString() - Method in class gw.xml.XmlSimpleValue
-
Returns a string representation for debugging.
- toString() - Method in class gw.xml.xsd.typeloader.XSDBasedXMLNode
-
- toString() - Method in class gw.xml.xsd.typeloader.XSDEnumerationValue
-
- TOTAL_DRIVING_DISTANCE - Static variable in interface gw.plugin.geocode.IGeocodePlugin
-
Deprecated.
A string representing total driving distance
- TOTAL_DRIVING_TIME - Static variable in interface gw.plugin.geocode.IGeocodePlugin
-
Deprecated.
A string representing total driving time
- totalElementsInAllPages() - Method in class gw.smoketest.platform.web.IteratorEntriesWithPaging
-
Deprecated.
This method may change the current page of this LV, and cause undesirable side effect (e.g. validation error) or be very slow to run.
- totalLines - Variable in class gw.util.perf.codestats.FileInfo
-
- toThrowable() - Method in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- touch() - Method in interface gw.pl.persistence.core.entity.Versionable
-
Set's the version of the bean to the next value (i.e. the bean version original value+1)
Multiple calls to this method on the same bean will result in the same value being used
for the version (i.e. it is idempotent).
- touch() - Static method in class gw.pl.util.FileUtil.LocalCleanupTimer
-
- touchesHorizontally(Rectangle) - Method in class gw.pl.util.Rectangle
-
- touchesVertically(Rectangle) - Method in class gw.pl.util.Rectangle
-
- toUnmodifiableCopy(Map) - Static method in class gw.pl.util.CollectionUtil
-
Returns an unmodifiable copy of the given Map.
- toUpperCase(String) - Static method in class gw.api.util.StringUtil
-
Converts all of the characters in the specified string to upper case.
- toURI() - Method in interface gw.fs.IResource
-
- toURI() - Method in class gw.fs.jar.JarEntryResourceImpl
-
- toURI() - Method in class gw.fs.jar.JarFileDirectoryImpl
-
- toURI() - Method in class gw.fs.physical.PhysicalResourceImpl
-
- toURI() - Method in class gw.fs.url.URLFileImpl
-
- toURI() - Method in class gw.pl.util.FilteringDirectory
-
- toURI() - Method in class gw.xml.XmlNamespace
-
Returns the namespace uri of this namespace as a java.net.URI.
- toURL(File) - Static method in class gw.lang.gosuc.GosucUtil
-
- toXml(String) - Method in class gw.lang.reflect.Expando
-
- toXml(String, StringBuilder, int) - Method in class gw.lang.reflect.Expando
-
- toXml() - Method in class gw.test.remote.RemoteTestResult.ExceptionInfo
-
- toXML() - Method in class gw.test.remote.RemoteTestResult
-
- toXMLString() - Method in class gw.api.webservice.systemTools.SystemRunlevel
-
docs
- toXMLString() - Method in class gw.pl.util.webservices.GWEnumeration
-
- toXMLString() - Method in class gw.plugin.addressbook.ContactRelationshipUpdateType
-
docs
- toXMLString() - Method in class gw.plugin.assignment.AssignmentCommand
-
docs
- toXMLString() - Method in class gw.plugin.validation.ValidationCommand
-
docs
- toXMLString() - Method in class gw.plugin.validation.ValidationType
-
docs
- toXmlString() - Method in class gw.xml.simple.SimpleXmlNode
-
Returns a version of this node, including all its children, as a valid XML String.
- toXmlValue(IType, Object) - Static method in class gw.api.importing.XmlExporter
-
- trace(Object) - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- trace(Object, Throwable) - Method in class gw.pl.logging.ILoggerImpl
-
Deprecated.
- trace(Object) - Method in interface gw.pl.logging.Logger
-
Deprecated.
- trace(Object, Throwable) - Method in interface gw.pl.logging.Logger
-
Deprecated.
- trace(Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
TRACE messages should be of the form "About to do something (inputs)" and
"Completed something (results)".
- trace(Object, Throwable) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(String) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(String, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(String, Object, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(String, Object[]) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(String, Throwable) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(Marker, String) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(Marker, String, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(Marker, String, Object, Object) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(Marker, String, Object[]) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(Marker, String, Throwable) - Method in class gw.pl.logging.LoggerImpl
-
Deprecated.
- trace(Object) - Method in interface gw.util.ILogger
-
- trace(Object, Throwable) - Method in interface gw.util.ILogger
-
- trace(Object) - Method in class gw.util.SystemOutLogger
-
- trace(Object, Throwable) - Method in class gw.util.SystemOutLogger
-
- TrackedChange - Interface in gw.ab.history.entity
-
- Transaction - Class in gw.transaction
-
Helper class used to get the current transaction bundle or to start a new bundle transaction.
- Transaction() - Constructor for class gw.transaction.Transaction
-
- Transaction.BlockRunnable - Interface in gw.transaction
-
A runnable block of code for a Bundle Transaction.
- TransactionId - Interface in gw.pl.transaction.entity
-
TransactionId
Transaction ids sent to create the illusion of idempotency
- TransactionIdPurgeDaysOld - Static variable in class gw.api.system.PLConfigParameters
-
The number of days to keep external transaction ids records before they may be deleted *
- TransactionIdUtil - Class in gw.api.util
-
Utilities for Transaction IDs
- TransactionIdUtil() - Constructor for class gw.api.util.TransactionIdUtil
-
- transform(Class<? extends PLXMLNode>) - Method in class gw.xml.parser2.PLXMLNode
-
- translateClass(IType) - Method in interface gw.api.util.mapping.NameTranslator
-
- translateClass(IType) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- translateEntityName(String) - Method in interface gw.api.util.mapping.NameTranslator
-
- translateEntityName(String) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- translateTypeCode(String, String) - Method in interface gw.api.util.mapping.NameTranslator
-
- translateTypeCode(String, String) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- translateTypeCode(String, String, boolean) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- translateTypelistName(String) - Method in interface gw.api.util.mapping.NameTranslator
-
- translateTypelistName(String) - Method in class gw.api.util.mapping.NameTranslatorImpl
-
- TransportStatistics - Interface in gw.plugin.cluster
-
Encapsulates statistics for a transport.
- TransportUtils - Class in gw.plugin.cluster
-
Our default transports need some utility classes from com.guidewire.
- TransportUtils() - Constructor for class gw.plugin.cluster.TransportUtils
-
- TransportUtils.NextSequenceHandler - Interface in gw.plugin.cluster
-
- TraversalFilter<T> - Interface in gw.api.graph
-
Defines a filter that determines whether or not a GraphTraverser should
traverse to the given node.
- TraversalStrategy<T> - Interface in gw.api.graph.traverse
-
Specifies a strategy for how the graph is traversed, specifically the
order in which edges/nodes are traversed.
- TraversalStrategyBase<T> - Class in gw.api.graph.traverse
-
- TraversalStrategyBase(EdgeProvider<T>) - Constructor for class gw.api.graph.traverse.TraversalStrategyBase
-
Creates this strategy with the edge provider.
- TraversalType - Enum in gw.api.graph.traverse
-
The type of traversal, which determines the strategy of how the traversal is performed.
- traverse(GraphVisitor<T>...) - Method in interface gw.api.graph.GraphTraverser
-
Traverse the graph, calling each of the given visitors in order.
- traverse(GraphVisitor<T>...) - Method in class gw.api.graph.traverse.GraphTraverserBase
-
Traverses the graph calling the visitor methods appropriately.
- Traversers - Class in gw.api.graph.traverse
-
Utility class for graph traversal.
- Traversers() - Constructor for class gw.api.graph.traverse.Traversers
-
- Tree<T> - Class in gw.api.graph
-
Represents a tree as a specialized form of a graph.
- Tree(T) - Constructor for class gw.api.graph.Tree
-
Creates a Tree with the root node.
- treeAsDirPathList(TDirectory) - Static method in class gw.pl.util.CottaUtil
-
- treeAsFilePathList(TDirectory) - Static method in class gw.pl.util.CottaUtil
-
- TreeNode - Interface in gw.api.tree
-
Interface for Tree Node
- TreeUtil - Class in gw.api.tree
-
Provides methods for recursively sorting nodes within tree nodes.
- TreeViewElement - Class in gw.smoketest.platform.web
-
The base class for all TreeView elements
- TreeViewElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.TreeViewElement
-
- TreeViewNodeElement - Class in gw.smoketest.platform.web
-
Class description...
- TreeViewNodeElement(ISmokeTest, PCFElementId) - Constructor for class gw.smoketest.platform.web.TreeViewNodeElement
-
- TreeViewRefresh - Static variable in class gw.api.system.PLConfigParameters
-
Time in seconds that a TreeView state will be cached
- trim(String) - Static method in class gw.api.util.StringUtil
-
Returns a copy of the string, with leading and trailing whitespace
omitted.
- trim(String) - Static method in class gw.util.GosuStringUtil
-
Removes control characters (char <= 32) from both
ends of this String, handling null by returning
null.
- trimListValues(String[]) - Static method in class gw.pl.util.webservices.CmdLineToolBase
-
Utility method to clean up an array of values.
- trimText() - Method in interface gw.xml.TextNode
-
- trimToEmpty(String) - Static method in class gw.util.GosuStringUtil
-
Removes control characters (char <= 32) from both
ends of this String returning an empty String ("") if the String
is empty ("") after the trim or if it is null.
- trimToMidnight(Date) - Static method in class gw.api.util.DateUtil
-
Trim the given date to midnight.
- trimToNull(String) - Static method in class gw.util.GosuStringUtil
-
Removes control characters (char <= 32) from both
ends of this String returning null if the String is
empty ("") after the trim or if it is null.
- trimToSize() - Method in class gw.util.DynamicArray
-
Trims the capacity of this ArrayList instance to be the
list's current size.
- trimToSize() - Method in class gw.util.SpaceEfficientHashMap
-
- trimToSize() - Method in class gw.xml.XMLNodeAttributeMap
-
- trimToStartOfNextYear() - Method in class gw.api.tools.TestingClock
-
- Triple<F,S,T> - Class in gw.util
-
- Triple(F, S, T) - Constructor for class gw.util.Triple
-
- truncate() - Method in interface gw.api.database.upgrade.before.IBeforeUpgradeTable
-
Truncates this table.
- truncateField(String, String, int) - Static method in class gw.pl.util.StringUtil
-
See TruncateFieldTest for examples of this method's usage
- tryGetValidAddress(Address) - Method in class gw.api.geocode.AbstractGeocodePlugin
-
- tryLock() - Method in class gw.util.PromotableReadWriteLock
-
- tryLock(long, TimeUnit) - Method in class gw.util.PromotableReadWriteLock
-
- tryStartServer() - Method in class gw.testharness.clustering.ClusterMember
-
Use this when error is expected during startup and the server should not be discarded.
- TT_COMMENT - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_EOF - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_EOL - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_INTEGER - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_KEYWORD - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_NOTHING - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_NUMBER - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_OPERATOR - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_WHITESPACE - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TT_WORD - Static variable in interface gw.lang.parser.ISourceCodeTokenizer
-
- TwoDigitYearThreshold - Static variable in class gw.api.system.PLConfigParameters
-
The threshold year value for determining whether to resolve a two-digit year to the earlier or later century *
- tyeLoadingCounter - Static variable in class gw.lang.reflect.TypeSystem
-
- tyeRequestCounter - Static variable in class gw.lang.reflect.TypeSystem
-
- TYPE - Static variable in class gw.ab.addressbook.typekey.ABContact
-
- TYPE - Static variable in class gw.ab.addressbook.typekey.ABContactType
-
- TYPE - Static variable in class gw.ab.addressbook.typekey.ABResultType
-
- TYPE - Static variable in class gw.ab.addressbook.typekey.VendorAvailabilityType
-
- TYPE - Static variable in class gw.ab.addressbook.typekey.VendorServicesLoadStatus
-
- TYPE - Static variable in class gw.ab.contact.typekey.PendingContactChange
-
- TYPE - Static variable in class gw.ab.contact.typekey.PendingContactChangeView
-
- Type<T> - Interface in gw.lang.reflect
-
- TYPE - Static variable in class gw.pl.accounting.typekey.LedgerSide
-
- TYPE - Static variable in class gw.pl.activity.typekey.Activity
-
- TYPE - Static variable in class gw.pl.activity.typekey.ActivityCategory
-
- TYPE - Static variable in class gw.pl.activity.typekey.ActivityClass
-
- TYPE - Static variable in class gw.pl.activity.typekey.ActivityStatus
-
- TYPE - Static variable in class gw.pl.activity.typekey.ActivityType
-
- TYPE - Static variable in class gw.pl.activity.typekey.ExternalToolType
-
- TYPE - Static variable in class gw.pl.activity.typekey.IncludeDaysType
-
- TYPE - Static variable in class gw.pl.activity.typekey.Priority
-
- TYPE - Static variable in class gw.pl.activity.typekey.StartPointType
-
- TYPE - Static variable in class gw.pl.addressbook.typekey.UpdateOp
-
- TYPE - Static variable in class gw.pl.adressbook.typekey.ContactChangeResolution
-
- TYPE - Static variable in class gw.pl.archive.typekey.ArchiveFinalStatus
-
- TYPE - Static variable in class gw.pl.archive.typekey.ArchiveSourceStatus
-
- TYPE - Static variable in class gw.pl.assignment.typekey.AssignmentSearchType
-
- TYPE - Static variable in class gw.pl.assignment.typekey.AssignmentSelectionType
-
- TYPE - Static variable in class gw.pl.assignment.typekey.UserRole
-
- TYPE - Static variable in class gw.pl.assignment.typekey.UserRoleConstraint
-
- TYPE - Static variable in class gw.pl.autosync.typekey.AutoSync
-
- TYPE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessType
-
- TYPE - Static variable in class gw.pl.batchprocessing.typekey.BatchProcessTypeUsage
-
- TYPE - Static variable in class gw.pl.calendar.typekey.HolidayTagCode
-
- TYPE - Static variable in class gw.pl.calendar.typekey.Weekdays
-
- TYPE - Static variable in class gw.pl.community.typekey.ApprovalStatus
-
- TYPE - Static variable in class gw.pl.community.typekey.AssignmentStatus
-
- TYPE - Static variable in class gw.pl.community.typekey.BusinessType
-
- TYPE - Static variable in class gw.pl.community.typekey.CharacterSet
-
- TYPE - Static variable in class gw.pl.community.typekey.GenderType
-
- TYPE - Static variable in class gw.pl.community.typekey.GroupType
-
- TYPE - Static variable in class gw.pl.community.typekey.LanguageType
-
- TYPE - Static variable in class gw.pl.community.typekey.LoadFactorType
-
- TYPE - Static variable in class gw.pl.community.typekey.LocaleType
-
- TYPE - Static variable in class gw.pl.community.typekey.RegionType
-
- TYPE - Static variable in class gw.pl.community.typekey.StartupPage
-
- TYPE - Static variable in class gw.pl.community.typekey.SystemUserType
-
- TYPE - Static variable in class gw.pl.community.typekey.TimeZoneType
-
- TYPE - Static variable in class gw.pl.community.typekey.UserAttributeType
-
- TYPE - Static variable in class gw.pl.community.typekey.UserExperienceType
-
- TYPE - Static variable in class gw.pl.community.typekey.VacationStatusType
-
- TYPE - Static variable in class gw.pl.contact.typekey.Address
-
- TYPE - Static variable in class gw.pl.contact.typekey.AddressType
-
- TYPE - Static variable in class gw.pl.contact.typekey.Contact
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactBidiRel
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactClass
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactCreationApprovalStatus
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactLinkStatusType
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactMatchResultType
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactRel
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactRelCons
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactSearchResultType
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactSearchType
-
- TYPE - Static variable in class gw.pl.contact.typekey.ContactTagType
-
- TYPE - Static variable in class gw.pl.contact.typekey.CustomerServiceTier
-
- TYPE - Static variable in class gw.pl.contact.typekey.EmploymentStatusType
-
- TYPE - Static variable in class gw.pl.contact.typekey.GeocodeStatus
-
- TYPE - Static variable in class gw.pl.contact.typekey.MaritalStatus
-
- TYPE - Static variable in class gw.pl.contact.typekey.NamePrefix
-
- TYPE - Static variable in class gw.pl.contact.typekey.NameSuffix
-
- TYPE - Static variable in class gw.pl.contact.typekey.OfficialID
-
- TYPE - Static variable in class gw.pl.contact.typekey.OfficialIDType
-
- TYPE - Static variable in class gw.pl.contact.typekey.OrganizationType
-
- TYPE - Static variable in class gw.pl.contact.typekey.PayPeriodType
-
- TYPE - Static variable in class gw.pl.contact.typekey.PrimaryPhoneType
-
- TYPE - Static variable in class gw.pl.contact.typekey.ProximitySearchStatus
-
- TYPE - Static variable in class gw.pl.contact.typekey.ReviewCategory
-
- TYPE - Static variable in class gw.pl.contact.typekey.ReviewServiceType
-
- TYPE - Static variable in class gw.pl.contact.typekey.SpecialtyType
-
- TYPE - Static variable in class gw.pl.contact.typekey.TaxFilingStatusType
-
- TYPE - Static variable in class gw.pl.contact.typekey.TaxStatus
-
- TYPE - Static variable in class gw.pl.contact.typekey.UnitOfDistance
-
- TYPE - Static variable in class gw.pl.contact.typekey.VendorType
-
- TYPE - Static variable in class gw.pl.contact.typekey.VenueType
-
- TYPE - Static variable in class gw.pl.currency.typekey.Currency
-
- TYPE - Static variable in class gw.pl.currency.typekey.FXRateMarket
-
- TYPE - Static variable in class gw.pl.custom.typekey.DateFieldsToSearchType
-
- TYPE - Static variable in class gw.pl.custom.typekey.DateRangeChoiceType
-
- TYPE - Static variable in class gw.pl.custom.typekey.DateSearchType
-
- TYPE - Static variable in class gw.pl.custom.typekey.FinancialCriterion
-
- TYPE - Static variable in class gw.pl.custom.typekey.FinancialSearchField
-
- TYPE - Static variable in class gw.pl.custom.typekey.SearchObjectType
-
- TYPE - Static variable in class gw.pl.custom.typekey.SearchResult
-
- TYPE - Static variable in class gw.pl.database.typekey.ConsistencyCheckType
-
- TYPE - Static variable in class gw.pl.database.typekey.DataDistributionType
-
- TYPE - Static variable in class gw.pl.database.typekey.DateBinDataType
-
- TYPE - Static variable in class gw.pl.database.typekey.DBUpdateStatsRunnerType
-
- TYPE - Static variable in class gw.pl.database.typekey.EntitySourceType
-
- TYPE - Static variable in class gw.pl.database.typekey.MergeConflictResolution
-
- TYPE - Static variable in class gw.pl.database.typekey.MergeConflictStrategy
-
- TYPE - Static variable in class gw.pl.database.typekey.OraSQLTuningSetCaptureOpt
-
- TYPE - Static variable in class gw.pl.database.typekey.SQLStatementType
-
- TYPE - Static variable in class gw.pl.database.typekey.StringCriterionMode
-
- TYPE - Static variable in class gw.pl.datagen.typekey.DataGenActionType
-
- TYPE - Static variable in class gw.pl.datagen.typekey.DataGenStatusType
-
- TYPE - Static variable in class gw.pl.document.typekey.DocumentSection
-
- TYPE - Static variable in class gw.pl.document.typekey.DocumentSecurityType
-
- TYPE - Static variable in class gw.pl.document.typekey.DocumentStatusType
-
- TYPE - Static variable in class gw.pl.document.typekey.DocumentType
-
- TYPE - Static variable in class gw.pl.etlstrings.typekey.ETLStrings
-
- Type<T> - Class in gw.pl.external
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- TYPE - Static variable in class gw.pl.geodata.phone.typekey.PhoneCountryCode
-
- TYPE - Static variable in class gw.pl.geodata.zone.typekey.Country
-
- TYPE - Static variable in class gw.pl.geodata.zone.typekey.Jurisdiction
-
- TYPE - Static variable in class gw.pl.geodata.zone.typekey.JurisdictionType
-
- TYPE - Static variable in class gw.pl.geodata.zone.typekey.State
-
- TYPE - Static variable in class gw.pl.geodata.zone.typekey.StateAbbreviation
-
- TYPE - Static variable in class gw.pl.geodata.zone.typekey.ZoneType
-
- TYPE - Static variable in class gw.pl.history.typekey.CustomHistoryType
-
- TYPE - Static variable in class gw.pl.history.typekey.DataChangeStatus
-
- TYPE - Static variable in class gw.pl.history.typekey.History
-
- TYPE - Static variable in class gw.pl.history.typekey.HistoryType
-
- TYPE - Static variable in class gw.pl.messaging.typekey.ErrorCategory
-
- TYPE - Static variable in class gw.pl.messaging.typekey.MessageDestinationStatus
-
- TYPE - Static variable in class gw.pl.messaging.typekey.SynchState
-
- TYPE - Static variable in class gw.pl.note.typekey.NoteSecurityType
-
- TYPE - Static variable in class gw.pl.note.typekey.NoteTopicType
-
- TYPE - Static variable in class gw.pl.note.typekey.NoteType
-
- TYPE - Static variable in class gw.pl.note.typekey.SortByRange
-
- TYPE - Static variable in class gw.pl.parameter.typekey.ComponentType
-
- TYPE - Static variable in class gw.pl.parameter.typekey.ParameterType
-
- TYPE - Static variable in class gw.pl.persistence.core.effdate.typekey.EffDatedChangeType
-
- TYPE - Static variable in class gw.pl.platform.typekey.PhoneType
-
- TYPE - Static variable in class gw.pl.print.typekey.PrintFormat
-
- TYPE - Static variable in class gw.pl.profiler.typekey.InboundHistory
-
- TYPE - Static variable in class gw.pl.profiler.typekey.ProfilerConfig
-
- TYPE - Static variable in class gw.pl.purge.typekey.ArchiveState
-
- TYPE - Static variable in class gw.pl.question.typekey.QuestionFormat
-
- TYPE - Static variable in class gw.pl.question.typekey.QuestionSetType
-
- TYPE - Static variable in class gw.pl.question.typekey.QuestionType
-
- TYPE - Static variable in class gw.pl.resource.typekey.ResourceContext
-
- TYPE - Static variable in class gw.pl.rule.typekey.RuleSetType
-
- TYPE - Static variable in class gw.pl.sample.typekey.PrimaryColor
-
- TYPE - Static variable in class gw.pl.sample.typekey.SampleColor
-
- TYPE - Static variable in class gw.pl.sample.typekey.SampleTheme
-
- TYPE - Static variable in class gw.pl.scriptparameter.typekey.ScriptParameterType
-
- TYPE - Static variable in class gw.pl.security.typekey.RoleType
-
- TYPE - Static variable in class gw.pl.security.typekey.SystemPermissionType
-
- TYPE - Static variable in class gw.pl.staging.typekey.LoadCommandType
-
- TYPE - Static variable in class gw.pl.staging.typekey.LoaderCallbackTimeType
-
- TYPE - Static variable in class gw.pl.staging.typekey.LoadErrorType
-
- TYPE - Static variable in class gw.pl.staging.typekey.LoadStepType
-
- TYPE - Static variable in class gw.pl.upgrader.typekey.TableUpdateStatsType
-
- TYPE - Static variable in class gw.pl.upgrader.typekey.UpgradeDBStorageSetType
-
- TYPE - Static variable in class gw.pl.upgrader.typekey.UpgradeExecutionTimeType
-
- TYPE - Static variable in class gw.pl.validation.old.typekey.ValidationIssue
-
- TYPE - Static variable in class gw.pl.validation.typekey.ValidationIssueType
-
- TYPE - Static variable in class gw.pl.validation.typekey.ValidationLevel
-
- TYPE - Static variable in class gw.pl.workflow.typekey.ManageWorkflowActionType
-
- TYPE - Static variable in class gw.pl.workflow.typekey.Workflow
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowActionType
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowActiveState
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowHandler
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowLogEntry
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowState
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowTriggerKey
-
- TYPE - Static variable in class gw.pl.workflow.typekey.WorkflowWorkItem
-
- TYPE - Static variable in class gw.pl.workitemset.typekey.WorkItemSetState
-
- TYPE - Static variable in class gw.pl.workqueue.typekey.WorkItemStatusType
-
- TypeBase - Class in gw.lang.reflect
-
- TypeBase(IJavaClassInfo) - Constructor for class gw.lang.reflect.TypeBase
-
- TypeBase(Class<?>) - Constructor for class gw.lang.reflect.TypeBase
-
- TypeBase() - Constructor for class gw.lang.reflect.TypeBase
-
- TYPECODE_PREFIX - Static variable in class gw.api.util.TypeCodeEscapeUtil
-
- TypeCodeCountDataDist - Interface in gw.pl.database.entity
-
TypeCodeCountDataDist
Stores typekey type code data distribution.
- TypeCodeEscapeUtil - Class in gw.api.util
-
- TypeCodeEscapeUtil() - Constructor for class gw.api.util.TypeCodeEscapeUtil
-
- TypecodeMapper - Interface in gw.api.util
-
TypecodeMapper represents the interface that maps external typecodes to
internal typecodes.
- TypecodeMapperUtil - Class in gw.api.util
-
Return a handle to a TypecodeMapper used to map external typecodes to
internal typecodes.
- TypecodeMapperUtil() - Constructor for class gw.api.util.TypecodeMapperUtil
-
- TypecodeMapperUtil - Class in gw.plugin.util
-
TypeCodeMapperUtil is used to get the mapping from external typecodes to
internal typecodes.
- TypecodeMapperUtil() - Constructor for class gw.plugin.util.TypecodeMapperUtil
-
- TypedParameterDescriptor - Class in gw.lang.reflect
-
- TypedParameterDescriptor(String, Class) - Constructor for class gw.lang.reflect.TypedParameterDescriptor
-
- TypedPropertyDescriptor - Class in gw.lang.reflect
-
- TypedPropertyDescriptor(String, Class, String, String) - Constructor for class gw.lang.reflect.TypedPropertyDescriptor
-
Used to construct a property descriptor for extension fields.
- TypeFilterSet - Static variable in class gw.api.tools.EntityPropertiesFilter
-
- TYPEINFO_EXT - Static variable in interface gw.lang.reflect.ITypeInfo
-
- TypeInfoBase - Class in gw.lang.reflect
-
- TypeInfoBase() - Constructor for class gw.lang.reflect.TypeInfoBase
-
- TypeInfoUtil - Class in gw.lang.reflect
-
- TypeInfoUtil() - Constructor for class gw.lang.reflect.TypeInfoUtil
-
- TypeKey - Interface in gw.entity
-
- TypeKey - Interface in gw.pl.external.typelist
-
Deprecated.
External entities are deprecated. Please use the new Java API instead.
- TYPEKEY_CODE_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- TYPEKEY_EL - Static variable in class gw.api.importing.ImportingUtil
-
- TYPEKEY_TYPE - Static variable in class gw.api.importing.ImportingUtil
-
- TYPEKEY_TYPE_ATTRIB - Static variable in class gw.api.importing.ImportingUtil
-
- TypeKeyConstraintsHandler - Class in gw.datatype.impl
-
Class description...
- TypeKeyConstraintsHandler() - Constructor for class gw.datatype.impl.TypeKeyConstraintsHandler
-
- TypeKeyData - Class in gw.api.webservice.typelisttools
-
Contains raw data about a TypeKey instance.
- TypeKeyData() - Constructor for class gw.api.webservice.typelisttools.TypeKeyData
-
- TypeKeyDataDist - Interface in gw.pl.database.entity
-
TypeKeyDataDist
Stores type key data distribution.
- TypeKeyPersistenceHandler - Class in gw.datatype.impl
-
Class description...
- TypeKeyPersistenceHandler() - Constructor for class gw.datatype.impl.TypeKeyPersistenceHandler
-
- TypeKeyReference<T extends TypeKey> - Interface in gw.pl.persistence.typelist
-
A reference to a typekey.
- TypeKeyUtil - Class in gw.api.util
-
Utilities for displaying type key names.
- TypeKeyValueHandler - Class in gw.datatype.impl
-
Class description...
- TypeKeyValueHandler() - Constructor for class gw.datatype.impl.TypeKeyValueHandler
-
- TypelessScriptPartId - Class in gw.lang.parser
-
- TypelessScriptPartId(String) - Constructor for class gw.lang.parser.TypelessScriptPartId
-
- TypelistKeyPersistenceHandler - Class in gw.datatype.impl
-
Class description...
- TypelistKeyPersistenceHandler() - Constructor for class gw.datatype.impl.TypelistKeyPersistenceHandler
-
- TypeListName - Annotation Type in gw.entity
-
Interface description...
- TypelistToolsAPIHelper - Class in gw.api.webservice.typelisttools
-
- TypelistToolsAPIHelper() - Constructor for class gw.api.webservice.typelisttools.TypelistToolsAPIHelper
-
- TypeListTypeReference<T extends TypeKey> - Interface in gw.pl.persistence.type
-
A reference to a typelist type.
- typeLoader - Variable in class gw.lang.reflect.RefreshRequest
-
- TypeLoaderBase - Class in gw.lang.reflect
-
- TypeLoaderBase() - Constructor for class gw.lang.reflect.TypeLoaderBase
-
Deprecated.
use TypeLoaderBase( IModule )
- TypeLoaderBase(IModule) - Constructor for class gw.lang.reflect.TypeLoaderBase
-
- TypeLoaderSpec - Class in gw.config
-
- TypeLoaderSpec(Node, URL) - Constructor for class gw.config.TypeLoaderSpec
-
- typeMappingVersion - Variable in class gw.pl.util.webservices.axis.GWEmitter
-
Field typeMappingVersion
- TypeName - Class in gw.api.reflect
-
Represents a language type with a relative name and namespace.
- TypeName(String, String) - Constructor for class gw.api.reflect.TypeName
-
- TypeName(String) - Constructor for class gw.api.reflect.TypeName
-
- TypeName(IType) - Constructor for class gw.api.reflect.TypeName
-
- TypeName - Class in gw.lang.reflect.gs
-
- TypeName(String, ITypeLoader, TypeName.Kind, TypeName.Visibility) - Constructor for class gw.lang.reflect.gs.TypeName
-
- TypeName(IType) - Constructor for class gw.lang.reflect.gs.TypeName
-
- TypeName.Kind - Enum in gw.lang.reflect.gs
-
- TypeName.Visibility - Enum in gw.lang.reflect.gs
-
- types - Variable in class gw.lang.reflect.RefreshRequest
-
- typesRefreshed(RefreshRequest) - Method in interface gw.lang.reflect.gs.IGosuClassRepository
-
Called when a type is refreshed
- TypeSystem - Class in gw.lang.reflect
-
- TypeSystem() - Constructor for class gw.lang.reflect.TypeSystem
-
- TypeSystemAwareCache<K,V> - Class in gw.lang.parser
-
- TypeSystemAwareCache(String, int, Cache.MissHandler<K, V>) - Constructor for class gw.lang.parser.TypeSystemAwareCache
-
- TypeSystemLockHelper - Class in gw.lang.reflect.module
-
- TypeSystemLockHelper() - Constructor for class gw.lang.reflect.module.TypeSystemLockHelper
-
- TypeSystemRefresher - Class in gw.lang.reflect
-
- TypeSystemRefresher() - Constructor for class gw.lang.reflect.TypeSystemRefresher
-
- TypeSystemShutdownListener - Interface in gw.lang.reflect
-
- TypeUtil - Class in gw.api.util
-
Gosu utilities for dealing with intrinsic types
- TypeVariableCoercer - Class in gw.lang.parser.coercers
-
- TypeVariableCoercer() - Constructor for class gw.lang.parser.coercers.TypeVariableCoercer
-
- TypeVarToTypeMap - Class in gw.lang.parser
-
- TypeVarToTypeMap() - Constructor for class gw.lang.parser.TypeVarToTypeMap
-
- TypeVarToTypeMap(boolean) - Constructor for class gw.lang.parser.TypeVarToTypeMap
-
- TypeVarToTypeMap(TypeVarToTypeMap) - Constructor for class gw.lang.parser.TypeVarToTypeMap
-